diff --git a/core/res/res/color/secondary_text_nofocus.xml b/core/res/res/color/secondary_text_nofocus.xml new file mode 100644 index 0000000000000..b6cbfb559a167 --- /dev/null +++ b/core/res/res/color/secondary_text_nofocus.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/core/res/res/drawable-hdpi/recent_dialog_background.9.png b/core/res/res/drawable-hdpi/recent_dialog_background.9.png new file mode 100644 index 0000000000000..bebcc40cab758 Binary files /dev/null and b/core/res/res/drawable-hdpi/recent_dialog_background.9.png differ diff --git a/core/res/res/drawable-mdpi/recent_dialog_background.9.png b/core/res/res/drawable-mdpi/recent_dialog_background.9.png new file mode 100644 index 0000000000000..18ed3ff749ecf Binary files /dev/null and b/core/res/res/drawable-mdpi/recent_dialog_background.9.png differ diff --git a/core/res/res/drawable/btn_application_selector.xml b/core/res/res/drawable/btn_application_selector.xml deleted file mode 100644 index 5575b85975328..0000000000000 --- a/core/res/res/drawable/btn_application_selector.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - diff --git a/core/res/res/layout/recent_apps_dialog.xml b/core/res/res/layout/recent_apps_dialog.xml index 4e416e13a9d85..6bacc5869cdfa 100644 --- a/core/res/res/layout/recent_apps_dialog.xml +++ b/core/res/res/layout/recent_apps_dialog.xml @@ -17,17 +17,19 @@ */ --> - + + @@ -59,7 +65,7 @@ @@ -75,5 +81,9 @@ layout="@android:layout/recent_apps_icon" android:id="@+id/button6" /> + + - \ No newline at end of file + diff --git a/core/res/res/layout/recent_apps_icon.xml b/core/res/res/layout/recent_apps_icon.xml index d32643cb15ddf..f73aec35580e6 100644 --- a/core/res/res/layout/recent_apps_icon.xml +++ b/core/res/res/layout/recent_apps_icon.xml @@ -22,11 +22,12 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/label" style="?android:attr/buttonStyle" - android:background="@drawable/btn_application_selector" - android:layout_width="87dip" - android:layout_height="88dip" - android:layout_margin="3dip" - android:textColor="@color/primary_text_dark_focused" + android:background="#00000000" + android:layout_width="80dip" + android:layout_height="wrap_content" + android:layout_marginTop="3dip" + android:layout_marginBottom="3dip" + android:textColor="@color/bright_foreground_dark" android:paddingTop="5dip" android:paddingBottom="2dip" diff --git a/core/res/res/values/styles.xml b/core/res/res/values/styles.xml index 128766975fd0c..b5fff968f9d1e 100644 --- a/core/res/res/values/styles.xml +++ b/core/res/res/values/styles.xml @@ -181,8 +181,8 @@ diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml index 6dae8b80269c9..d585d9e11f636 100644 --- a/core/res/res/values/themes.xml +++ b/core/res/res/values/themes.xml @@ -516,6 +516,10 @@