summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-10-31 11:42:39 -0700
committerDanesh M <daneshm90@gmail.com>2014-06-05 23:37:06 -0700
commit0581e23f0f5b50e4bf4834b7439c8614e0c53f5a (patch)
tree395b503d59f330e6556b8ee41f9cfada401e5ac3 /res/layout-port
parent5b8ac02cb568cfa098ca0468a59e7ef3ade095fd (diff)
downloadandroid_packages_apps_Trebuchet-0581e23f0f5b50e4bf4834b7439c8614e0c53f5a.tar.gz
android_packages_apps_Trebuchet-0581e23f0f5b50e4bf4834b7439c8614e0c53f5a.tar.bz2
android_packages_apps_Trebuchet-0581e23f0f5b50e4bf4834b7439c8614e0c53f5a.zip
Tweaking cling text sizes for other languages. (Bug 11151675)
Change-Id: Iae82064b1be7a33e5375c1e27fb7472216dc637a
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/first_run_cling.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/layout-port/first_run_cling.xml b/res/layout-port/first_run_cling.xml
index 4830e5df8..ac3939cfd 100644
--- a/res/layout-port/first_run_cling.xml
+++ b/res/layout-port/first_run_cling.xml
@@ -39,16 +39,14 @@
android:layout_marginBottom="10dp"
android:text="@string/first_run_cling_title"
android:textColor="#FFFFFFFF"
- android:textSize="30sp"
android:gravity="center" />
<TextView
- style="@style/ClingAltTitleText"
+ style="@style/ClingAltText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:text="@string/first_run_cling_description"
android:textColor="#80000000"
- android:textSize="16sp"
android:gravity="center" />
</LinearLayout>
<TextView