fixed buildozer.spec file
This commit is contained in:
parent
fcda83c149
commit
28b5d16c3d
|
@ -115,6 +115,7 @@ def ShowTimeHistoy(act_time):
|
|||
if duration.days == 0 and crnt_date.strftime("%d/%m/%Y") == action_time.strftime("%d/%m/%Y")
|
||||
else action_time.strftime("%d %b")
|
||||
)
|
||||
import pdb; pdb.set_trace()
|
||||
return display_data
|
||||
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
multiline: False
|
||||
hint_text: app.tr._("Label")
|
||||
required: True
|
||||
icon_right: 'label'
|
||||
helper_text_mode: "on_error"
|
||||
on_text: root.checkLabel_valid(self)
|
||||
canvas.before:
|
||||
|
@ -36,6 +37,7 @@
|
|||
id: address
|
||||
hint_text: app.tr._("Address")
|
||||
required: True
|
||||
icon_right: 'book-plus'
|
||||
helper_text_mode: "on_error"
|
||||
multiline: False
|
||||
on_text: root.checkAddress_valid(self)
|
||||
|
|
|
@ -329,7 +329,7 @@ class NavigateApp(MDApp):
|
|||
"""Adding to address Book"""
|
||||
width = .85 if platform == 'android' else .8
|
||||
self.add_popup = MDDialog(
|
||||
title='add contact\'s',
|
||||
title='Add contact\'s',
|
||||
type="custom",
|
||||
size_hint=(width, .23),
|
||||
content_cls=GrashofPopup(),
|
||||
|
|
Reference in New Issue
Block a user