session-android/app/src/main/res/drawable/debug_border.xml

4 lines
210 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<stroke android:color="@color/accent_green" android:width="2dp"/>
</shape>