We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8caf0 commit 148a89aCopy full SHA for 148a89a
design2/main.kv
@@ -45,11 +45,9 @@ FloatLayout:
45
font_style : 'H6'
46
pos_hint : {'x' : 0.06, 'center_y' : 0.855}
47
size_hint: (0.55, None)
48
- MDFloatingActionButton:
+ MDIconButton:
49
icon : 'menu'
50
- md_bg_color : rgba('#FF817DC0')
51
size_hint: (None, None)
52
- elevation : dp(1)
53
pos : root.width - 1.5*self.width, root.height - 2.2*self.height
54
MDTextFieldRound:
55
hint_text : 'search'
0 commit comments