summaryrefslogtreecommitdiffstats
path: root/res/layout/apps_customize_widget.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-06-24 15:22:14 -0700
committerWinson Chung <winsonc@google.com>2011-06-24 15:32:40 -0700
commitd294526ad99db70d882a1e11f2b0f878524163fa (patch)
treeabb46ccfb8d1999bf5cfa0a317af9334eebad4a7 /res/layout/apps_customize_widget.xml
parent181c1b5c6fdb7bc0c6fd60066aaa18df02c988a8 (diff)
downloadandroid_packages_apps_Trebuchet-d294526ad99db70d882a1e11f2b0f878524163fa.tar.gz
android_packages_apps_Trebuchet-d294526ad99db70d882a1e11f2b0f878524163fa.tar.bz2
android_packages_apps_Trebuchet-d294526ad99db70d882a1e11f2b0f878524163fa.zip
Making slightly different layout for shortcut pages in Widgets tab.
Change-Id: I3f07e23bfe1c68e84c148057e95d583e3fa25b34
Diffstat (limited to 'res/layout/apps_customize_widget.xml')
-rw-r--r--res/layout/apps_customize_widget.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/apps_customize_widget.xml b/res/layout/apps_customize_widget.xml
index 44f6ae1b7..31c3fbe58 100644
--- a/res/layout/apps_customize_widget.xml
+++ b/res/layout/apps_customize_widget.xml
@@ -41,16 +41,16 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:gravity="left|bottom"
+ android:singleLine="true"
+ android:ellipsize="marquee"
+ android:fadingEdge="horizontal"
android:textColor="#FFBBBBBB"
android:textSize="14sp"
android:shadowColor="#FF000000"
android:shadowDx="0.0"
android:shadowDy="1.0"
- android:shadowRadius="1.0"
-
- android:maxLines="2"
- android:fadingEdge="horizontal" />
+ android:shadowRadius="1.0" />
<!-- The original dimensions of the widget (can't be the same text as above due to different
style. -->
@@ -73,7 +73,7 @@
<ImageView
android:id="@+id/widget_preview"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:layout_weight="1"
android:adjustViewBounds="true"
android:scaleType="fitStart" />