Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #: import ListAdapter kivy.adapters.listadapter.ListAdapter
  2. #: import ListItemButton kivy.uix.listview.ListItemButton
  3. #: import main Main
  4.  
  5. <main>:
  6. BoxLayout:
  7. ListView:
  8. id: list
  9. adapter:
  10. ListAdapter(data = ["images/me.jpg","images/me.jpg"], cls = main.Findhomeb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement