mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-05 01:07:13 -08:00
18 lines
433 B
Plaintext
18 lines
433 B
Plaintext
<Controls@MDBoxLayout>
|
|
adaptive_height:True
|
|
padding:"10dp"
|
|
spacing:"10dp"
|
|
pos_hint: {'center_x': 0.5}
|
|
MDButton:
|
|
on_press: print("presed")
|
|
MDButtonText:
|
|
text:"Add to MyList"
|
|
MDButton:
|
|
on_press: print("presed")
|
|
MDButtonText:
|
|
text:"Watch on Animdl"
|
|
MDButton:
|
|
on_press: print("presed")
|
|
MDButtonText:
|
|
text:"Watch on AllAnime"
|