Guest User

Untitled

a guest
Jun 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <LinearLayout
  2. android:id="@+id/layout1"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content">
  5.  
  6. <android.support.v7.widget.RecyclerView
  7. android:id="@+id/recyclerview"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent" />
  10. </LinearLayout>
  11.  
  12. <LinearLayout
  13. android:id="@+id/layout2"
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content"
  16. android:layout_alignParentBottom="true">
  17.  
  18. <ImageButton
  19. android:layout_width="match_parent"
  20. android:layout_height="50dp" />
  21. </LinearLayout>
Add Comment
Please, Sign In to add comment