2n2u

Untitled

Apr 15th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. KV
  2.  
  3.  
  4. <SimpleCard>:
  5. title_label_text: ""
  6. body_label_text: ""
  7. elevation: 0.8
  8. pos_hint: {'center_x': 0.5}
  9. spacing: "20dp"
  10. orientation: 'vertical'
  11. size_hint_y: 1
  12. BoxLayout:
  13. id: title
  14. size_hint_y: None
  15. height: dp(title_label.texture_size[1])
  16. MDLabel:
  17. id: title_label
  18. font_style: 'Subhead'
  19. theme_text_color: 'Primary'
  20. pos_hint:{'center_y': 0.2}
  21. text: root.title_label_text
  22. BoxLayout:
  23. id: body
  24. size_hint_y: None
  25. height: body_label.texture_size[1]
  26. MDLabel:
  27. id: body_label
  28. theme_text_color: 'Primary'
  29. text: root.body_label_text
  30.  
  31.  
  32. <NewsScreen>:
  33. name: "News"
  34. RecycleView:
  35. id: rv
Advertisement
Add Comment
Please, Sign In to add comment