blob: d10c0f143c7407607ed80ddd63d18f1bc5231009 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
background drawable for reader post list items
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke android:color="@color/grey_light" android:width="1px"/>
<solid android:color="@color/white" />
</shape>