diff options
Diffstat (limited to 'src/ui/android/res/drawable')
| -rw-r--r-- | src/ui/android/res/drawable/second_person_worst_utterance_bg.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/android/res/drawable/second_person_worst_utterance_bg.xml b/src/ui/android/res/drawable/second_person_worst_utterance_bg.xml new file mode 100644 index 000000000..f4effe3bc --- /dev/null +++ b/src/ui/android/res/drawable/second_person_worst_utterance_bg.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle"> + <corners android:radius="4dp" /> + <solid android:color="#FF303e" /> +</shape>
\ No newline at end of file |
