2023-09-08 12:19:20 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
2024-05-29 08:57:57 +00:00
|
|
|
<item>
|
2023-09-08 12:19:20 +00:00
|
|
|
<shape>
|
|
|
|
|
<solid android:color="@color/offset_background"/>
|
|
|
|
|
<corners android:radius="20dip"/>
|
|
|
|
|
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
|
|
|
|
|
</shape>
|
|
|
|
|
</item>
|
|
|
|
|
<item android:width="10dp" android:height="12dp" android:gravity="center">
|
|
|
|
|
<bitmap android:src="@drawable/icon_lock" android:tintMode="src_atop" android:tint="@color/text_quad">
|
|
|
|
|
</bitmap>
|
|
|
|
|
</item>
|
|
|
|
|
</layer-list>
|