Guest User

Untitled

a guest
Jul 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <LinearLayout
  2. android:layout_alignParentBottom="true"
  3. android:layout_width="wrap_content"
  4. android:layout_height="60dip"
  5. android:orientation="horizontal">
  6.  
  7. <Button
  8. android:layout_height="fill_parent"
  9. android:id="@+id/navhomebtn"
  10. android:text="Home"
  11. android:layout_width="wrap_content" />
  12.  
  13. <Button
  14. android:layout_height="fill_parent"
  15. android:id="@+id/navsearchbtn"
  16. android:text="Search"
  17. android:layout_width="wrap_content" />
  18.  
  19. <Button
  20. android:layout_height="fill_parent"
  21. android:id="@+id/navfavbtn"
  22. android:text="Favorites"
  23. android:layout_width="wrap_content" />
  24. <Button
  25. android:layout_height="fill_parent"
  26. android:id="@+id/navloanbtn"
  27. android:text="Loans"
  28. android:layout_width="wrap_content" />
  29.  
  30. </LinearLayout>
Add Comment
Please, Sign In to add comment