summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-07-09 18:34:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-09 18:34:06 +0000
commit3bc8e1738721fb82bcd4366782cb7baf55ee3dd8 (patch)
treebaf0285de0dad4619e845c6e641fd1aa3fb96f01 /res
parenta29949d2efae23166e95817a068aff517f81cde2 (diff)
parent7d30a37007bac318db1c9af47a9af12d348042a5 (diff)
downloadandroid_packages_apps_Trebuchet-3bc8e1738721fb82bcd4366782cb7baf55ee3dd8.tar.gz
android_packages_apps_Trebuchet-3bc8e1738721fb82bcd4366782cb7baf55ee3dd8.tar.bz2
android_packages_apps_Trebuchet-3bc8e1738721fb82bcd4366782cb7baf55ee3dd8.zip
Merge "Porting PagedView from KG to gain simplified scaling model, reordering" into jb-ub-gel-agar
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/launcher.xml1
-rw-r--r--res/layout-port/launcher.xml1
-rw-r--r--res/layout/apps_customize_pane.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 5fe05dd67..6dfbf21a5 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -35,6 +35,7 @@
android:id="@+id/workspace"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:layout_gravity="center"
android:paddingStart="@dimen/workspace_left_padding"
android:paddingEnd="@dimen/workspace_right_padding"
android:paddingTop="@dimen/workspace_top_padding"
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 2aec4e8c2..30eba1c7d 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -53,6 +53,7 @@
android:id="@+id/workspace"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:layout_gravity="center"
android:paddingStart="@dimen/workspace_left_padding"
android:paddingEnd="@dimen/workspace_right_padding"
android:paddingTop="@dimen/workspace_top_padding"
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index a67cf919a..7efe48638 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -55,6 +55,7 @@
android:id="@+id/apps_customize_pane_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:layout_gravity="center"
launcher:maxAppCellCountX="@integer/apps_customize_maxCellCountX"
launcher:maxAppCellCountY="@integer/apps_customize_maxCellCountY"
launcher:pageLayoutWidthGap="@dimen/apps_customize_pageLayoutWidthGap"