Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.63 KB | None | 0 0
  1. <GridView
  2.        android:id="@+id/lettersGrid"
  3.        android:layout_width="wrap_content"
  4.        android:layout_height="wrap_content"
  5.        android:layout_above="@+id/adView"
  6.        android:layout_centerHorizontal="true"
  7.        android:layout_marginBottom="5dp"
  8.        android:layout_marginLeft="10dp"
  9.        android:layout_marginRight="10dp"
  10.        android:columnWidth="20dp"
  11.        android:gravity="center"
  12.        android:horizontalSpacing="2dp"
  13.        android:listSelector="@drawable/letter_grid_selector"
  14.        android:numColumns="8"
  15.        android:stretchMode="columnWidth"
  16.        android:verticalSpacing="2dp" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement