diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 951a30ec7f..d166df7acb 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -39,8 +39,7 @@ android:id="@+id/workspace" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_gravity="center" - launcher:defaultScreen="@integer/config_workspaceDefaultScreen" /> + android:layout_gravity="center" /> diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml index 3228999cee..f976e30423 100644 --- a/res/layout-sw720dp/launcher.xml +++ b/res/layout-sw720dp/launcher.xml @@ -39,7 +39,6 @@ android:id="@+id/workspace" android:layout_width="match_parent" android:layout_height="match_parent" - launcher:defaultScreen="@integer/config_workspaceDefaultScreen" launcher:pageIndicator="@id/page_indicator"> diff --git a/res/layout/workspace_screen.xml b/res/layout/workspace_screen.xml index 83b319b728..faf688503e 100644 --- a/res/layout/workspace_screen.xml +++ b/res/layout/workspace_screen.xml @@ -17,9 +17,6 @@ + android:hapticFeedbackEnabled="false" /> diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml index c5a76d595b..40926799fb 100644 --- a/res/values-land/styles.xml +++ b/res/values-land/styles.xml @@ -19,9 +19,6 @@ - - - - diff --git a/res/values-sw720dp-land/dimens.xml b/res/values-sw720dp-land/dimens.xml deleted file mode 100644 index 514980fe0b..0000000000 --- a/res/values-sw720dp-land/dimens.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - 100dip - diff --git a/res/values-sw720dp-port/dimens.xml b/res/values-sw720dp-port/dimens.xml deleted file mode 100644 index 6f594d5188..0000000000 --- a/res/values-sw720dp-port/dimens.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - 40dp - diff --git a/res/values-sw720dp/styles.xml b/res/values-sw720dp/styles.xml index e8b706e237..b7a16f3a74 100644 --- a/res/values-sw720dp/styles.xml +++ b/res/values-sw720dp/styles.xml @@ -20,8 +20,6 @@ - - - -