credits.kv
1 <Credits>: 2 name: 'credits' 3 ScrollView: 4 do_scroll_x: False 5 BoxLayout: 6 size_hint_y: None 7 orientation: 'vertical' 8 OneLineListTitle: 9 id: cred 10 text: app.tr._("Available Credits") 11 divider: None 12 theme_text_color: 'Primary' 13 _no_ripple_effect: True 14 long_press_time: 1 15 16 OneLineListTitle: 17 id: cred 18 text: app.tr._(root.available_credits) 19 divider: None 20 font_style: 'H5' 21 theme_text_color: 'Primary' 22 _no_ripple_effect: True 23 long_press_time: 1 24 AnchorLayout: 25 MDRaisedButton: 26 height: dp(38) 27 text: app.tr._("+Add more credits") 28 on_press: app.set_screen('payment')