summaryrefslogtreecommitdiff
path: root/src/ui/android/res/drawable
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-11-15 10:33:31 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-11-15 10:33:31 +0100
commit735f5ff76f79ca53a1b2ed8cc0e13a75c9a01f5d (patch)
tree707e0f575302284d17345f61899569ab16711ff2 /src/ui/android/res/drawable
parent422248f11fdb1aa76af72bee67d30ea8d63fa892 (diff)
Remove `src/ui` folder, moved to:
https://github.com/GrammaticalFramework/gf-offline-translator
Diffstat (limited to 'src/ui/android/res/drawable')
-rw-r--r--src/ui/android/res/drawable/first_person_utterance_bg.xml6
-rw-r--r--src/ui/android/res/drawable/grid_phrasebook_button.xml7
-rw-r--r--src/ui/android/res/drawable/ic_volume_up_black_18dp.pngbin282 -> 0 bytes
-rw-r--r--src/ui/android/res/drawable/second_person_best_utterance_bg.xml6
-rw-r--r--src/ui/android/res/drawable/second_person_chunk_utterance_bg.xml6
-rw-r--r--src/ui/android/res/drawable/second_person_utterance_bg.xml6
-rw-r--r--src/ui/android/res/drawable/second_person_worst_utterance_bg.xml6
7 files changed, 0 insertions, 37 deletions
diff --git a/src/ui/android/res/drawable/first_person_utterance_bg.xml b/src/ui/android/res/drawable/first_person_utterance_bg.xml
deleted file mode 100644
index acdf9ab92..000000000
--- a/src/ui/android/res/drawable/first_person_utterance_bg.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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="#CDCDED" />
-</shape> \ No newline at end of file
diff --git a/src/ui/android/res/drawable/grid_phrasebook_button.xml b/src/ui/android/res/drawable/grid_phrasebook_button.xml
deleted file mode 100644
index 21a6ac127..000000000
--- a/src/ui/android/res/drawable/grid_phrasebook_button.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" >
- <stroke android:width="1dp"
- android:color="@color/primary_color" />
- <padding android:left="5dp" android:top="5dp" android:right="5dp" android:bottom="5dp" />
- <corners android:radius="8dp" />
-</shape> \ No newline at end of file
diff --git a/src/ui/android/res/drawable/ic_volume_up_black_18dp.png b/src/ui/android/res/drawable/ic_volume_up_black_18dp.png
deleted file mode 100644
index 992d2c452..000000000
--- a/src/ui/android/res/drawable/ic_volume_up_black_18dp.png
+++ /dev/null
Binary files differ
diff --git a/src/ui/android/res/drawable/second_person_best_utterance_bg.xml b/src/ui/android/res/drawable/second_person_best_utterance_bg.xml
deleted file mode 100644
index 0c60864b9..000000000
--- a/src/ui/android/res/drawable/second_person_best_utterance_bg.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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="@color/primary_color" />
-</shape> \ No newline at end of file
diff --git a/src/ui/android/res/drawable/second_person_chunk_utterance_bg.xml b/src/ui/android/res/drawable/second_person_chunk_utterance_bg.xml
deleted file mode 100644
index d10d67122..000000000
--- a/src/ui/android/res/drawable/second_person_chunk_utterance_bg.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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="#FFB2A5" />
-</shape> \ No newline at end of file
diff --git a/src/ui/android/res/drawable/second_person_utterance_bg.xml b/src/ui/android/res/drawable/second_person_utterance_bg.xml
deleted file mode 100644
index e07cc10b3..000000000
--- a/src/ui/android/res/drawable/second_person_utterance_bg.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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="#FFFF99" />
-</shape> \ No newline at end of file
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
deleted file mode 100644
index f4effe3bc..000000000
--- a/src/ui/android/res/drawable/second_person_worst_utterance_bg.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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