diff --git a/res/layout-land/choose_lock_pattern.xml b/res/layout-land/choose_lock_pattern.xml index df40ed48156..29c3350490c 100644 --- a/res/layout-land/choose_lock_pattern.xml +++ b/res/layout-land/choose_lock_pattern.xml @@ -37,7 +37,7 @@ android:layout_width="0dip" android:layout_height="match_parent" android:layout_weight="1.0" - android:layout_marginStart="?attr/sudMarginSides" + android:layout_marginStart="?attr/sudMarginStart" android:layout_marginBottom="@dimen/sud_content_frame_padding_bottom" android:clipChildren="false" android:clipToPadding="false" diff --git a/res/layout-land/confirm_lock_password.xml b/res/layout-land/confirm_lock_password.xml index 78725855e8c..775f9ad8509 100644 --- a/res/layout-land/confirm_lock_password.xml +++ b/res/layout-land/confirm_lock_password.xml @@ -33,16 +33,16 @@ style="@style/SudDescription.Glif" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginStart="?attr/sudMarginSides" - android:layout_marginEnd="?attr/sudMarginSides" /> + android:layout_marginStart="?attr/sudMarginStart" + android:layout_marginEnd="?attr/sudMarginEnd" />