Added binding between navigation view and navigation components

Removed bunch of code focusing on the hamburger not being stationary
This commit is contained in:
Viktor De Pasquale
2019-04-11 21:17:54 +02:00
parent 94ba7cb0c5
commit 0efaddff23
8 changed files with 70 additions and 128 deletions
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#fff"
android:pathData="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z" />
</vector>