diff --git a/core/res/res/drawable-hdpi/toast_frame.9.png b/core/res/res/drawable-hdpi/toast_frame.9.png index 7f830bcd7cf9e..8f5d8119c12a6 100644 Binary files a/core/res/res/drawable-hdpi/toast_frame.9.png and b/core/res/res/drawable-hdpi/toast_frame.9.png differ diff --git a/core/res/res/drawable-hdpi/toast_frame_holo.9.png b/core/res/res/drawable-hdpi/toast_frame_holo.9.png new file mode 100644 index 0000000000000..7f830bcd7cf9e Binary files /dev/null and b/core/res/res/drawable-hdpi/toast_frame_holo.9.png differ diff --git a/core/res/res/drawable-mdpi/toast_frame.9.png b/core/res/res/drawable-mdpi/toast_frame.9.png index 911f86d73ce64..08c4f869e019f 100755 Binary files a/core/res/res/drawable-mdpi/toast_frame.9.png and b/core/res/res/drawable-mdpi/toast_frame.9.png differ diff --git a/core/res/res/drawable-mdpi/toast_frame_holo.9.png b/core/res/res/drawable-mdpi/toast_frame_holo.9.png new file mode 100755 index 0000000000000..911f86d73ce64 Binary files /dev/null and b/core/res/res/drawable-mdpi/toast_frame_holo.9.png differ diff --git a/core/res/res/layout/transient_notification.xml b/core/res/res/layout/transient_notification.xml index 12b67f18787a6..21d58aa66002e 100644 --- a/core/res/res/layout/transient_notification.xml +++ b/core/res/res/layout/transient_notification.xml @@ -22,7 +22,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:background="@drawable/toast_frame"> + android:background="?android:attr/toastFrameBackground"> + + + diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml index 00d4b95e2a1ba..08542bf7f86e0 100644 --- a/core/res/res/values/themes.xml +++ b/core/res/res/values/themes.xml @@ -149,6 +149,8 @@ @android:style/Theme.Dialog.Alert true @android:drawable/ic_dialog_alert + + @android:drawable/toast_frame @android:drawable/menu_background @@ -863,6 +865,8 @@ @android:style/Theme.Holo.Dialog.Alert false @android:drawable/ic_dialog_alert_holo_dark + + @android:drawable/toast_frame_holo @android:drawable/menu_background @@ -1132,6 +1136,8 @@ false @android:style/Theme.Holo.Light.Dialog.Alert @android:drawable/ic_dialog_alert_holo_light + + @android:drawable/toast_frame_holo @android:drawable/menu_background