Bug 896059 - Allow super toasts in webapps. r=mfinkle

This commit is contained in:
Wes Johnston 2013-08-02 11:04:45 -07:00
parent 1dab9a8dc3
commit 41ae7f1c19

View File

@ -53,4 +53,18 @@
</RelativeLayout>
<LinearLayout android:id="@+id/toast"
style="@style/Toast">
<TextView android:id="@+id/toast_message"
style="@style/ToastMessage" />
<ImageView android:id="@+id/toast_divider"
style="@style/ToastDivider" />
<Button android:id="@+id/toast_button"
style="@style/ToastButton" />
</LinearLayout>
</RelativeLayout>