summaryrefslogtreecommitdiffstats
path: root/res/layout/rotate_text_toast.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2016-02-09 14:49:56 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-26 01:08:33 +0100
commit25a9622e042102df3469a7a44f75c984d2713a7d (patch)
treeb4c215e1196ac6d63776ccc5eaef1e4a6369aa4a /res/layout/rotate_text_toast.xml
parenta0df98edb234a6f4702e1f01df3b67a243103fd1 (diff)
downloadandroid_packages_apps_Snap-25a9622e042102df3469a7a44f75c984d2713a7d.tar.gz
android_packages_apps_Snap-25a9622e042102df3469a7a44f75c984d2713a7d.tar.bz2
android_packages_apps_Snap-25a9622e042102df3469a7a44f75c984d2713a7d.zip
Snap: Material toasts
* Match the framework toast appearance Change-Id: I886862f3087bcd5cb1cfa76f72731292b7511d07
Diffstat (limited to 'res/layout/rotate_text_toast.xml')
-rw-r--r--res/layout/rotate_text_toast.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/res/layout/rotate_text_toast.xml b/res/layout/rotate_text_toast.xml
index 2c89b6f59..474ea575d 100644
--- a/res/layout/rotate_text_toast.xml
+++ b/res/layout/rotate_text_toast.xml
@@ -24,16 +24,14 @@
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="@drawable/toast_frame_holo">
+ android:background="@drawable/toast_frame">
<TextView
android:id="@+id/message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textAppearance="?android:textAppearanceMedium"
- android:textColor="@android:color/white"
+ android:textAppearance="@style/ToastTextAppearance"
+ android:textColor="@color/toast_text"
android:shadowColor="#BB000000"
android:shadowRadius="2.75" />
</FrameLayout>
</com.android.camera.ui.RotateLayout>
-
-