Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.50 KB | None | 0 0
  1. <ListView
  2.        android:layout_width="match_parent"
  3.        android:layout_height="match_parent"
  4.        android:id="@+id/productList">
  5.     </ListView>
  6.  
  7.     <Button
  8.        android:id="@+id/button"
  9.        android:layout_width="match_parent"
  10.        android:layout_height="wrap_content"
  11.        android:layout_alignBottom="@+id/productList"
  12.        android:backgroundTint="@color/button_colors"
  13.        android:textColor="@color/button_text_color"
  14.        android:text="@string/buttonText" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement