mirror of
https://github.com/element-hq/element-android
synced 2024-12-21 16:55:06 +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> |