From 728a033536663dbae2b18c7dca8800aa5359a5ac Mon Sep 17 00:00:00 2001 From: d34d Date: Wed, 22 Apr 2015 12:00:36 -0700 Subject: 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 --- res/layout/bottom_actions.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'res/layout/bottom_actions.xml') 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"/> @@ -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"/> @@ -78,4 +78,4 @@ - \ No newline at end of file + -- cgit v1.2.3