We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e7689 commit 5c8e083Copy full SHA for 5c8e083
1 file changed
app/src/main/res/values/themes.xml
@@ -0,0 +1,16 @@
1
+<resources xmlns:tools="http://schemas.android.com/tools">
2
+ <style name="Theme.FileSelector" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
3
+ <!-- Primary branding color -->
4
+ <item name="colorPrimary">@color/purple_500</item>
5
+ <item name="colorPrimaryVariant">@color/purple_700</item>
6
+ <item name="colorOnPrimary">@android:color/white</item>
7
+
8
+ <!-- Secondary branding color -->
9
+ <item name="colorSecondary">@color/teal_200</item>
10
+ <item name="colorSecondaryVariant">@color/teal_200</item>
11
+ <item name="colorOnSecondary">@android:color/black</item>
12
13
+ <!-- Status bar color -->
14
+ <item name="android:statusBarColor" tools:targetApi="l">@color/purple_700</item>
15
+ </style>
16
+</resources>
0 commit comments