diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index 2c45970177..edf400b14c 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -339,14 +339,12 @@ - + + android:exported="false"> @@ -362,8 +360,7 @@ - + + + + + + + + + + diff --git a/app/res/color/button_orange_background.xml b/app/res/color/button_orange_background.xml new file mode 100644 index 0000000000..1493a7709c --- /dev/null +++ b/app/res/color/button_orange_background.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/res/color/button_red_background.xml b/app/res/color/button_red_background.xml new file mode 100644 index 0000000000..0fca04b82b --- /dev/null +++ b/app/res/color/button_red_background.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/res/color/primary_button_background.xml b/app/res/color/primary_button_background.xml index 90bafb37c1..22f6c49dad 100644 --- a/app/res/color/primary_button_background.xml +++ b/app/res/color/primary_button_background.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/res/drawable-hdpi-v14/notification.png b/app/res/drawable-hdpi-v14/notification.png deleted file mode 100644 index a307880630..0000000000 Binary files a/app/res/drawable-hdpi-v14/notification.png and /dev/null differ diff --git a/app/res/drawable-hdpi/icon_app_white.png b/app/res/drawable-hdpi/icon_app_white.png deleted file mode 100644 index 4e2c034930..0000000000 Binary files a/app/res/drawable-hdpi/icon_app_white.png and /dev/null differ diff --git a/app/res/drawable-hdpi/notification.png b/app/res/drawable-hdpi/notification.png deleted file mode 100644 index b62adeb031..0000000000 Binary files a/app/res/drawable-hdpi/notification.png and /dev/null differ diff --git a/app/res/drawable-hdpi/pause_question_audio.png b/app/res/drawable-hdpi/pause_question_audio.png index 8d1a5e26f6..0093ff1f67 100644 Binary files a/app/res/drawable-hdpi/pause_question_audio.png and b/app/res/drawable-hdpi/pause_question_audio.png differ diff --git a/app/res/drawable-hdpi/play_question_audio.png b/app/res/drawable-hdpi/play_question_audio.png index ef923b91d1..da3d7eeec0 100644 Binary files a/app/res/drawable-hdpi/play_question_audio.png and b/app/res/drawable-hdpi/play_question_audio.png differ diff --git a/app/res/drawable-ldpi-v14/notification.png b/app/res/drawable-ldpi-v14/notification.png deleted file mode 100644 index 51ba81206b..0000000000 Binary files a/app/res/drawable-ldpi-v14/notification.png and /dev/null differ diff --git a/app/res/drawable-ldpi/icon_app_white.png b/app/res/drawable-ldpi/icon_app_white.png deleted file mode 100644 index 0495c7abdb..0000000000 Binary files a/app/res/drawable-ldpi/icon_app_white.png and /dev/null differ diff --git a/app/res/drawable-ldpi/notification.png b/app/res/drawable-ldpi/notification.png deleted file mode 100644 index 3a53999386..0000000000 Binary files a/app/res/drawable-ldpi/notification.png and /dev/null differ diff --git a/app/res/drawable-mdpi-v14/notification.png b/app/res/drawable-mdpi-v14/notification.png deleted file mode 100644 index 283e66dce0..0000000000 Binary files a/app/res/drawable-mdpi-v14/notification.png and /dev/null differ diff --git a/app/res/drawable-mdpi/icon_app_white.png b/app/res/drawable-mdpi/icon_app_white.png deleted file mode 100644 index 90f745543b..0000000000 Binary files a/app/res/drawable-mdpi/icon_app_white.png and /dev/null differ diff --git a/app/res/drawable-mdpi/notification.png b/app/res/drawable-mdpi/notification.png deleted file mode 100644 index 88bba12b48..0000000000 Binary files a/app/res/drawable-mdpi/notification.png and /dev/null differ diff --git a/app/res/drawable-mdpi/pause_question_audio.png b/app/res/drawable-mdpi/pause_question_audio.png index 61edf086c1..1bd7dcb056 100644 Binary files a/app/res/drawable-mdpi/pause_question_audio.png and b/app/res/drawable-mdpi/pause_question_audio.png differ diff --git a/app/res/drawable-mdpi/play_question_audio.png b/app/res/drawable-mdpi/play_question_audio.png index a52be7a023..912853bbdb 100644 Binary files a/app/res/drawable-mdpi/play_question_audio.png and b/app/res/drawable-mdpi/play_question_audio.png differ diff --git a/app/res/drawable-xhdpi/icon_app_white.png b/app/res/drawable-xhdpi/icon_app_white.png deleted file mode 100644 index 12f02e63f3..0000000000 Binary files a/app/res/drawable-xhdpi/icon_app_white.png and /dev/null differ diff --git a/app/res/drawable-xhdpi/pause_question_audio.png b/app/res/drawable-xhdpi/pause_question_audio.png index 627f96e7e0..1f77f3a5dd 100644 Binary files a/app/res/drawable-xhdpi/pause_question_audio.png and b/app/res/drawable-xhdpi/pause_question_audio.png differ diff --git a/app/res/drawable-xhdpi/play_question_audio.png b/app/res/drawable-xhdpi/play_question_audio.png index fb26073fe6..d231d4a4d0 100644 Binary files a/app/res/drawable-xhdpi/play_question_audio.png and b/app/res/drawable-xhdpi/play_question_audio.png differ diff --git a/app/res/drawable-xxxhdpi/pause_question_audio.png b/app/res/drawable-xxxhdpi/pause_question_audio.png index 295a704ff6..74d106537f 100644 Binary files a/app/res/drawable-xxxhdpi/pause_question_audio.png and b/app/res/drawable-xxxhdpi/pause_question_audio.png differ diff --git a/app/res/drawable-xxxhdpi/play_question_audio.png b/app/res/drawable-xxxhdpi/play_question_audio.png index 4655703b3f..628e87ea15 100644 Binary files a/app/res/drawable-xxxhdpi/play_question_audio.png and b/app/res/drawable-xxxhdpi/play_question_audio.png differ diff --git a/app/res/drawable/actionbar_modern_spacing.xml b/app/res/drawable/actionbar_modern_spacing.xml deleted file mode 100644 index acf2c3d719..0000000000 --- a/app/res/drawable/actionbar_modern_spacing.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/res/drawable/btn_finish_background.xml b/app/res/drawable/btn_finish_background.xml index 060b6bed00..ead1dc4273 100644 --- a/app/res/drawable/btn_finish_background.xml +++ b/app/res/drawable/btn_finish_background.xml @@ -4,5 +4,5 @@ android:state_pressed="true" android:drawable="@color/cc_attention_positive_text"/> + android:drawable="@color/start_home_button"/> \ No newline at end of file diff --git a/app/res/drawable/button_background_white.xml b/app/res/drawable/button_background_white.xml new file mode 100644 index 0000000000..dedb7d4e34 --- /dev/null +++ b/app/res/drawable/button_background_white.xml @@ -0,0 +1,8 @@ + + + + + + diff --git a/app/res/drawable/button_green_background.xml b/app/res/drawable/button_green_background.xml deleted file mode 100644 index 7c1d045bc2..0000000000 --- a/app/res/drawable/button_green_background.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/res/drawable/button_orange_background.xml b/app/res/drawable/button_orange_background.xml deleted file mode 100644 index dd8e722370..0000000000 --- a/app/res/drawable/button_orange_background.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/res/drawable/button_red_background.xml b/app/res/drawable/button_red_background.xml deleted file mode 100644 index 2c16258f98..0000000000 --- a/app/res/drawable/button_red_background.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/res/drawable/ccbanner.png b/app/res/drawable/ccbanner.png deleted file mode 100644 index 423a53be10..0000000000 Binary files a/app/res/drawable/ccbanner.png and /dev/null differ diff --git a/app/res/drawable/check_update.xml b/app/res/drawable/check_update.xml index 4e69e9ed32..c963c7cb1b 100644 --- a/app/res/drawable/check_update.xml +++ b/app/res/drawable/check_update.xml @@ -5,5 +5,5 @@ android:viewportHeight="232.5"> + android:fillColor="@color/square_button_icon_color"/> diff --git a/app/res/drawable/commcare_actionbar_logo.xml b/app/res/drawable/commcare_actionbar_logo.xml new file mode 100644 index 0000000000..0157ae2e24 --- /dev/null +++ b/app/res/drawable/commcare_actionbar_logo.xml @@ -0,0 +1,12 @@ + + + + diff --git a/app/res/drawable/commcare_actionbar_logo_spacing.xml b/app/res/drawable/commcare_actionbar_logo_spacing.xml new file mode 100644 index 0000000000..31f5d733b5 --- /dev/null +++ b/app/res/drawable/commcare_actionbar_logo_spacing.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/app/res/drawable/home_incomplete.xml b/app/res/drawable/home_incomplete.xml index b5115fbd1c..394c4221bf 100644 --- a/app/res/drawable/home_incomplete.xml +++ b/app/res/drawable/home_incomplete.xml @@ -1,10 +1,10 @@ + android:width="300dp" + android:height="233dp" + android:viewportWidth="300" + android:viewportHeight="233"> diff --git a/app/res/drawable/home_logout.xml b/app/res/drawable/home_logout.xml index a5e310ef93..e448c752cb 100644 --- a/app/res/drawable/home_logout.xml +++ b/app/res/drawable/home_logout.xml @@ -1,12 +1,9 @@ + android:width="300dp" + android:height="233dp" + android:viewportWidth="300" + android:viewportHeight="233"> - + android:pathData="M120.75,67.5C126.14,67.5 130.5,63.14 130.5,57.75C130.5,52.36 126.14,48 120.75,48H101.25C85.1,48 72,61.1 72,77.25V155.25C72,171.4 85.1,184.5 101.25,184.5H120.75C126.14,184.5 130.5,180.14 130.5,174.75C130.5,169.36 126.14,165 120.75,165H101.25C95.86,165 91.5,160.64 91.5,155.25V77.25C91.5,71.86 95.86,67.5 101.25,67.5H120.75ZM225.71,121.55C227.18,120.18 228,118.26 228,116.25C228,114.24 227.18,112.32 225.71,110.95L181.84,69.51C179.71,67.5 176.6,66.95 173.92,68.11C171.24,69.27 169.5,71.92 169.5,74.81V96.75H130.5C125.11,96.75 120.75,101.11 120.75,106.5V126C120.75,131.39 125.11,135.75 130.5,135.75H169.5V157.69C169.5,160.61 171.24,163.23 173.92,164.39C176.6,165.55 179.71,165 181.84,162.99L225.71,121.55Z" + android:fillColor="@color/square_button_icon_color"/> diff --git a/app/res/drawable/home_saved.xml b/app/res/drawable/home_saved.xml index 25b33040c4..d20a0f5b00 100644 --- a/app/res/drawable/home_saved.xml +++ b/app/res/drawable/home_saved.xml @@ -1,5 +1,9 @@ - - + + diff --git a/app/res/drawable/home_start.xml b/app/res/drawable/home_start.xml index c66a93bd48..044cc99479 100644 --- a/app/res/drawable/home_start.xml +++ b/app/res/drawable/home_start.xml @@ -1,15 +1,13 @@ - - - + android:width="300dp" + android:height="233dp" + android:viewportWidth="300" + android:viewportHeight="233"> + + + + diff --git a/app/res/drawable/home_sync.xml b/app/res/drawable/home_sync.xml index 42b25c3333..072a233b71 100644 --- a/app/res/drawable/home_sync.xml +++ b/app/res/drawable/home_sync.xml @@ -1,21 +1,13 @@ - - - - - + android:width="300dp" + android:height="233dp" + android:viewportWidth="300" + android:viewportHeight="233"> + + + + diff --git a/app/res/drawable/icon_app_white.png b/app/res/drawable/icon_app_white.png deleted file mode 100644 index b5da340312..0000000000 Binary files a/app/res/drawable/icon_app_white.png and /dev/null differ diff --git a/app/res/drawable/icon_color.png b/app/res/drawable/icon_color.png deleted file mode 100644 index 1e88bab4f5..0000000000 Binary files a/app/res/drawable/icon_color.png and /dev/null differ diff --git a/app/res/drawable/install_start.xml b/app/res/drawable/install_start.xml index 0a4839930a..0e1a2a49f1 100644 --- a/app/res/drawable/install_start.xml +++ b/app/res/drawable/install_start.xml @@ -1,13 +1,9 @@ - - - - - - \ No newline at end of file + android:width="300dp" + android:height="233dp" + android:viewportWidth="300" + android:viewportHeight="233"> + + diff --git a/app/res/drawable/install_stop.xml b/app/res/drawable/install_stop.xml index ef2b97a49f..af188dfb8d 100644 --- a/app/res/drawable/install_stop.xml +++ b/app/res/drawable/install_stop.xml @@ -1,9 +1,9 @@ + android:width="300dp" + android:height="233dp" + android:viewportWidth="300" + android:viewportHeight="233"> + android:pathData="M218.18,105.06H220.95C225.29,105.06 228.78,101.57 228.78,97.23V55.48C228.78,52.32 226.89,49.45 223.95,48.24C221.02,47.04 217.66,47.69 215.41,49.94L201.84,63.51C173.27,35.29 127.24,35.39 98.83,63.83C70.29,92.37 70.29,138.63 98.83,167.17C127.37,195.71 173.63,195.71 202.16,167.17C206.24,163.09 206.24,156.47 202.16,152.39C198.09,148.31 191.47,148.31 187.39,152.39C167,172.78 133.96,172.78 113.58,152.39C93.19,132 93.19,98.96 113.58,78.58C133.87,58.29 166.65,58.19 187.06,78.25L173.66,91.69C171.41,93.94 170.76,97.3 171.96,100.24C173.17,103.17 176.04,105.06 179.2,105.06H218.18Z" + android:fillColor="@color/square_button_icon_color"/> diff --git a/app/res/drawable/pause.png b/app/res/drawable/pause.png index 3a23ef0186..54b1940c49 100644 Binary files a/app/res/drawable/pause.png and b/app/res/drawable/pause.png differ diff --git a/app/res/drawable/play.png b/app/res/drawable/play.png index 57c1e426cb..0ff12899ff 100644 Binary files a/app/res/drawable/play.png and b/app/res/drawable/play.png differ diff --git a/app/res/drawable/progressbar_modern.xml b/app/res/drawable/progressbar_modern.xml index 01fb1a2324..b47bd1c7c7 100644 --- a/app/res/drawable/progressbar_modern.xml +++ b/app/res/drawable/progressbar_modern.xml @@ -2,7 +2,7 @@ - + - + - + - + diff --git a/app/res/drawable/record.png b/app/res/drawable/record.png index 92561ada60..5e3940cb1e 100644 Binary files a/app/res/drawable/record.png and b/app/res/drawable/record.png differ diff --git a/app/res/drawable/record_add.png b/app/res/drawable/record_add.png index a13f2f624b..478b569692 100644 Binary files a/app/res/drawable/record_add.png and b/app/res/drawable/record_add.png differ diff --git a/app/res/drawable/record_in_progress.png b/app/res/drawable/record_in_progress.png index 45ab7e1056..f221d17b5a 100644 Binary files a/app/res/drawable/record_in_progress.png and b/app/res/drawable/record_in_progress.png differ diff --git a/app/res/drawable/record_start.png b/app/res/drawable/record_start.png index ea6fd034c9..040e424214 100644 Binary files a/app/res/drawable/record_start.png and b/app/res/drawable/record_start.png differ diff --git a/app/res/drawable/recording_trash.png b/app/res/drawable/recording_trash.png index 6f522522b8..eda65ed533 100644 Binary files a/app/res/drawable/recording_trash.png and b/app/res/drawable/recording_trash.png differ diff --git a/app/res/drawable/rounded_button_shape.xml b/app/res/drawable/rounded_button_shape.xml new file mode 100644 index 0000000000..5bfcbec484 --- /dev/null +++ b/app/res/drawable/rounded_button_shape.xml @@ -0,0 +1,11 @@ + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/startup_barcode.xml b/app/res/drawable/startup_barcode.xml index d65cfcfec4..ac3e33305c 100644 --- a/app/res/drawable/startup_barcode.xml +++ b/app/res/drawable/startup_barcode.xml @@ -1,24 +1,9 @@ + android:width="300dp" + android:height="233dp" + android:viewportWidth="300" + android:viewportHeight="233"> - - - - - + android:pathData="M98.93,50.36C91.24,50.36 85,56.64 85,64.39V92.46C85,100.21 91.24,106.49 98.93,106.49H126.79C134.48,106.49 140.71,100.21 140.71,92.46V64.39C140.71,56.64 134.48,50.36 126.79,50.36H98.93ZM122.14,69.07V87.78H103.57V69.07H122.14ZM98.93,125.21C91.24,125.21 85,131.49 85,139.24V167.31C85,175.05 91.24,181.34 98.93,181.34H126.79C134.48,181.34 140.71,175.05 140.71,167.31V139.24C140.71,131.49 134.48,125.21 126.79,125.21H98.93ZM122.14,143.92V162.63H103.57V143.92H122.14ZM159.29,64.39V92.46C159.29,100.21 165.52,106.49 173.21,106.49H201.07C208.76,106.49 215,100.21 215,92.46V64.39C215,56.64 208.76,50.36 201.07,50.36H173.21C165.52,50.36 159.29,56.64 159.29,64.39ZM177.86,69.07H196.43V87.78H177.86V69.07ZM187.14,171.99V181.34H196.43V171.99H187.14ZM215,171.99H205.71V181.34H215V171.99ZM205.71,125.21V134.56H187.14V125.21H159.29V153.27V181.34H177.86V153.27H187.14V162.63H215V143.92V134.56V125.21H205.71Z" + android:fillColor="@color/square_button_icon_color"/> diff --git a/app/res/drawable/startup_url.xml b/app/res/drawable/startup_url.xml index 442e6b7bd9..9a04552800 100644 --- a/app/res/drawable/startup_url.xml +++ b/app/res/drawable/startup_url.xml @@ -1,12 +1,9 @@ - - + android:width="300dp" + android:height="232dp" + android:viewportWidth="300.0" + android:viewportHeight="232.5"> + + diff --git a/app/res/drawable/wifi_direct_change_mode.xml b/app/res/drawable/wifi_direct_change_mode.xml index c7cb385497..a735171ce4 100644 --- a/app/res/drawable/wifi_direct_change_mode.xml +++ b/app/res/drawable/wifi_direct_change_mode.xml @@ -5,6 +5,6 @@ android:width="512dp" xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/res/drawable/wifi_direct_discover.xml b/app/res/drawable/wifi_direct_discover.xml index 3a365e98e4..2b6ba5b485 100644 --- a/app/res/drawable/wifi_direct_discover.xml +++ b/app/res/drawable/wifi_direct_discover.xml @@ -5,9 +5,9 @@ android:width="512dp" xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/res/drawable/wifi_direct_submit.xml b/app/res/drawable/wifi_direct_submit.xml index 5a6ad4bf0c..22d10c7cc6 100644 --- a/app/res/drawable/wifi_direct_submit.xml +++ b/app/res/drawable/wifi_direct_submit.xml @@ -5,9 +5,9 @@ android:width="512dp" xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/res/drawable/wifi_direct_transfer.xml b/app/res/drawable/wifi_direct_transfer.xml index 994c07960c..376611cdf8 100644 --- a/app/res/drawable/wifi_direct_transfer.xml +++ b/app/res/drawable/wifi_direct_transfer.xml @@ -5,6 +5,6 @@ android:width="512dp" xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/app/res/layout-land/activity_crash_warning.xml b/app/res/layout-land/activity_crash_warning.xml index 92bde2be99..60f0faecae 100644 --- a/app/res/layout-land/activity_crash_warning.xml +++ b/app/res/layout-land/activity_crash_warning.xml @@ -93,12 +93,10 @@ - + android:layout_marginEnd="@dimen/standard_spacer"/> - + android:layout_marginEnd="@dimen/standard_spacer" + android:layout_marginStart="@dimen/standard_spacer"/> - + - + android:layout_toStartOf="@id/neutral_button"/> \ No newline at end of file diff --git a/app/res/layout/dots_detail.xml b/app/res/layout/dots_detail.xml index f29952483e..9d1bb02a12 100644 --- a/app/res/layout/dots_detail.xml +++ b/app/res/layout/dots_detail.xml @@ -40,18 +40,18 @@ android:id="@+id/dotsbuttonframe" android:weightSum="1"> - + android:layout_weight="0.5"/> - + android:layout_weight="0.5"/> diff --git a/app/res/layout/dotsdoses.xml b/app/res/layout/dotsdoses.xml index c11b044085..2a84d168db 100644 --- a/app/res/layout/dotsdoses.xml +++ b/app/res/layout/dotsdoses.xml @@ -61,10 +61,10 @@ android:id="@+id/dots_dose_four"> - + android:layout_alignParentBottom="true"/> diff --git a/app/res/layout/draw_layout.xml b/app/res/layout/draw_layout.xml index 203a239874..3a49edaf24 100644 --- a/app/res/layout/draw_layout.xml +++ b/app/res/layout/draw_layout.xml @@ -17,9 +17,10 @@ -