Proper debug icon, Tile background, Standardize font
Standardize listing text, Reduce Toast text size The toast was nearly a full screen dialog for one line of text Differentiate the headings from the list items Increase transparency of tiled background image Fix an issue with text size for switch compat
This commit is contained in:
parent
c0f3241bcf
commit
90b624b081
Binary file not shown.
|
@ -8,7 +8,7 @@
|
|||
<item>
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:gravity="center"
|
||||
android:src="@drawable/menuback"
|
||||
android:tileMode="disabled" />
|
||||
android:src="@drawable/menutile"
|
||||
android:tileMode="repeat" />
|
||||
</item>
|
||||
</layer-list>
|
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -33,13 +33,12 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/item_name"
|
||||
style="@android:style/TextAppearance.Small"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/disk_loading"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:textSize="18dp" />
|
||||
android:text="@string/disk_loading" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
|
@ -28,13 +28,12 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/item_name"
|
||||
style="@android:style/TextAppearance.Small"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:text="Something Wrong?"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:textSize="18dp" />
|
||||
android:text="Something Wrong?" />
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -33,13 +33,12 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/item_name"
|
||||
style="@android:style/TextAppearance.Medium"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/disk_loading"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:textSize="18dp" />
|
||||
android:text="@string/disk_loading" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
|
@ -45,14 +45,13 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/menu_heading"
|
||||
style="@android:style/TextAppearance.Large"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/app_name"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:textSize="32dp" />
|
||||
android:text="@string/app_name" />
|
||||
</LinearLayout>
|
||||
|
||||
<FrameLayout
|
||||
|
@ -98,8 +97,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@string/browser"
|
||||
android:textAppearance="@style/BaseText"
|
||||
android:textSize="28dp" />
|
||||
android:textAppearance="@style/BaseText" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
@ -129,8 +127,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@string/settings"
|
||||
android:textAppearance="@style/BaseText"
|
||||
android:textSize="28dp" />
|
||||
android:textAppearance="@style/BaseText" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
@ -160,8 +157,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@string/input"
|
||||
android:textAppearance="@style/BaseText"
|
||||
android:textSize="28dp" />
|
||||
android:textAppearance="@style/BaseText" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
@ -191,8 +187,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@string/about"
|
||||
android:textAppearance="@style/BaseText"
|
||||
android:textSize="28dp" />
|
||||
android:textAppearance="@style/BaseText" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
@ -221,8 +216,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@string/rateme"
|
||||
android:textAppearance="@style/BaseText"
|
||||
android:textSize="28dp" />
|
||||
android:textAppearance="@style/BaseText" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
@ -252,8 +246,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@string/cloud"
|
||||
android:textAppearance="@style/BaseText"
|
||||
android:textSize="28dp" />
|
||||
android:textAppearance="@style/BaseText" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
@ -274,7 +267,7 @@
|
|||
android:layout_margin="2dp"
|
||||
android:gravity="center_vertical|left"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_launcher" />
|
||||
android:src="@drawable/debug" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/message_title"
|
||||
|
@ -283,8 +276,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@string/messages"
|
||||
android:textAppearance="@style/BaseText"
|
||||
android:textSize="28dp" />
|
||||
android:textAppearance="@style/BaseText" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
android:includeFontPadding="false"
|
||||
android:lineSpacingMultiplier="1.0"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="18sp"
|
||||
android:textSize="12sp"
|
||||
android:typeface="sans" />
|
||||
|
||||
</LinearLayout>
|
|
@ -16,7 +16,7 @@
|
|||
<item name="switchTextAppearance">@style/TextAppearance</item>
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance">
|
||||
<style name="TextAppearance" parent="@android:style/TextAppearance.Small">
|
||||
<item name="textColor">?android:attr/textColorPrimary</item>
|
||||
<item name="textColorHighlight">?android:attr/textColorHighlight</item>
|
||||
<item name="textColorHint">?android:attr/textColorHint</item>
|
||||
|
@ -31,10 +31,10 @@
|
|||
</style>
|
||||
|
||||
<style name="fpsOverlayText">
|
||||
<item name="android:paddingLeft">4px</item>
|
||||
<item name="android:paddingBottom">4px</item>
|
||||
<item name="android:paddingLeft">4dp</item>
|
||||
<item name="android:paddingBottom">4dp</item>
|
||||
<item name="android:textColor">#ffff00</item>
|
||||
<item name="android:textSize">32sp</item>
|
||||
<item name="android:textSize">32dp</item>
|
||||
<item name="android:shadowColor">#000000</item>
|
||||
<item name="android:shadowDx">1</item>
|
||||
<item name="android:shadowDy">1</item>
|
||||
|
|
Loading…
Reference in New Issue