summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-04-24 19:48:52 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-24 19:48:52 +0000
commitf196394dee696752e9d5da32621caee374e52f8b (patch)
treea051c6eaba29a5174d4a429059a8cabe7277f66e /res
parente2df0620c13b9dc7e63224153b98fdbb48546f9b (diff)
parentb99ff3e83270e113f6182e337c4f7b0223bad92b (diff)
downloadandroid_packages_apps_Trebuchet-f196394dee696752e9d5da32621caee374e52f8b.tar.gz
android_packages_apps_Trebuchet-f196394dee696752e9d5da32621caee374e52f8b.tar.bz2
android_packages_apps_Trebuchet-f196394dee696752e9d5da32621caee374e52f8b.zip
Merge "Add drop animation / Toast to widgettray" into ub-launcher3-burnaby
Diffstat (limited to 'res')
-rw-r--r--res/layout/widget_cell.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/widget_cell.xml b/res/layout/widget_cell.xml
index 50294c035..64ddea1ae 100644
--- a/res/layout/widget_cell.xml
+++ b/res/layout/widget_cell.xml
@@ -47,7 +47,7 @@
android:fadingEdge="horizontal"
android:textColor="#FFFFFFFF"
- android:textSize="12sp"
+ android:textSize="16sp"
android:textAlignment="viewStart"
android:fontFamily="sans-serif-condensed"
android:shadowRadius="2.0"
@@ -64,7 +64,7 @@
android:layout_weight="0"
android:gravity="start"
android:textColor="#FFFFFFFF"
- android:textSize="12sp"
+ android:textSize="16sp"
android:textAlignment="viewStart"
android:fontFamily="sans-serif-condensed"
android:shadowRadius="2.0"