Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Transparent navigation and status bar color for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
HotarunIchijou authored Oct 15, 2023
1 parent ff5be5d commit fc61cd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/values-night/themes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="Theme.Memerize" parent="android:Theme.Material.Dark.NoActionBar" />
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowLightStatusBar">false</item>
<item name="android:navigationBarColor">@android:color/transparent</item>
</resources>

0 comments on commit fc61cd4

Please sign in to comment.