Guest User

Untitled

a guest
Dec 20th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.43 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    android:layout_width="match_parent"
  3.    android:layout_height="match_parent"
  4.    android:gravity="center"
  5.    android:orientation="vertical"
  6.    android:padding="25dp"
  7.    >
  8.  
  9.     <ListView
  10.        android:layout_width="match_parent"
  11.        android:layout_height="wrap_content"
  12.        android:id="@+id/store_list">
  13.     </ListView>
  14. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment