diff --git a/shell/android/psd/dctemplate.psd b/shell/android/psd/dctemplate.psd index 2bfc26313..4dfb75ec0 100644 Binary files a/shell/android/psd/dctemplate.psd and b/shell/android/psd/dctemplate.psd differ diff --git a/shell/android/res/drawable/background.xml b/shell/android/res/drawable/background.xml index 2f6fc1f8d..e555f5e72 100644 --- a/shell/android/res/drawable/background.xml +++ b/shell/android/res/drawable/background.xml @@ -8,7 +8,7 @@ + android:src="@drawable/menutile" + android:tileMode="repeat" /> \ No newline at end of file diff --git a/shell/android/res/drawable/debug.png b/shell/android/res/drawable/debug.png new file mode 100644 index 000000000..41d8476de Binary files /dev/null and b/shell/android/res/drawable/debug.png differ diff --git a/shell/android/res/drawable/menutile.png b/shell/android/res/drawable/menutile.png new file mode 100644 index 000000000..38d7cb48c Binary files /dev/null and b/shell/android/res/drawable/menutile.png differ diff --git a/shell/android/res/layout/app_list_item.xml b/shell/android/res/layout/app_list_item.xml index f9842b451..baf746bc8 100644 --- a/shell/android/res/layout/app_list_item.xml +++ b/shell/android/res/layout/app_list_item.xml @@ -33,13 +33,12 @@ + android:text="@string/disk_loading" /> \ No newline at end of file diff --git a/shell/android/res/layout/bios_list_item.xml b/shell/android/res/layout/bios_list_item.xml index 452ac152f..0c5f1f6fc 100644 --- a/shell/android/res/layout/bios_list_item.xml +++ b/shell/android/res/layout/bios_list_item.xml @@ -28,13 +28,12 @@ + android:text="Something Wrong?" /> diff --git a/shell/android/res/layout/head_list_item.xml b/shell/android/res/layout/head_list_item.xml index f9842b451..912f78134 100644 --- a/shell/android/res/layout/head_list_item.xml +++ b/shell/android/res/layout/head_list_item.xml @@ -33,13 +33,12 @@ + android:text="@string/disk_loading" /> \ No newline at end of file diff --git a/shell/android/res/layout/mainuilayout_fragment.xml b/shell/android/res/layout/mainuilayout_fragment.xml index f4f1f800f..8c3f52975 100644 --- a/shell/android/res/layout/mainuilayout_fragment.xml +++ b/shell/android/res/layout/mainuilayout_fragment.xml @@ -45,14 +45,13 @@ + android:text="@string/app_name" /> + android:textAppearance="@style/BaseText" /> + android:textAppearance="@style/BaseText" /> + android:textAppearance="@style/BaseText" /> + android:textAppearance="@style/BaseText" /> + android:textAppearance="@style/BaseText" /> + android:textAppearance="@style/BaseText" /> + android:src="@drawable/debug" /> + android:textAppearance="@style/BaseText" /> diff --git a/shell/android/res/layout/toast_layout.xml b/shell/android/res/layout/toast_layout.xml index 01ea0f0c5..de9b70a22 100755 --- a/shell/android/res/layout/toast_layout.xml +++ b/shell/android/res/layout/toast_layout.xml @@ -26,7 +26,7 @@ android:includeFontPadding="false" android:lineSpacingMultiplier="1.0" android:textColor="#FFFFFF" - android:textSize="18sp" + android:textSize="12sp" android:typeface="sans" /> \ No newline at end of file diff --git a/shell/android/res/values/styles.xml b/shell/android/res/values/styles.xml index d2019e112..efc689a7f 100644 --- a/shell/android/res/values/styles.xml +++ b/shell/android/res/values/styles.xml @@ -16,7 +16,7 @@ @style/TextAppearance -