blob: 5e4c821fa09f298e6f28ddfc0af10013a2c274f2 [file] [log] [blame]
<?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>