]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/nav_header_logo.xml
use colors by reference (makes the theme-aware) and reduce redundant colors
[mobile-ledger.git] / app / src / main / res / layout / nav_header_logo.xml
index 0e24314ce6f3d6c5ef39bbbc8c96d52d7ac148ea..32ddb62f6fa04bee6d4f75b5f120b86dde50c8b2 100644 (file)
@@ -22,5 +22,6 @@
     android:layout_height="48dp"
     android:contentDescription="@string/nav_header_desc"
     android:visibility="visible"
-    app:srcCompat="@drawable/ic_app_icon"
+    android:id="@+id/app_icon"
+    app:srcCompat="@drawable/ic_app_icon_dynamic"
     tools:showIn="@layout/activity_main" />
\ No newline at end of file