diff --git a/res/layout-land/apps_customize_application.xml b/res/layout-land/apps_customize_application.xml deleted file mode 100644 index bf0022d763..0000000000 --- a/res/layout-land/apps_customize_application.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - diff --git a/res/layout-port/apps_customize_application.xml b/res/layout/apps_customize_application.xml similarity index 91% rename from res/layout-port/apps_customize_application.xml rename to res/layout/apps_customize_application.xml index 0b7bab6c5d..3b0fa6f4e1 100644 --- a/res/layout-port/apps_customize_application.xml +++ b/res/layout/apps_customize_application.xml @@ -18,12 +18,11 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" - style="@style/WorkspaceIcon.Portrait.AppsCustomize" + style="@style/WorkspaceIcon.AppsCustomize" android:id="@+id/application_icon" android:layout_width="match_parent" android:layout_height="match_parent" - android:gravity="center_horizontal" - + android:focusable="true" android:background="@drawable/focusable_view_bg" /> diff --git a/res/layout/folder_icon.xml b/res/layout/folder_icon.xml index 5a9a834155..9c5c46bd8a 100644 --- a/res/layout/folder_icon.xml +++ b/res/layout/folder_icon.xml @@ -28,6 +28,6 @@ android:layout_height="wrap_content" android:src="@drawable/portal_ring_inner_holo"/> + style="@style/WorkspaceIcon" + android:id="@+id/folder_icon_name" /> diff --git a/res/values/styles.xml b/res/values/styles.xml index cf77b51d93..48b9dbc9fc 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -82,15 +82,11 @@ - -