Remove commented code
This commit is contained in:
parent
b8cebf0392
commit
7bbfdfc04d
|
@ -81,9 +81,6 @@
|
||||||
on_release: app.file_manager_open()
|
on_release: app.file_manager_open()
|
||||||
theme_text_color: "Custom"
|
theme_text_color: "Custom"
|
||||||
text_color: app.theme_cls.primary_color
|
text_color: app.theme_cls.primary_color
|
||||||
# opacity: 1 if app.current_address_label() else 0
|
|
||||||
# disabled: False if app.current_address_label() else True
|
|
||||||
|
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
id: top_box
|
id: top_box
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
|
@ -113,11 +110,9 @@
|
||||||
pos_hint:{"x":0,"y":0}
|
pos_hint:{"x":0,"y":0}
|
||||||
option_cls: Factory.get("MySpinnerOption")
|
option_cls: Factory.get("MySpinnerOption")
|
||||||
font_size: '12.5sp'
|
font_size: '12.5sp'
|
||||||
# text: app.getDefaultAccData(self)
|
|
||||||
color: color_font
|
color: color_font
|
||||||
background_normal: ''
|
background_normal: ''
|
||||||
background_color: app.theme_cls.primary_color
|
background_color: app.theme_cls.primary_color
|
||||||
# on_text:app.getCurrentAccountData(self.text)
|
|
||||||
ArrowImg:
|
ArrowImg:
|
||||||
NavigationItem:
|
NavigationItem:
|
||||||
id: inbox_cnt
|
id: inbox_cnt
|
||||||
|
@ -203,9 +198,6 @@ MDNavigationLayout:
|
||||||
|
|
||||||
MDTopAppBar:
|
MDTopAppBar:
|
||||||
id: toolbar
|
id: toolbar
|
||||||
# title: app.current_address_label()
|
|
||||||
# opacity: 1 if app.addressexist() else 0
|
|
||||||
# disabled: False if app.addressexist() else True
|
|
||||||
pos_hint: {"top": 1}
|
pos_hint: {"top": 1}
|
||||||
md_bg_color: app.theme_cls.primary_color
|
md_bg_color: app.theme_cls.primary_color
|
||||||
elevation: 10
|
elevation: 10
|
||||||
|
@ -216,38 +208,16 @@ MDNavigationLayout:
|
||||||
id: scr_mngr
|
id: scr_mngr
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: root.height - toolbar.height
|
height: root.height - toolbar.height
|
||||||
# Inbox:
|
|
||||||
# id:sc1
|
|
||||||
# Create:
|
|
||||||
# id:sc3
|
|
||||||
# Sent:
|
|
||||||
# id:sc4
|
|
||||||
# Trash:
|
|
||||||
# id:sc5
|
|
||||||
Login:
|
Login:
|
||||||
id:sc6
|
id:sc6
|
||||||
Random:
|
Random:
|
||||||
id:id_newidentity
|
id:id_newidentity
|
||||||
# Setting:
|
|
||||||
# id:sc9
|
|
||||||
# MyAddress:
|
|
||||||
# id:id_myaddress
|
|
||||||
# AddressBook:
|
|
||||||
# id:id_addressbook
|
|
||||||
Payment:
|
Payment:
|
||||||
id:id_payment
|
id:id_payment
|
||||||
# NetworkStat:
|
|
||||||
# id:id_network
|
|
||||||
MailDetail:
|
MailDetail:
|
||||||
id:sc14
|
id:sc14
|
||||||
ShowQRCode:
|
ShowQRCode:
|
||||||
id:id_showqrcode
|
id:id_showqrcode
|
||||||
# Draft:
|
|
||||||
# id:sc16
|
|
||||||
# Allmails:
|
|
||||||
# id:sc17
|
|
||||||
# ScanScreen:
|
|
||||||
# id:is_scanscreen
|
|
||||||
|
|
||||||
MDNavigationDrawer:
|
MDNavigationDrawer:
|
||||||
id: nav_drawer
|
id: nav_drawer
|
||||||
|
@ -273,7 +243,6 @@ MDNavigationLayout:
|
||||||
MDTextField:
|
MDTextField:
|
||||||
id: search_field
|
id: search_field
|
||||||
hint_text: 'Search'
|
hint_text: 'Search'
|
||||||
# on_text: app.searchQuery(self)
|
|
||||||
canvas.before:
|
canvas.before:
|
||||||
Color:
|
Color:
|
||||||
rgba: (0,0,0,1)
|
rgba: (0,0,0,1)
|
||||||
|
@ -300,7 +269,6 @@ MDNavigationLayout:
|
||||||
elevation_normal: 8
|
elevation_normal: 8
|
||||||
md_bg_color: [0.941, 0, 0,1]
|
md_bg_color: [0.941, 0, 0,1]
|
||||||
on_press: app.root.ids.scr_mngr.current = 'create'
|
on_press: app.root.ids.scr_mngr.current = 'create'
|
||||||
# on_press: app.clear_composer()
|
|
||||||
|
|
||||||
|
|
||||||
<SwipeToDeleteItem>:
|
<SwipeToDeleteItem>:
|
||||||
|
|
Reference in New Issue
Block a user