浏览代码

Fix filter group icon being invisible in light theme

arkon 4 年之前
父节点
当前提交
e99a27e382
共有 1 个文件被更改,包括 2 次插入1 次删除
  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>