You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
592 B
XML
25 lines
592 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:bottom="0dp"
|
|
android:left="0dp"
|
|
android:right="0dp"
|
|
android:top="0dp">
|
|
<shape>
|
|
|
|
<corners android:radius="8dp" />
|
|
<solid android:color="#F7F8F9" />
|
|
</shape>
|
|
</item>
|
|
<item
|
|
android:width="12dp"
|
|
android:height="8dp"
|
|
android:gravity="center|right"
|
|
android:right="16dp">
|
|
|
|
<bitmap android:src="@drawable/ic_png_sl" />
|
|
|
|
</item>
|
|
|
|
</layer-list> |