mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-01 22:08:36 +03:00
13 lines
No EOL
430 B
XML
13 lines
No EOL
430 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:bottom="10dp"
|
|
android:left="10dp"
|
|
android:right="10dp"
|
|
android:top="10dp">
|
|
<shape android:shape="oval">
|
|
<solid android:color="?colorPrimary" />
|
|
</shape>
|
|
</item>
|
|
<item android:drawable="?attr/selectableItemBackground" />
|
|
</layer-list> |