Android Question Theme color Dark

Scantech

Well-Known Member
Licensed User
Longtime User

I want to change it to dark theme. Is this correct?
<style name="LightTheme" parent="@android:style/Theme.Material">

It did not crash. Just wondering if the manifest is correct by removing .Light? Thanks
 

Scantech

Well-Known Member
Licensed User
Longtime User
 
Upvote 0

Scantech

Well-Known Member
Licensed User
Longtime User
Found this on the web

  • @android:style/Theme.Material (dark version)
  • @android:style/Theme.Material.Light (light version)
  • @android:style/Theme.Material.Light.DarkActionBar
For a list of material styles that you can use, see the API reference for android.R.style.
 
Upvote 0

Similar Threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…