Added android 10 dark theme support

This commit is contained in:
h4h13 2019-09-27 21:06:10 +05:30
parent 46cdedce0b
commit 153f1bd9d0
33 changed files with 372 additions and 352 deletions

View file

@ -14,7 +14,8 @@
<code.name.monkey.appthemehelper.common.views.ATEAccentTextView
style="@style/SubTitleTextAppearance"
android:text="@string/credit_title"
android:textAppearance="@style/TextViewOverline" />
android:textAppearance="@style/TextViewOverline"
android:textColor="?colorAccent" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"