AlertDialog Theme For Material Design

前端之家收集整理的这篇文章主要介绍了AlertDialog Theme For Material Design前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

修改AlertDialog的样式

And use a style like this:


      1

<style name="AppCompatAlertDialogStyle" parent="Theme.AppCompat.Light.Dialog.Alert">
<item name="colorAccent">#FFCC00 2
<item name="android:textColorPrimary">#FFFFFF
<item name="android:background">#5fa3d0

原文链接:https://www.f2er.com/note/421983.html

猜你在找的程序笔记相关文章