diff options
| author | aarne <aarne@chalmers.se> | 2014-03-18 13:22:13 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-03-18 13:22:13 +0000 |
| commit | cbb538e170c9a7233e2ca438db8560d60fd91609 (patch) | |
| tree | c44f9791764c8356553d7ce8c60311de10646995 /src/ui/android/res/drawable | |
| parent | b4a6e047e3642322a6d0ec47fb6dec1b7bfc9501 (diff) | |
a darker red in translation app: dictionary lookup for each word, identity if lookup fails
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 |
