Skip to content

Instantly share code, notes, and snippets.

@jakemoore
Created August 21, 2013 20:39
Show Gist options
  • Save jakemoore/6299942 to your computer and use it in GitHub Desktop.
Save jakemoore/6299942 to your computer and use it in GitHub Desktop.
<item>
<shape android:shape="rectangle">
<solid
android:color="#4C000000" />
<stroke
android:width="2dp"
android:color="#CCCCCC" />
<corners
android:radius="1dp" />
<padding
android:left="10dp"
android:top="8dp"
android:right="10dp"
android:bottom="8dp" />
</shape>
</item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment