summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-04-23 15:17:50 -0700
committerHyunyoung Song <hyunyoungs@google.com>2015-04-23 15:17:50 -0700
commitb99ff3e83270e113f6182e337c4f7b0223bad92b (patch)
tree357fb2fee1efa1ea7248a420f59c0436860545c0 /res
parent685f98b2e23465c7f12839590663b53a40e36527 (diff)
downloadandroid_packages_apps_Trebuchet-b99ff3e83270e113f6182e337c4f7b0223bad92b.tar.gz
android_packages_apps_Trebuchet-b99ff3e83270e113f6182e337c4f7b0223bad92b.tar.bz2
android_packages_apps_Trebuchet-b99ff3e83270e113f6182e337c4f7b0223bad92b.zip
Add drop animation / Toast to widgettray
- show instruction toast on clicking the widget - Add animation when widget drops on the workspace. Added WidgetHostViewLoader to handle short press and assign widget host view to enable animation b/19897708 Change-Id: Iec36d72cb21bf09343d0beeb31a09bf8b0cb5e0d
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"