diff --git a/res/drawable-hdpi/wallpaper_divider.png b/res/drawable-hdpi/wallpaper_divider.png new file mode 100644 index 0000000000..2f92d60049 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_divider.png differ diff --git a/res/drawable-mdpi/wallpaper_divider.png b/res/drawable-mdpi/wallpaper_divider.png new file mode 100644 index 0000000000..1b453c5fa5 Binary files /dev/null and b/res/drawable-mdpi/wallpaper_divider.png differ diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml index 779f1e2ad6..05884ef733 100644 --- a/res/layout/apps_customize_pane.xml +++ b/res/layout/apps_customize_pane.xml @@ -94,7 +94,9 @@ launcher:widgetCellWidthGap="@dimen/apps_customize_widget_cell_width_gap" launcher:widgetCellHeightGap="@dimen/apps_customize_widget_cell_height_gap" launcher:widgetCountX="@integer/apps_customize_widget_cell_count_x" - launcher:widgetCountY="@integer/apps_customize_widget_cell_count_y" /> + launcher:widgetCountY="@integer/apps_customize_widget_cell_count_y" + launcher:wallpaperCountX="@integer/apps_customize_wallpaper_cell_count_x" + launcher:wallpaperCountY="@integer/apps_customize_wallpaper_cell_count_y" /> diff --git a/res/layout/apps_customize_wallpaper.xml b/res/layout/apps_customize_wallpaper.xml new file mode 100644 index 0000000000..d93825f8c1 --- /dev/null +++ b/res/layout/apps_customize_wallpaper.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + diff --git a/res/layout/apps_customize_widget.xml b/res/layout/apps_customize_widget.xml index 6ba65c8117..9d0764cbbc 100644 --- a/res/layout/apps_customize_widget.xml +++ b/res/layout/apps_customize_widget.xml @@ -34,6 +34,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1" + android:paddingBottom="5dp" android:adjustViewBounds="true" android:scaleType="fitStart" /> diff --git a/res/values-land/dimens.xml b/res/values-land/dimens.xml index 9b8c92e1bc..e1b0214285 100644 --- a/res/values-land/dimens.xml +++ b/res/values-land/dimens.xml @@ -34,4 +34,6 @@ 0dp 3 1 + 3 + 1 diff --git a/res/values-port/dimens.xml b/res/values-port/dimens.xml index 98e3fc47d7..7d50c1a0c7 100644 --- a/res/values-port/dimens.xml +++ b/res/values-port/dimens.xml @@ -33,4 +33,6 @@ 40dp 2 2 + 1 + 1 diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml index 96d9cc9ffd..bcbe038ac6 100644 --- a/res/values-xlarge/styles.xml +++ b/res/values-xlarge/styles.xml @@ -47,6 +47,7 @@ 40dp 15dp 20dp + 20sp