aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/reader_photo_count_background.xml
blob: 5e4c821fa09f298e6f28ddfc0af10013a2c274f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>

<!--
    background drawable for count in reader photo viewer
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <solid android:color="@color/translucent_grey_dark" />
    <corners android:radius="36dp"/>

</shape>