Skip to content

Instantly share code, notes, and snippets.

@mzorz
Created January 23, 2015 20:37
Show Gist options
  • Save mzorz/84e6924a7eb8fe0175a1 to your computer and use it in GitHub Desktop.
Save mzorz/84e6924a7eb8fe0175a1 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/mint"
>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/mint"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="hello"/>
</RelativeLayout>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment