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

8 lines
241 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/color_separator_line"/>
<size
android:height="1dp"
android:width="1dp"/>
</shape>