Make the Android UI more like the desktop UI

This commit is contained in:
Sean
2014-04-27 17:13:09 -04:00
parent a40ea4e26a
commit be7f39445f
11 changed files with 14 additions and 4 deletions

View File

@ -14,6 +14,7 @@
android:singleLine="true"
android:text="@+id/TextView01"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textStyle="bold" />
android:textStyle="bold"
android:textColor="#FFFFFF" />
</LinearLayout>