summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2012-10-17 12:04:05 -0700
committerRomain Guy <romainguy@google.com>2012-10-17 12:04:05 -0700
commite34a213c32d54c525fc1c4b6f79e449446435484 (patch)
tree37908cf6befc1cb8d30d4498349bc96af6c1937d /res/layout
parent0c2388a40c3435615afa1e9b424549d29a98f44e (diff)
downloadandroid_packages_apps_Trebuchet-e34a213c32d54c525fc1c4b6f79e449446435484.tar.gz
android_packages_apps_Trebuchet-e34a213c32d54c525fc1c4b6f79e449446435484.tar.bz2
android_packages_apps_Trebuchet-e34a213c32d54c525fc1c4b6f79e449446435484.zip
Add missing layout attributes
Bug #7334849 Change-Id: Iae01cf5c587716951dee849e9c4116717d137d8f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/custom_workspace_cling.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/custom_workspace_cling.xml b/res/layout/custom_workspace_cling.xml
index 5bdc58719..0fdb57509 100644
--- a/res/layout/custom_workspace_cling.xml
+++ b/res/layout/custom_workspace_cling.xml
@@ -17,6 +17,8 @@
<com.android.launcher2.Cling
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
launcher:drawIdentifier="workspace_custom">
<TextView
android:layout_width="wrap_content"