habitica-android/Habitica/res/drawable/system_chat_background.xml
2022-11-22 15:48:15 +01:00

5 lines
No EOL
263 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<stroke android:color="?attr/colorContentBackgroundOffset" android:width="1dp" />
<corners android:radius="4dp" />
</shape>