This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-01-25/src/bitmessagekivy/kv/credits.kv

29 lines
899 B
Plaintext
Raw Normal View History

2020-01-10 15:07:43 +01:00
<Credits>:
name: 'credits'
ScrollView:
do_scroll_x: False
2020-03-02 11:42:15 +01:00
BoxLayout:
2020-01-10 15:07:43 +01:00
size_hint_y: None
2020-03-02 11:42:15 +01:00
orientation: 'vertical'
OneLineListTitle:
id: cred
2020-01-10 15:07:43 +01:00
text: "Available Credits"
2020-03-02 11:42:15 +01:00
divider: None
theme_text_color: 'Primary'
_no_ripple_effect: True
long_press_time: 1
OneLineListTitle:
id: cred
text: root.available_credits
divider: None
font_style: 'H5'
theme_text_color: 'Primary'
_no_ripple_effect: True
long_press_time: 1
AnchorLayout:
MDRaisedButton:
height: dp(38)
text: "+Add more credits"
on_press: app.root.ids.scr_mngr.current = 'payment'