summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp/apps_customize_widget.xml
diff options
context:
space:
mode:
authorPeter Ng <petergng@google.com>2011-10-25 15:40:08 -0700
committerMichael Jurka <mikejurka@google.com>2011-10-27 11:26:04 -0700
commit8db7000140d3c35be92a4e07cf54ea6ec4ae3030 (patch)
tree3ae041f0f1d38e9f33d829d2240598d73299ca9b /res/layout-sw720dp/apps_customize_widget.xml
parentfaa702dca81afa700dddaa01b2a73774085db515 (diff)
downloadandroid_packages_apps_Trebuchet-8db7000140d3c35be92a4e07cf54ea6ec4ae3030.tar.gz
android_packages_apps_Trebuchet-8db7000140d3c35be92a4e07cf54ea6ec4ae3030.tar.bz2
android_packages_apps_Trebuchet-8db7000140d3c35be92a4e07cf54ea6ec4ae3030.zip
Asset updates
- Change how default widget previews look (5509429) - Improve antialiasing in portal assets Change-Id: I9993aec46a9a9ab8a732b4fc150120c935523f02
Diffstat (limited to 'res/layout-sw720dp/apps_customize_widget.xml')
-rw-r--r--res/layout-sw720dp/apps_customize_widget.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout-sw720dp/apps_customize_widget.xml b/res/layout-sw720dp/apps_customize_widget.xml
index 31c3fbe58..e707ef774 100644
--- a/res/layout-sw720dp/apps_customize_widget.xml
+++ b/res/layout-sw720dp/apps_customize_widget.xml
@@ -32,8 +32,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
- android:orientation="vertical"
- android:background="@drawable/widget_info_bg">
+ android:orientation="vertical">
<!-- The name of the widget. -->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/widget_name"
@@ -54,7 +53,7 @@
<!-- The original dimensions of the widget (can't be the same text as above due to different
style. -->
- <TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ <TextView
android:id="@+id/widget_dims"
android:layout_width="wrap_content"
android:layout_height="wrap_content"