Files
adif-api-reverse-engineering/apk_decompiled/resources/res/drawable/shape_stroke_yellow.xml

9 lines
306 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="@android:color/black"/>
<corners android:radius="4dp"/>
<stroke
android:width="1dp"
android:color="@color/white"/>
</shape>