summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-11-09 12:30:11 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-11-09 12:30:11 -0800
commit448b0b5e8665ec540ccefbb962f7ccb22e3bbb62 (patch)
tree2d4db0deed04239b127757297229c32e5a7dc338 /res
parentaff3e6e56de1f65923d67c2caf1f6027af50006e (diff)
parentc84001ec67236c070875324fb77f04ce63b46885 (diff)
downloadandroid_packages_apps_Trebuchet-448b0b5e8665ec540ccefbb962f7ccb22e3bbb62.tar.gz
android_packages_apps_Trebuchet-448b0b5e8665ec540ccefbb962f7ccb22e3bbb62.tar.bz2
android_packages_apps_Trebuchet-448b0b5e8665ec540ccefbb962f7ccb22e3bbb62.zip
Merge "Fixing issue where holgoraphic icon backgrounds were not being drawn."
Diffstat (limited to 'res')
-rw-r--r--res/layout-xlarge/all_apps_paged_view_application.xml2
-rw-r--r--res/layout-xlarge/customize_paged_view_item.xml2
2 files changed, 0 insertions, 4 deletions
diff --git a/res/layout-xlarge/all_apps_paged_view_application.xml b/res/layout-xlarge/all_apps_paged_view_application.xml
index 745822235..48b571235 100644
--- a/res/layout-xlarge/all_apps_paged_view_application.xml
+++ b/res/layout-xlarge/all_apps_paged_view_application.xml
@@ -27,7 +27,5 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
- android:singleLine="false"
- android:maxLines="1"
style="@style/WorkspaceIcon.Portrait" />
diff --git a/res/layout-xlarge/customize_paged_view_item.xml b/res/layout-xlarge/customize_paged_view_item.xml
index bbc04d70e..35e06c35f 100644
--- a/res/layout-xlarge/customize_paged_view_item.xml
+++ b/res/layout-xlarge/customize_paged_view_item.xml
@@ -26,7 +26,5 @@
android:id="@+id/customize_icon"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:singleLine="false"
- android:maxLines="1"
style="@style/WorkspaceIcon.Landscape" />