moonlight-android/res/drawable/list_view_unselected.xml
2014-07-04 18:57:03 -07:00

8 lines
209 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<stroke android:width="1dip" android:color="#ffffff"/>
</shape>