aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/theme_feature_text_bg.xml
blob: 20552585e8762ee75360b0455bc574b05196f802 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
    <corners android:radius="4dp" />
    <solid android:color="@color/stats_bar_graph_grid"/>
</shape>