Navigation drawer has services in a new menu!

This commit is contained in:
Somethingweirdhere 2018-06-14 03:29:49 +02:00 committed by Christian Schabesberger
parent d4101c4f43
commit 40804a7fb3
2 changed files with 96 additions and 34 deletions

View file

@ -52,4 +52,16 @@ android:focusable="true">
android:textSize="18dp"
android:textStyle="italic"/>
<ImageView
android:id="@+id/drawer_arrow"
android:layout_width="10dp"
android:layout_height="15dp"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_gravity="bottom"
android:layout_marginBottom="20dp"
android:layout_marginRight="20dp"
android:src="@drawable/ic_arrow_down_white" />
</RelativeLayout>