Skip to content

Commit 8b07fbe

Browse files
theme setup
Took 2 minutes
1 parent c7f09a7 commit 8b07fbe

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 0 additions & 16 deletions
This file was deleted.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
22
<!-- Base application theme. -->
3-
<style name="Theme.MultiLayerParallaxScrollEffect" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
3+
<style name="Theme.MultiLayerParallaxScrollEffect" parent="Theme.MaterialComponents.Light.NoActionBar">
44
<!-- Primary brand color. -->
55
<item name="colorPrimary">@color/purple_500</item>
66
<item name="colorPrimaryVariant">@color/purple_700</item>
@@ -12,6 +12,7 @@
1212
<!-- Status bar color. -->
1313
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
1414
<!-- Customize your theme here. -->
15+
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
1516
</style>
1617

1718
<style name="Theme.MultiLayerParallaxScrollEffect.NoActionBar">

0 commit comments

Comments
 (0)