Update id and sc names
This commit is contained in:
parent
e9a88306de
commit
75c6bbd042
|
@ -35,7 +35,7 @@
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: dp(40)
|
height: dp(40)
|
||||||
CustomSpinner:
|
IdentitySpinner:
|
||||||
id: btn
|
id: btn
|
||||||
background_color: app.theme_cls.primary_dark
|
background_color: app.theme_cls.primary_dark
|
||||||
values: app.variable_1
|
values: app.variable_1
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
height:"35dp"
|
height:"35dp"
|
||||||
NavigationItem:
|
NavigationItem:
|
||||||
height: dp(48)
|
height: dp(48)
|
||||||
CustomSpinner:
|
IdentitySpinner:
|
||||||
id: identity_dropdown
|
id: identity_dropdown
|
||||||
pos_hint:{"x":0,"y":0}
|
pos_hint:{"x":0,"y":0}
|
||||||
option_cls: Factory.get("MySpinnerOption")
|
option_cls: Factory.get("MySpinnerOption")
|
||||||
|
@ -223,7 +223,7 @@ MDNavigationLayout:
|
||||||
Sent:
|
Sent:
|
||||||
id:sc4
|
id:sc4
|
||||||
Trash:
|
Trash:
|
||||||
id:sc5
|
id:id_trash
|
||||||
Login:
|
Login:
|
||||||
id:sc6
|
id:sc6
|
||||||
Random:
|
Random:
|
||||||
|
@ -247,7 +247,7 @@ MDNavigationLayout:
|
||||||
Allmails:
|
Allmails:
|
||||||
id:sc17
|
id:sc17
|
||||||
ScanScreen:
|
ScanScreen:
|
||||||
id:is_scanscreen
|
id:id_scanscreen
|
||||||
|
|
||||||
MDNavigationDrawer:
|
MDNavigationDrawer:
|
||||||
id: nav_drawer
|
id: nav_drawer
|
||||||
|
|
Reference in New Issue
Block a user