Android 6.0 Dialog text doesn't appear

后端 未结 11 2098
感情败类
感情败类 2020-12-15 17:02

I updated my phone to Android 6.0 and I have these 2 problems with dialogs:

1)The title is shown but the messages isn\'t for alert dialog(SOLVED):

          


        
11条回答
  •  一生所求
    2020-12-15 17:12

    In my case all dialogs had the same color as fonts (title & message). What I have done to fix this state was the change of the color attribute in my theme. I copied the xml theme file into the 'res/values-v22' and set different color for marshmallow.

    
        
    
    

    or only for dialogs

    
        
        
    
    

提交回复
热议问题