mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
12 lines
344 B
XML
12 lines
344 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<solid android:color="#8000" />
|
|
<padding
|
|
android:left="1dp"
|
|
android:right="1dp"
|
|
android:bottom="1dp"
|
|
android:top="1dp" />
|
|
<corners android:radius="8dp" />
|
|
</shape> |