summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-10-24 13:52:29 -0700
committerWinson Chung <winsonc@google.com>2011-10-25 12:06:05 -0700
commitf8c1b58b8f8b320cfe52b82559d2199be249cb6a (patch)
tree7098dc9c913c39352e668766043cbd3bcdeac31f /res/layout
parentf060868dd6ca8fb2f199fefd5cbb19a75ac2c108 (diff)
downloadandroid_packages_apps_Trebuchet-f8c1b58b8f8b320cfe52b82559d2199be249cb6a.tar.gz
android_packages_apps_Trebuchet-f8c1b58b8f8b320cfe52b82559d2199be249cb6a.tar.bz2
android_packages_apps_Trebuchet-f8c1b58b8f8b320cfe52b82559d2199be249cb6a.zip
Fixing small tablet issues
- Removing phone search container bg from tablet ui - Fixing the tab text for tablet AppsCustomize - Fixing wallpaper items in wallpaper chooser Change-Id: I3424cd8f32a767844b8bed54437f746a0fc381e5
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/qsb_bar.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/qsb_bar.xml b/res/layout/qsb_bar.xml
index c58836ed8..c2179ce38 100644
--- a/res/layout/qsb_bar.xml
+++ b/res/layout/qsb_bar.xml
@@ -17,8 +17,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
style="@style/QSBBar"
- android:focusable="false"
- android:background="@drawable/search_bg_panel">
+ android:focusable="false">
<!-- Search buttons container -->
<include android:id="@+id/qsb_search_bar"