Skip to content

Commit

Permalink
Update theme for License screen
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiya-kume committed Aug 22, 2023
1 parent 837b806 commit 4a0b1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-android/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="Theme.KaigiApp" parent="android:Theme.Material.Light.NoActionBar">
<style name="Theme.KaigiApp" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
</resources>

0 comments on commit 4a0b1c0

Please sign in to comment.