aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/reader_post_background.xml
blob: d10c0f143c7407607ed80ddd63d18f1bc5231009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>