summaryrefslogtreecommitdiffstats
path: root/res/layout-port
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-port
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-port')
-rw-r--r--res/layout-port/launcher.xml7
-rw-r--r--res/layout-port/workspace_screen.xml2
2 files changed, 7 insertions, 2 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index c7bcbb026..f05f9b68e 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -36,9 +36,14 @@
<include android:id="@+id/cell3" layout="@layout/workspace_screen" />
<include android:id="@+id/cell4" layout="@layout/workspace_screen" />
<include android:id="@+id/cell5" layout="@layout/workspace_screen" />
-
</com.android.launcher2.Workspace>
+ <include layout="@layout/qsb_bar"
+ android:id="@+id/qsb_bar"
+ android:layout_width="fill_parent"
+ android:layout_height="@dimen/qsb_bar_height"
+ android:layout_gravity="top" />
+
<include layout="@layout/apps_customize_pane"
android:id="@+id/apps_customize_pane"
android:layout_width="match_parent"
diff --git a/res/layout-port/workspace_screen.xml b/res/layout-port/workspace_screen.xml
index f400c40b1..7a6714fe0 100644
--- a/res/layout-port/workspace_screen.xml
+++ b/res/layout-port/workspace_screen.xml
@@ -24,7 +24,7 @@
launcher:cellWidth="@dimen/workspace_cell_width"
launcher:cellHeight="@dimen/workspace_cell_height"
- launcher:yAxisStartPadding="8dip"
+ launcher:yAxisStartPadding="@dimen/qsb_bar_height"
launcher:yAxisEndPadding="@dimen/button_bar_height"
launcher:xAxisStartPadding="0dip"
launcher:xAxisEndPadding="0dip" />