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

11 lines
336 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="#aaa"/>
<size
android:height="48dp"
android:width="16dp"/>
<corners
android:topLeftRadius="10dp"
android:topRightRadius="10dp"/>
</shape>