Skip to content

Instantly share code, notes, and snippets.

@farooqkhan003
Created January 15, 2017 17:40
Show Gist options
  • Save farooqkhan003/be0fa35082af3a4f35c8fd503386b3ed to your computer and use it in GitHub Desktop.
Save farooqkhan003/be0fa35082af3a4f35c8fd503386b3ed 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="match_parent">
<TextView
android:id="@+id/child"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingBottom="4dp"
android:paddingTop="4dp"
android:paddingLeft="12dp"
android:textSize="18sp"
android:text="Item"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment