简体   繁体   中英

Android application theme style

Can someone guide me through the application theme. I have read so much about it but still I cant get through it. Everywhere in stackoverflow answers its mentioned as AppBaseTheme and AppTheme. Which one do I mention in application manifest as the APPLICATION THEME. Secondly How do i change my actionbar background color?

 android:theme="@style/AppTheme"
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
    <!-- Customize your theme here. -->
   </style>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM