Fix filter group icon being invisible in light theme

(cherry picked from commit e99a27e382d1f664ad4709c4101268602b5ed9a1)
This commit is contained in:
arkon 2020-06-23 08:45:36 -04:00 committed by Jobobby04
parent c969db8094
commit 5b9aa4a89d

View File

@ -24,6 +24,7 @@
<ImageView
android:id="@+id/expand_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:tint="?attr/colorOnPrimary" />
</LinearLayout>