nav drawer menu

This commit is contained in:
2017-09-19 22:57:49 +03:00
parent addc63ed21
commit 91ef0b51ac
32 changed files with 1016 additions and 86 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Salat Fragment"
android:layout_centerInParent="true"
android:textColor="@color/black"/>
</RelativeLayout>