Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <com.wefika.flowlayout.FlowLayout
  2. xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:gravity="start|top">
  6.  
  7. <View
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:text="Lorem ipsum" />
  11. <!-- тут сколько угодно View-->
  12.  
  13. </com.wefika.flowlayout.FlowLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement