adjust text color of extension group headers

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
This commit is contained in:
Jays2Kings 2021-08-12 13:05:02 -04:00
parent 330eb1f8ec
commit 8a4030a546

View File

@ -12,6 +12,7 @@
<TextView
android:id="@+id/title"
style="@style/TextAppearance.MaterialComponents.Headline4"
android:textColor="?android:textColorPrimary"
android:textSize="16sp"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -51,6 +52,7 @@
android:background="@drawable/square_ripple"
android:clickable="true"
android:drawablePadding="6dp"
android:alpha=".8"
app:drawableTint="?android:textColorPrimary"
android:ellipsize="start"
android:focusable="true"