diff --git a/res/layout/arrow_preference.xml b/res/layout/arrow_preference.xml deleted file mode 100644 index 0924a4452b2..00000000000 --- a/res/layout/arrow_preference.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - diff --git a/res/layout/preference_widget_arrow.xml b/res/layout/preference_widget_arrow.xml index ddeb669142e..e7a3f8233a0 100644 --- a/res/layout/preference_widget_arrow.xml +++ b/res/layout/preference_widget_arrow.xml @@ -22,4 +22,5 @@ android:layout_gravity="center_vertical" android:contentDescription="@null" android:scaleType="center" + android:tint="?android:attr/textColorPrimary" android:src="@drawable/ic_arrow_forward" /> \ No newline at end of file