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

11 lines
342 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="66dp"
android:width="16dp"/>
<corners
android:bottomLeftRadius="10dp"
android:bottomRightRadius="10dp"/>
</shape>