diff --git a/res/layout-land/all_apps_cling.xml b/res/layout-land/all_apps_cling.xml index e89d4c1780..fccf400af4 100644 --- a/res/layout-land/all_apps_cling.xml +++ b/res/layout-land/all_apps_cling.xml @@ -20,7 +20,7 @@ diff --git a/res/layout-land/folder_cling.xml b/res/layout-land/folder_cling.xml index 3d7f4f4592..b39fbb1b55 100644 --- a/res/layout-land/folder_cling.xml +++ b/res/layout-land/folder_cling.xml @@ -20,7 +20,7 @@ diff --git a/res/layout-land/hotseat.xml b/res/layout-land/hotseat.xml index d759196715..aebb218420 100644 --- a/res/layout-land/hotseat.xml +++ b/res/layout-land/hotseat.xml @@ -25,8 +25,8 @@ android:layout_gravity="center" android:paddingTop="@dimen/button_bar_width_left_padding" android:paddingBottom="@dimen/button_bar_width_right_padding" - android:paddingLeft="@dimen/button_bar_height_top_padding" - android:paddingRight="@dimen/button_bar_height_bottom_padding" + android:paddingStart="@dimen/button_bar_height_top_padding" + android:paddingEnd="@dimen/button_bar_height_bottom_padding" launcher:cellWidth="@dimen/hotseat_cell_width" launcher:cellHeight="@dimen/hotseat_cell_height" diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 051d8b25c3..88490987bb 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -35,8 +35,8 @@ android:id="@+id/workspace" android:layout_width="match_parent" android:layout_height="match_parent" - android:paddingLeft="@dimen/workspace_left_padding" - android:paddingRight="@dimen/workspace_right_padding" + android:paddingStart="@dimen/workspace_left_padding" + android:paddingEnd="@dimen/workspace_right_padding" android:paddingTop="@dimen/workspace_top_padding" android:paddingBottom="@dimen/workspace_bottom_padding" launcher:defaultScreen="2" @@ -58,16 +58,16 @@ layout="@layout/workspace_divider" android:layout_width="wrap_content" android:layout_height="match_parent" - android:layout_marginLeft="@dimen/qsb_bar_height" - android:layout_gravity="left" /> + android:layout_marginStart="@dimen/qsb_bar_height" + android:layout_gravity="start" /> + android:layout_marginEnd="@dimen/button_bar_height" + android:layout_gravity="end" /> + android:layout_gravity="end" />