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

<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <solid android:color="@color/color_primary_dark" />
    <corners android:radius="24dp" />

</shape>