]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/nav_header_logo.xml
larger logo in the drawer, show on small screens to and move the dext on the right
[mobile-ledger.git] / app / src / main / res / layout / nav_header_logo.xml
index 48d0b56d089fad694d543436f05cfb58fae6e10e..22fbb23e62c5745c39df65aa49457985a2fce782 100644 (file)
   -->
 
 <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
   -->
 
 <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
     xmlns:tools="http://schemas.android.com/tools"
-    android:layout_width="wrap_content"
-    android:layout_height="wrap_content"
-    android:visibility="gone"
+    android:layout_width="48dp"
+    android:layout_height="48dp"
+    android:contentDescription="@string/nav_header_desc"
+    android:visibility="visible"
+    app:srcCompat="@drawable/ic_app_icon"
     tools:showIn="@layout/activity_main" />
\ No newline at end of file
     tools:showIn="@layout/activity_main" />
\ No newline at end of file