diff --git a/lawnchair/res/values/dimens.xml b/lawnchair/res/values/dimens.xml
index c0ed78107d..a12ca82633 100644
--- a/lawnchair/res/values/dimens.xml
+++ b/lawnchair/res/values/dimens.xml
@@ -78,6 +78,7 @@
20dp
0dp
16dp
+ 16dp
16dp
28dp
1dp
diff --git a/res/layout/smartspace_smartspacer.xml b/res/layout/smartspace_smartspacer.xml
index 9dd70dcf59..c126124d40 100644
--- a/res/layout/smartspace_smartspacer.xml
+++ b/res/layout/smartspace_smartspacer.xml
@@ -4,9 +4,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:clipChildren="false"
- android:clipToPadding="false"
- android:paddingStart="@dimen/enhanced_smartspace_padding_start">
+ android:paddingStart="@dimen/enhanced_smartspace_padding_start"
+ android:paddingEnd="@dimen/enhanced_smartspace_padding_end">