Skip to content

Instantly share code, notes, and snippets.

@rdrobinson3
Created September 12, 2013 13:26
Show Gist options
  • Save rdrobinson3/6537282 to your computer and use it in GitHub Desktop.
Save rdrobinson3/6537282 to your computer and use it in GitHub Desktop.
<RelativeLayout
android:id="@+id/postHeader"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_alignParentTop="true"
android:background="@drawable/post_header_background" >
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<solid android:color="#88241101" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment