moonlight-android/res/drawable/list_view_border.xml
2014-07-03 23:33:14 -07:00

8 lines
206 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>