Use proper arrow colors

This commit is contained in:
topjohnwu 2019-01-27 01:13:12 -05:00
parent 075bc4a6d5
commit 4be8bd4d18
2 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,7 @@
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_marginStart="5dp"
android:tint="@color/icon_grey"
android:tint="?attr/imageColorTint"
app:layout_constraintBottom_toBottomOf="@+id/package_name"
app:layout_constraintEnd_toEndOf="@+id/app_name"
app:layout_constraintStart_toEndOf="@+id/package_name"

View File

@ -14,6 +14,7 @@
android:layout_width="wrap_content"
android:layout_height="25dp"
android:layout_marginEnd="10dp"
android:tint="?attr/imageColorTint"
app:srcCompat="@drawable/ic_arrow" />
<TextView