Skip to content

Instantly share code, notes, and snippets.

@Varsha-Kulkarni
Created June 23, 2020 04:36
Show Gist options
  • Save Varsha-Kulkarni/43d387efd88814dd3d3d772cebc6c91b to your computer and use it in GitHub Desktop.
Save Varsha-Kulkarni/43d387efd88814dd3d3d772cebc6c91b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/nav_header_height"
android:gravity="bottom"
android:background="@color/colorPrimary"
android:orientation="vertical"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
android:theme="@style/ThemeOverlay.AppCompat.Dark">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/welcome"
/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment