mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
adjust text color of extension group headers
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
This commit is contained in:
parent
330eb1f8ec
commit
8a4030a546
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue