make tmp list elem closer in size to the real thing so screen jumps

around less.
This commit is contained in:
Eric House 2012-07-07 11:29:15 -07:00
parent 318cc52f5a
commit 6abb56dd0c

View file

@ -3,7 +3,9 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android" <TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center" android:gravity="center"
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:text="@string/game_list_tmp" android:text="@string/game_list_tmp"
/> />