summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-11-01 19:45:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-01 19:45:20 +0000
commitc44a0c0728dcb2ff410a10b426136926789c20a1 (patch)
tree886946225afc9e3185bf3c09572fb035b38d5ec3 /res/layout-port
parent61141565ca3ed6163f2e41d1a18007f80f3fdd03 (diff)
parent13dbfe18a0e1c4a9a1e9a2a9f8d22c4f462a30e4 (diff)
downloadandroid_packages_apps_Trebuchet-c44a0c0728dcb2ff410a10b426136926789c20a1.tar.gz
android_packages_apps_Trebuchet-c44a0c0728dcb2ff410a10b426136926789c20a1.tar.bz2
android_packages_apps_Trebuchet-c44a0c0728dcb2ff410a10b426136926789c20a1.zip
Merge "Tweaking cling text sizes for other languages. (Bug 11151675)" into jb-ub-now-jetsonic
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