Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77ddb026 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 3360953 - Toasts use the holo theme in non-HC apps" into honeycomb

parents a6ce0819 472b026d
Loading
Loading
Loading
Loading
−3.87 KiB (2.4 KiB)
Loading image diff...
+6.28 KiB
Loading image diff...
+760 B (4.23 KiB)
Loading image diff...
+3.48 KiB
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -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">

    <TextView
        android:id="@android:id/message"
Loading