working condition
This commit is contained in:
parent
417e54da96
commit
511e0b0379
517 changed files with 29187 additions and 32696 deletions
Binary file not shown.
Binary file not shown.
|
@ -1,27 +0,0 @@
|
|||
#:import Window kivy.core.window.Window
|
||||
|
||||
|
||||
<RefreshSpinner>
|
||||
|
||||
AnchorLayout:
|
||||
id: body_spinner
|
||||
size_hint: None, None
|
||||
size: dp(46), dp(46)
|
||||
y: Window.height
|
||||
pos_hint: {'center_x': .5}
|
||||
anchor_x: 'center'
|
||||
anchor_y: 'center'
|
||||
|
||||
canvas:
|
||||
Clear
|
||||
Color:
|
||||
rgba: root.circle_color
|
||||
Ellipse:
|
||||
pos: self.pos
|
||||
size: self.size
|
||||
|
||||
MDSpinner:
|
||||
id: spinner
|
||||
size_hint: None, None
|
||||
size: dp(30), dp(30)
|
||||
color: root.spinner_color
|
Loading…
Add table
Add a link
Reference in a new issue