aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/nav_header_main.xml
diff options
context:
space:
mode:
authorLibravatar Renard 2016-04-05 01:52:13 -0300
committerLibravatar Renard 2016-04-05 01:52:13 -0300
commit90ca8b34d823eed19d26f6611716ca231d60424c (patch)
tree65d389b05acb542f14a8faba8abeaa7b36ae227e /app/src/main/res/layout/nav_header_main.xml
downloadBaiApp-90ca8b34d823eed19d26f6611716ca231d60424c.tar.gz
BaiApp-90ca8b34d823eed19d26f6611716ca231d60424c.tar.xz
BaiApp-90ca8b34d823eed19d26f6611716ca231d60424c.zip
Initial commit
Diffstat (limited to 'app/src/main/res/layout/nav_header_main.xml')
-rw-r--r--app/src/main/res/layout/nav_header_main.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/app/src/main/res/layout/nav_header_main.xml b/app/src/main/res/layout/nav_header_main.xml
new file mode 100644
index 0000000..71f218d
--- /dev/null
+++ b/app/src/main/res/layout/nav_header_main.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="@dimen/nav_header_height"
+ android:background="@drawable/side_nav_bar"
+ android:theme="@style/ThemeOverlay.AppCompat.Dark">
+ <!--android:gravity="bottom"-->
+
+ <!--<ImageView-->
+ <!--android:layout_width="64dp"-->
+ <!--android:layout_height="64dp"-->
+ <!--android:paddingTop="@dimen/nav_header_vertical_spacing"-->
+ <!--android:src="@drawable/bai"-->
+ <!--android:id="@+id/imageView"-->
+ <!--android:layout_alignParentBottom="false"-->
+ <!--android:layout_centerHorizontal="true"-->
+ <!--android:layout_alignParentTop="true" />-->
+
+ <ImageView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/bai_banner"
+ android:background="#00000000"
+ android:layout_alignParentBottom="true"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true"
+ android:adjustViewBounds="true" />
+</RelativeLayout>