Skip to content

Commit 5947b27

Browse files
committed
feat: changed status bar color to translucent
1 parent 76a7f11 commit 5947b27

File tree

3 files changed

+9
-23
lines changed

3 files changed

+9
-23
lines changed

.idea/workspace.xml

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/res/values/themes.xml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
<resources xmlns:tools="http://schemas.android.com/tools">
2-
<!-- Base application theme. -->
1+
2+
<resources>
33
<style name="Theme.OpenNotes" parent="Theme.Material3.DayNight.NoActionBar">
4-
<!-- Customize your theme here. -->
5-
<item name="colorPrimary">@color/purple_500</item>
6-
<item name="colorPrimaryVariant">@color/purple_700</item>
7-
<item name="colorOnPrimary">@color/white</item>
8-
<!-- Secondary brand color. -->
9-
<item name="colorSecondary">@color/teal_200</item>
10-
<item name="colorSecondaryVariant">@color/teal_700</item>
11-
<item name="colorOnSecondary">@color/black</item>
12-
<!-- Status bar color. -->
13-
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
14-
<!-- Customize your theme here. -->
4+
<item name="android:statusBarColor">@android:color/transparent</item>
5+
<item name="android:windowTranslucentStatus">true</item>
156
</style>
16-
</resources>
7+
</resources>

app/src/main/res/xml/provider_paths.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<paths xmlns:android="http://schemas.android.com/apk/res/android">
33
<external-files-path
44
name="notes_backups"
5-
path="notes_backups"
5+
path="Documents/notes_backups"
66
/>
77

88
</paths>

0 commit comments

Comments
 (0)