AlertDialog styling - how to change style (color) of title, message, etc

前端 未结 8 1436
醉梦人生
醉梦人生 2020-12-04 14:31

I\'ve breaking my head over this quite a bit. What I need to do is, change the style of all AlertDialogs in my android application - dialog background needs to

8条回答
  •  执笔经年
    2020-12-04 15:14

    Remove the panel background

     @color/transparent_color 
     #00000000
    

    This is Mystyle:

     
    

    Which i have added to the constructor.

    Add textColor :

    #ff0000
    

提交回复
热议问题