android Theme.Holo.Dialog changing blue lines to orange

前端 未结 3 1452
生来不讨喜
生来不讨喜 2021-01-31 03:46

Default color for lines on Android theme Theme.Holo.Dialog are blue. I\'d like to know how to change this to any other color. Orange in my case.

I can change text or back

3条回答
  •  时光取名叫无心
    2021-01-31 04:13

    one trick is using dialog with no title bar, hence android not draw the line, then adding title and the line yourself in dialog`s layout xml file! for example:

    
    

    in manifest use:

        
        
    

    and in your Mydialog layout define title and line yourself with your desired color and style!

    cheers!

提交回复
热议问题