summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge-port/workspace_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge-port/workspace_screen.xml')
-rw-r--r--res/layout-xlarge-port/workspace_screen.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-xlarge-port/workspace_screen.xml b/res/layout-xlarge-port/workspace_screen.xml
index eb7620ca6..7314e6046 100644
--- a/res/layout-xlarge-port/workspace_screen.xml
+++ b/res/layout-xlarge-port/workspace_screen.xml
@@ -18,13 +18,13 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
android:hapticFeedbackEnabled="false"
launcher:cellWidth="@dimen/workspace_cell_width"
launcher:cellHeight="@dimen/workspace_cell_height"
- launcher:yAxisStartPadding="172dip"
- launcher:yAxisEndPadding="172dip"
+ launcher:yAxisStartPadding="40dip"
+ launcher:yAxisEndPadding="40dip"
launcher:xAxisStartPadding="40dip"
launcher:xAxisEndPadding="40dip"/>