summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/translation_border.xml
blob: fcde262943966b17cd506790b27dc22458ad2191 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <stroke
        android:width="1dp"
        android:color="?colorPrimary" />
    <corners android:radius="4dp" />
</shape>