Skip to content

Instantly share code, notes, and snippets.

@RanjitPati
Created January 18, 2019 11:08
Show Gist options
  • Save RanjitPati/063327599804ba8c011987da7738d648 to your computer and use it in GitHub Desktop.
Save RanjitPati/063327599804ba8c011987da7738d648 to your computer and use it in GitHub Desktop.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="0dp"
android:orientation="vertical">
<View
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_gravity="center"
android:layout_margin="9dp"
android:background="#DCDCDC" />
<View
android:layout_width="match_parent"
android:layout_height="6dp"
android:layout_marginBottom="3dp"
android:layout_marginLeft="9dp"
android:layout_marginRight="9dp"
android:background="#DCDCDC" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment