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