summaryrefslogtreecommitdiffstats
path: root/res/layout/workspace_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/workspace_screen.xml')
-rw-r--r--res/layout/workspace_screen.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/workspace_screen.xml b/res/layout/workspace_screen.xml
index d6e66f69d..6538532c1 100644
--- a/res/layout/workspace_screen.xml
+++ b/res/layout/workspace_screen.xml
@@ -20,8 +20,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingLeft="@dimen/cell_layout_left_padding"
- android:paddingRight="@dimen/cell_layout_right_padding"
+ android:paddingStart="@dimen/cell_layout_left_padding"
+ android:paddingEnd="@dimen/cell_layout_right_padding"
android:paddingTop="@dimen/cell_layout_top_padding"
android:paddingBottom="@dimen/cell_layout_bottom_padding"
android:hapticFeedbackEnabled="false"