Fix our KitKat-style toasts/undos. b/12569856.

Change-Id: I435e4dd4c9bc10b54d922f6d636f2f6f449127ea
diff --git a/res/drawable-xhdpi/toast_frame_focused.9.png b/res/drawable-xhdpi/toast_frame_focused.9.png
index 479ea6e..2bc8545 100644
--- a/res/drawable-xhdpi/toast_frame_focused.9.png
+++ b/res/drawable-xhdpi/toast_frame_focused.9.png
Binary files differ
diff --git a/res/drawable-xhdpi/toast_frame_normal.9.png b/res/drawable-xhdpi/toast_frame_normal.9.png
index f696ec4..bfdcc6e 100644
--- a/res/drawable-xhdpi/toast_frame_normal.9.png
+++ b/res/drawable-xhdpi/toast_frame_normal.9.png
Binary files differ
diff --git a/res/drawable-xhdpi/toast_frame_pressed.9.png b/res/drawable-xhdpi/toast_frame_pressed.9.png
index 79ad140..c6fa03c 100644
--- a/res/drawable-xhdpi/toast_frame_pressed.9.png
+++ b/res/drawable-xhdpi/toast_frame_pressed.9.png
Binary files differ
diff --git a/res/values-v19/styles.xml b/res/values-v19/styles.xml
index f34a004..793a1d4 100644
--- a/res/values-v19/styles.xml
+++ b/res/values-v19/styles.xml
@@ -25,4 +25,22 @@
     <style name="ToastButtonStyle">
         <item name="android:background">@drawable/toast_button_background</item>
     </style>
-</resources>
\ No newline at end of file
+
+    <style name="NewMessageButtonStyle" parent="AbstractNewMessageButtonStyle">
+        <item name="android:layout_marginStart">@dimen/toast_bar_margin</item>
+        <item name="android:layout_marginEnd">@dimen/toast_bar_margin</item>
+        <item name="android:fontFamily">sans-serif-condensed</item>
+        <item name="android:textSize">16sp</item>
+    </style>
+
+    <style name="ToastBarDescriptionTextStyle">
+        <item name="android:paddingStart">@dimen/toast_bar_description_text_padding_start</item>
+        <item name="android:fontFamily">sans-serif-condensed</item>
+    </style>
+
+    <style name="ToastBarActionTextStyle" parent="AbstractUndoTextStyle">
+        <item name="android:layout_marginStart">@dimen/toast_bar_action_margin</item>
+        <item name="android:paddingEnd">@dimen/toast_bar_undo_text_padding</item>
+        <item name="android:fontFamily">sans-serif-condensed</item>
+    </style>
+</resources>