summaryrefslogtreecommitdiffstats
path: root/res/layout/apps_customize_pane.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-05-25 17:41:01 -0700
committerWinson Chung <winsonc@google.com>2011-05-26 11:07:58 -0700
commit1cad91e625386885a4b5f82a7fa3f05c5e575750 (patch)
tree448ead2da744cd0869eb5478d91f4fa59469d578 /res/layout/apps_customize_pane.xml
parented4c1f1eaddd23ea3a19750533e84d7411334534 (diff)
downloadandroid_packages_apps_Trebuchet-1cad91e625386885a4b5f82a7fa3f05c5e575750.tar.gz
android_packages_apps_Trebuchet-1cad91e625386885a4b5f82a7fa3f05c5e575750.tar.bz2
android_packages_apps_Trebuchet-1cad91e625386885a4b5f82a7fa3f05c5e575750.zip
Adding QSB
- Also changing AppsCustomize bg to black. Change-Id: Iadd1a34dda56b02191e00502714296a1a3c8ee88
Diffstat (limited to 'res/layout/apps_customize_pane.xml')
-rw-r--r--res/layout/apps_customize_pane.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index 05884ef73..e22ba12c6 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -20,7 +20,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/apps_customize_bg_gradient">
+ android:background="#FF000000">
<!-- The layout_width of the tab bar gets overriden to align the content
with the text in the tabs in AppsCustomizeTabHost. -->
<FrameLayout