Commit 4be8bd4d authored by topjohnwu's avatar topjohnwu

Use proper arrow colors

parent 075bc4a6
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
android:layout_width="20dp" android:layout_width="20dp"
android:layout_height="20dp" android:layout_height="20dp"
android:layout_marginStart="5dp" android:layout_marginStart="5dp"
android:tint="@color/icon_grey" android:tint="?attr/imageColorTint"
app:layout_constraintBottom_toBottomOf="@+id/package_name" app:layout_constraintBottom_toBottomOf="@+id/package_name"
app:layout_constraintEnd_toEndOf="@+id/app_name" app:layout_constraintEnd_toEndOf="@+id/app_name"
app:layout_constraintStart_toEndOf="@+id/package_name" app:layout_constraintStart_toEndOf="@+id/package_name"
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="25dp" android:layout_height="25dp"
android:layout_marginEnd="10dp" android:layout_marginEnd="10dp"
android:tint="?attr/imageColorTint"
app:srcCompat="@drawable/ic_arrow" /> app:srcCompat="@drawable/ic_arrow" />
<TextView <TextView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment