mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-04 23:37:44 +03:00
17 lines
540 B
XML
17 lines
540 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="@color/palette_white" />
|
|
<corners android:radius="4dp" />
|
|
</shape>
|
|
</item>
|
|
|
|
<item android:drawable="?selectableItemBackground" />
|
|
<item
|
|
android:bottom="8dp"
|
|
android:drawable="@drawable/ic_locate"
|
|
android:left="8dp"
|
|
android:right="8dp"
|
|
android:top="8dp" />
|
|
</layer-list>
|