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