Skip to content

Instantly share code, notes, and snippets.

@farooqkhan003
Created January 15, 2017 17:41
Show Gist options
  • Save farooqkhan003/b432456cf56c5fb33c06bf5497deab68 to your computer and use it in GitHub Desktop.
Save farooqkhan003/b432456cf56c5fb33c06bf5497deab68 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/header"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingBottom="2dp"
android:paddingTop="2dp"
android:paddingLeft="2dp"
android:textSize="24sp"
android:text="Heading"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment