Skip to content

Commit

Permalink
Splash Screen background color to respect device theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz committed Oct 19, 2024
1 parent fdcde07 commit fdf6705
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="Theme.Krail" parent="android:Theme.Material.Light.NoActionBar" />
<style name="Theme.Krail" parent="@android:style/Theme.DeviceDefault.NoActionBar" />
</resources>

0 comments on commit fdf6705

Please sign in to comment.