Experimental: Use accent color on Headers
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
android:layout_toStartOf="@id/img_action"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:textColor="?colorAccent"
|
||||
tools:text="Header" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
@@ -50,5 +51,5 @@
|
||||
android:contentDescription="@string/expand"
|
||||
android:padding="@dimen/padding_xsmall"
|
||||
app:srcCompat="@drawable/ic_arrow_right"
|
||||
app:tint="?android:textColorPrimary" />
|
||||
app:tint="?android:colorAccent" />
|
||||
</RelativeLayout>
|
||||
|
||||
Reference in New Issue
Block a user