aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/nav_header_main.xml
blob: 71f218d895651bdb93ede607f809677228a93581 (plain) (tree)



























                                                                          
<?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>