ojo/app/src/main/res/drawable/focus_border.xml
2024-02-06 19:03:13 +01:00

7 lines
187 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="1dip"
android:color="@color/white" />
</shape>