fedilab-Android-App/app/src/main/res/drawable/quick_reply_background_ligh...

5 lines
217 B
XML
Raw Normal View History

2019-06-27 18:55:01 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
2019-09-06 17:55:14 +02:00
<solid android:color="@color/quick_reply_background_light" />
<corners android:radius="3dp" />
2019-06-27 18:55:01 +02:00
</shape>