Created
June 14, 2022 07:49
-
-
Save wajahatkarim3/6ba1955b7ff05788f665214af16c7a35 to your computer and use it in GitHub Desktop.
Dark Theme article https://wajahatkarim.com/2022/06/dark-theme-setup/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Default Theme --> | |
<style name="Theme.Imagine.Base" parent="Theme.MaterialComponents.DayNight.DarkActionBar"> | |
<!-- Primary brand color. --> | |
<item name="android:forceDarkAllowed" tools:targetApi="q">true</item> | |
<item name="colorPrimary">@color/color_primary</item> | |
<item name="colorPrimaryVariant">@color/color_primary_dark</item> | |
<item name="colorOnPrimary">@color/color_on_primary</item> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment