Skip to content

Commit

Permalink
Merge pull request #108 from rom4ster/master
Browse files Browse the repository at this point in the history
Removed Private Color in styles.xml and replaced with textColorPrimary
  • Loading branch information
KieronQuinn committed Jun 17, 2023
2 parents 3013425 + c765847 commit 053f4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controls/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<item name="android:colorBackground">@android:color/black</item>
<item name="android:windowAnimationStyle">@null</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="wallpaperTextColor">@*android:color/primary_text_material_dark</item>
<item name="wallpaperTextColor">?android:attr/textColorPrimary</item>
</style>

<style name="TextAppearance.Control" parent="@android:style/TextAppearance">
Expand Down

0 comments on commit 053f4f8

Please sign in to comment.