File tree Expand file tree Collapse file tree 3 files changed +9
-23
lines changed
Expand file tree Collapse file tree 3 files changed +9
-23
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments