Parcourir la source

Fix filter group icon being invisible in light theme

arkon il y a 4 ans
Parent
commit
e99a27e382
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      app/src/main/res/layout/navigation_view_group.xml

+ 2 - 1
app/src/main/res/layout/navigation_view_group.xml

@@ -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>