diff --git a/app/src/main/res/drawable/background_search.xml b/app/src/main/res/drawable/background_search.xml new file mode 100644 index 0000000..4d27717 --- /dev/null +++ b/app/src/main/res/drawable/background_search.xml @@ -0,0 +1,9 @@ + + + + android:shape="rectangle"> + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_baseline_search_24.xml b/app/src/main/res/drawable/ic_baseline_search_24.xml new file mode 100644 index 0000000..e2dd96c --- /dev/null +++ b/app/src/main/res/drawable/ic_baseline_search_24.xml @@ -0,0 +1,5 @@ + + + diff --git a/app/src/main/res/font/bold.ttf b/app/src/main/res/font/bold.ttf new file mode 100644 index 0000000..4af149a Binary files /dev/null and b/app/src/main/res/font/bold.ttf differ diff --git a/app/src/main/res/font/medium.ttf b/app/src/main/res/font/medium.ttf new file mode 100644 index 0000000..5296045 Binary files /dev/null and b/app/src/main/res/font/medium.ttf differ diff --git a/app/src/main/res/font/regular.ttf b/app/src/main/res/font/regular.ttf new file mode 100644 index 0000000..dbb834a Binary files /dev/null and b/app/src/main/res/font/regular.ttf differ diff --git a/app/src/main/res/fonts/Ubuntu-Bold.ttf b/app/src/main/res/fonts/Ubuntu-Bold.ttf new file mode 100644 index 0000000..4af149a Binary files /dev/null and b/app/src/main/res/fonts/Ubuntu-Bold.ttf differ diff --git a/app/src/main/res/fonts/Ubuntu-Medium.ttf b/app/src/main/res/fonts/Ubuntu-Medium.ttf new file mode 100644 index 0000000..5296045 Binary files /dev/null and b/app/src/main/res/fonts/Ubuntu-Medium.ttf differ diff --git a/app/src/main/res/fonts/Ubuntu-Regular.ttf b/app/src/main/res/fonts/Ubuntu-Regular.ttf new file mode 100644 index 0000000..dbb834a Binary files /dev/null and b/app/src/main/res/fonts/Ubuntu-Regular.ttf differ