android - How to set toast style as a theme? -
i want change toasts in app editing themes.xml.
i using <item name="buttonstyle">@style/mybutton</item> change buttons, there similar toasts, or have create , use mytoast class extends built-in toast?
you can change background of toast this:
<style name="mytheme" parent="@android:styles/theme.holo"> <item name="android:toastframebackground">@android:drawable/my_toast</item> </style>
Comments
Post a Comment