aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/header_navigation_drawer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/header_navigation_drawer.xml')
-rw-r--r--app/src/main/res/layout/header_navigation_drawer.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/main/res/layout/header_navigation_drawer.xml b/app/src/main/res/layout/header_navigation_drawer.xml
new file mode 100644
index 0000000..8fc058d
--- /dev/null
+++ b/app/src/main/res/layout/header_navigation_drawer.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical" android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+
+ <TextView
+ android:id="@+id/user_navigation_drawer"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginStart="24dp"
+ android:layout_marginTop="50dp"
+ android:layout_marginEnd="24dp"
+ android:text="Player Details"
+ android:textAppearance="?attr/textAppearanceHeadline6" />
+
+</LinearLayout> \ No newline at end of file