Skip to content

Instantly share code, notes, and snippets.

@mstssk
Created December 27, 2012 16:54
Show Gist options
  • Save mstssk/4389826 to your computer and use it in GitHub Desktop.
Save mstssk/4389826 to your computer and use it in GitHub Desktop.
layer-listのitemの子要素として直接shapeを書ける
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="@android:color/black">
<size android:height="480dp" android:width="360dp">
</size></solid></shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment