Skip to content

Commit

Permalink
Rename styles.xml, move to AppCompat theme
Browse files Browse the repository at this point in the history
themes.xml -> styles.xml
Theme.Material.Light.NoActionBar -> Theme.AppCompat.Light.NoActionBar
  • Loading branch information
MateusRodCosta committed Sep 10, 2024
1 parent 9632203 commit f005614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.App" parent="@android:style/Theme.Material.Light.NoActionBar">
<style name="Theme.App" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowLightStatusBar">false</item>
Expand Down

0 comments on commit f005614

Please sign in to comment.