Added android 10 dark theme support
This commit is contained in:
parent
46cdedce0b
commit
153f1bd9d0
33 changed files with 372 additions and 352 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue