summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-08-03 15:16:44 -0700
committerMichael Jurka <mikejurka@google.com>2011-08-04 15:37:22 -0700
commit7bdb25a9894970da74248c9cdc606d0e1ba05c99 (patch)
treec82653a0946b58501222b7b79d4e6e01f336155d /res/layout
parent46180f8132c4b69878f406ac2fb06032d00ff567 (diff)
downloadandroid_packages_apps_Trebuchet-7bdb25a9894970da74248c9cdc606d0e1ba05c99.tar.gz
android_packages_apps_Trebuchet-7bdb25a9894970da74248c9cdc606d0e1ba05c99.tar.bz2
android_packages_apps_Trebuchet-7bdb25a9894970da74248c9cdc606d0e1ba05c99.zip
Updating All Apps background
- Making background of All Apps black - Drawing background within All Apps (perf gains) Change-Id: I164274235bc347de04fab0702b7e7075e499e6c0
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/apps_customize_pane.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index c27715308..788d4c335 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -15,7 +15,8 @@
-->
<com.android.launcher2.AppsCustomizeTabHost
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher">
+ xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
+ android:background="#FF000000">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"