use medium sized text for empty view

This commit is contained in:
Andy2 2010-12-16 18:50:15 -08:00
parent 693909ec67
commit 0059f92626

View file

@ -24,6 +24,7 @@
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:text="@string/empty_games_list"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
</FrameLayout>