mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-29 12:28:36 +03:00
12 lines
No EOL
376 B
XML
12 lines
No EOL
376 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<!-- "background shadow" -->
|
|
<!-- background color -->
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<corners android:radius="15dp"/>
|
|
<solid android:color="?vctr_content_secondary"/>
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list> |