summaryrefslogtreecommitdiffstats
path: root/res/layout/bottom_actions.xml
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2015-04-22 12:00:36 -0700
committerd34d <clark@cyngn.com>2015-04-27 10:05:20 -0700
commit728a033536663dbae2b18c7dca8800aa5359a5ac (patch)
tree8b5b522477a2648583f7c1c55f83272f841c4159 /res/layout/bottom_actions.xml
parentd2d923c8ba9856e9540a7d32e3fdd9d2a0dd4fa4 (diff)
downloadpackages_apps_ThemeChooser-728a033536663dbae2b18c7dca8800aa5359a5ac.tar.gz
packages_apps_ThemeChooser-728a033536663dbae2b18c7dca8800aa5359a5ac.tar.bz2
packages_apps_ThemeChooser-728a033536663dbae2b18c7dca8800aa5359a5ac.zip
Change text sizes to use dp instead of sp
Since a lot of our views are of a fixed size setting text size to a dp value ensures the text fits and will not be scaled up or down. Change-Id: I74d3dbe3bdd5506b4a13292eaaf5ea26bbe64966 REF: RENDANG-286
Diffstat (limited to 'res/layout/bottom_actions.xml')
-rw-r--r--res/layout/bottom_actions.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/bottom_actions.xml b/res/layout/bottom_actions.xml
index 0797ced..0b6c3ed 100644
--- a/res/layout/bottom_actions.xml
+++ b/res/layout/bottom_actions.xml
@@ -45,7 +45,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
- android:textSize="12sp"
+ android:textSize="12dp"
android:textColor="#fff"
android:text="@string/per_app_theming_title"/>
</LinearLayout>
@@ -68,7 +68,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
- android:textSize="12sp"
+ android:textSize="12dp"
android:textColor="#fff"
android:text="@string/shop_themes"/>
</LinearLayout>
@@ -78,4 +78,4 @@
<com.cyngn.theme.widget.NavBarSpace
android:layout_width="match_parent"
android:layout_height="@dimen/navigation_bar_height"/>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>