aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/shape_oval_translucent.xml
blob: bbce5f0ba67954b5af068202fd23538347673456 (plain)
1
2
3
4
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" >
    <solid android:color="@color/translucent" />
</shape>