summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/res/res/drawable-hdpi/toast_frame_holo.9.pngbin1053 -> 1557 bytes
-rw-r--r--core/res/res/drawable-mdpi/toast_frame_holo.9.pngbin666 -> 954 bytes
-rw-r--r--core/res/res/drawable-xhdpi/toast_frame_holo.9.pngbin1557 -> 2051 bytes
-rw-r--r--core/res/res/drawable-xxhdpi/toast_frame_holo.9.pngbin3137 -> 2346 bytes
-rw-r--r--core/res/res/layout/transient_notification.xml2
-rw-r--r--core/res/res/values/styles.xml4
6 files changed, 5 insertions, 1 deletions
diff --git a/core/res/res/drawable-hdpi/toast_frame_holo.9.png b/core/res/res/drawable-hdpi/toast_frame_holo.9.png
index ca65994ad1fe..f0d9b21443b2 100644
--- a/core/res/res/drawable-hdpi/toast_frame_holo.9.png
+++ b/core/res/res/drawable-hdpi/toast_frame_holo.9.png
Binary files 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
index 9e93fe71619f..458137c57c22 100644
--- a/core/res/res/drawable-mdpi/toast_frame_holo.9.png
+++ b/core/res/res/drawable-mdpi/toast_frame_holo.9.png
Binary files differ
diff --git a/core/res/res/drawable-xhdpi/toast_frame_holo.9.png b/core/res/res/drawable-xhdpi/toast_frame_holo.9.png
index 1f63420602c2..f1209a29c504 100644
--- a/core/res/res/drawable-xhdpi/toast_frame_holo.9.png
+++ b/core/res/res/drawable-xhdpi/toast_frame_holo.9.png
Binary files differ
diff --git a/core/res/res/drawable-xxhdpi/toast_frame_holo.9.png b/core/res/res/drawable-xxhdpi/toast_frame_holo.9.png
index 882b9c61e020..6c86258f063f 100644
--- a/core/res/res/drawable-xxhdpi/toast_frame_holo.9.png
+++ b/core/res/res/drawable-xxhdpi/toast_frame_holo.9.png
Binary files differ
diff --git a/core/res/res/layout/transient_notification.xml b/core/res/res/layout/transient_notification.xml
index 5523807d6548..daa9faf70bb2 100644
--- a/core/res/res/layout/transient_notification.xml
+++ b/core/res/res/layout/transient_notification.xml
@@ -30,7 +30,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center_horizontal"
- android:textAppearance="@style/TextAppearance.Small"
+ android:textAppearance="@style/TextAppearance.Toast"
android:textColor="@color/bright_foreground_dark"
android:shadowColor="#BB000000"
android:shadowRadius="2.75"
diff --git a/core/res/res/values/styles.xml b/core/res/res/values/styles.xml
index ba72a2b70839..c5dab3be66c0 100644
--- a/core/res/res/values/styles.xml
+++ b/core/res/res/values/styles.xml
@@ -918,6 +918,10 @@ please see styles_device_defaults.xml.
<item name="android:textSize">30sp</item>
</style>
+ <style name="TextAppearance.Toast">
+ <item name="android:fontFamily">sans-serif-condensed</item>
+ </style>
+
<style name="Widget.ActivityChooserView">
<item name="android:gravity">center</item>
<item name="android:background">@android:drawable/ab_share_pack_holo_dark</item>