Change basic theme color of android application

后端 未结 2 1099
慢半拍i
慢半拍i 2020-12-07 03:40

Every android application/theme hast it\'s own basic theme color:

HTC Desire Z - green,

most Samsung deviced - yellow,...

It\'s the color of selected

2条回答
  •  一生所求
    2020-12-07 04:14

    In your manifest in application tag define as :

        android:theme="@style/mytheme"
    

    Now in res/values you can define a file say theme.xml with content as :

     
        
    
    

提交回复
热议问题