bg_undo_text.xml 188 Bytes
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="@color/undo_red" />
    <corners android:radius="5dp" />
</shape>