From 29a42a79ebc5e1d955d1724f8f8799d918839841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irfan=20=C3=96m=C3=BCr?= Date: Wed, 25 Dec 2024 17:12:25 +0300 Subject: [PATCH] Update reader illustrations --- .../img_card_reader_available.xml | 127 ++++----- .../img_card_reader_connecting.xml | 56 ++++ .../img_card_reader_not_connected.xml | 149 +++++----- .../img_card_reader_scanning.xml | 43 +++ ..._card_reader_update_failed_battery_low.xml | 78 +++--- .../res/drawable-night/img_products_error.xml | 165 ++++++----- .../img_wc_ship_card_charge.xml | 66 ++--- .../img_wc_ship_card_insert.xml | 95 +++---- .../drawable-night/img_wc_ship_payment.xml | 171 ++++++------ .../drawable-night/img_woman_payment_card.xml | 167 ++++++----- .../src/main/res/drawable/img_card_reader.xml | 67 +++-- .../drawable/img_card_reader_available.xml | 127 ++++----- .../drawable/img_card_reader_connecting.xml | 156 ++++------- .../img_card_reader_not_connected.xml | 155 ++++++----- .../res/drawable/img_card_reader_scanning.xml | 137 ++++----- .../main/res/drawable/img_products_error.xml | 261 +++++++++--------- .../res/drawable/img_wc_ship_card_insert.xml | 76 +++-- .../main/res/drawable/img_wc_ship_payment.xml | 177 ++++++------ .../res/drawable/img_woman_payment_card.xml | 170 ++++++------ 19 files changed, 1200 insertions(+), 1243 deletions(-) create mode 100644 WooCommerce/src/main/res/drawable-night/img_card_reader_connecting.xml create mode 100644 WooCommerce/src/main/res/drawable-night/img_card_reader_scanning.xml diff --git a/WooCommerce/src/main/res/drawable-night/img_card_reader_available.xml b/WooCommerce/src/main/res/drawable-night/img_card_reader_available.xml index 1a4b384c03f..51e3e10d952 100644 --- a/WooCommerce/src/main/res/drawable-night/img_card_reader_available.xml +++ b/WooCommerce/src/main/res/drawable-night/img_card_reader_available.xml @@ -3,79 +3,68 @@ android:height="124dp" android:viewportWidth="161" android:viewportHeight="124"> - - - - - - - + android:fillColor="#873eff" + android:pathData="M8,36.002L80.497,36.002A7.5,7.5 0,0 1,87.997 43.502L87.997,116A7.5,7.5 0,0 1,80.497 123.5L8,123.5A7.5,7.5 0,0 1,0.5 116L0.5,43.502A7.5,7.5 0,0 1,8 36.002z" + android:strokeWidth="1" + android:strokeColor="#000000" /> - - - + android:fillColor="#ffffff" + android:pathData="M44.103,79.898m-14.495,0a14.495,14.495 0,1 1,28.989 0a14.495,14.495 0,1 1,-28.989 0" + android:strokeWidth="1" + android:strokeColor="#000000" /> + + + + + + + + + + + + - - - - + android:fillColor="#5007aa" + android:pathData="M159.097,28.736L147.39,90.011A8,8 97.463,0 1,138.031 96.368L44.469,78.493A8,8 56.577,0 1,38.113 69.133L49.819,7.858A8,8 56.351,0 1,59.178 1.502L152.74,19.377A8,8 56.351,0 1,159.097 28.736z" /> + + + + + + + + + + + + - - - + android:fillColor="#DCDCDE" + android:pathData="M74.58,39.944L72.959,48.433A2,2 57.301,0 1,70.619 50.022L57.991,47.609A2,2 57.301,0 1,56.401 45.27L58.023,36.781A2,2 124.905,0 1,60.363 35.192L72.991,37.604A2,2 88.283,0 1,74.58 39.944z" /> - - - + android:fillColor="#873eff" + android:pathData="M129.164,34.849a8.321,8.321 55.816,1 0,16.346 3.123a8.321,8.321 55.816,1 0,-16.346 -3.123z" /> - - - - + android:fillColor="#a77eff" + android:pathData="M118.267,32.767a8.321,8.321 55.816,1 0,16.346 3.123a8.321,8.321 55.816,1 0,-16.346 -3.123z" /> diff --git a/WooCommerce/src/main/res/drawable-night/img_card_reader_connecting.xml b/WooCommerce/src/main/res/drawable-night/img_card_reader_connecting.xml new file mode 100644 index 00000000000..2cfb6712015 --- /dev/null +++ b/WooCommerce/src/main/res/drawable-night/img_card_reader_connecting.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable-night/img_card_reader_not_connected.xml b/WooCommerce/src/main/res/drawable-night/img_card_reader_not_connected.xml index 18aa888354a..780e5de1fb7 100644 --- a/WooCommerce/src/main/res/drawable-night/img_card_reader_not_connected.xml +++ b/WooCommerce/src/main/res/drawable-night/img_card_reader_not_connected.xml @@ -3,79 +3,78 @@ android:height="180dp" android:viewportWidth="207" android:viewportHeight="180"> - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable-night/img_card_reader_scanning.xml b/WooCommerce/src/main/res/drawable-night/img_card_reader_scanning.xml new file mode 100644 index 00000000000..78597f9395f --- /dev/null +++ b/WooCommerce/src/main/res/drawable-night/img_card_reader_scanning.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable-night/img_card_reader_update_failed_battery_low.xml b/WooCommerce/src/main/res/drawable-night/img_card_reader_update_failed_battery_low.xml index a20418fcfdb..0162135996c 100644 --- a/WooCommerce/src/main/res/drawable-night/img_card_reader_update_failed_battery_low.xml +++ b/WooCommerce/src/main/res/drawable-night/img_card_reader_update_failed_battery_low.xml @@ -3,44 +3,42 @@ android:height="85dp" android:viewportWidth="131" android:viewportHeight="85"> - - - - - - - - - - + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable-night/img_products_error.xml b/WooCommerce/src/main/res/drawable-night/img_products_error.xml index 15aa769f0d6..323b7ee3f86 100644 --- a/WooCommerce/src/main/res/drawable-night/img_products_error.xml +++ b/WooCommerce/src/main/res/drawable-night/img_products_error.xml @@ -4,135 +4,132 @@ android:viewportWidth="147" android:viewportHeight="124"> + android:fillColor="#787C82" + android:pathData="M125.791,91.514C97.161,106.314 64.298,124.295 53.22,123.169C-35.567,114.139 6.256,35.093 44.826,39.556C73.465,42.869 107.272,-7.511 121.54,7.295C135.808,22.1 119.707,29.045 135.987,50.333C143.812,60.567 147.784,80.144 125.791,91.514Z" /> - + android:strokeColor="#ffffff" /> - + android:strokeColor="#ffffff" /> - + android:strokeColor="#ffffff" /> + + android:pathData="M116.563,59.708C119.584,64.57 120.521,69.129 118.798,72.726C117.282,75.892 113.894,77.919 109.23,78.833" + android:strokeWidth="1" + android:strokeColor="#ffffff" /> + + android:pathData="M38.239,20.783C44.255,19.49 52.04,19.72 60.746,21.436" + android:strokeWidth="1" + android:strokeColor="#ffffff" /> + + android:pathData="M97.79,35.759C100.491,37.321 103.062,38.936 105.501,40.605" + android:strokeWidth="1" + android:strokeColor="#ffffff" /> + android:fillColor="#5007aa" + android:pathData="M86.463,40.209H88.061C88.061,40.209 89.525,51.527 88.46,52.592C87.395,53.657 84.466,54.322 84.066,52.592C83.667,50.861 84.066,44.47 84.066,44.47L86.463,40.209Z" /> + android:fillColor="#2C3338" + android:pathData="M76.01,41.74C81.378,41.74 85.729,36.643 85.729,30.356C85.729,24.069 81.378,18.972 76.01,18.972C70.642,18.972 66.29,24.069 66.29,30.356C66.29,36.643 70.642,41.74 76.01,41.74Z" /> + android:fillColor="#FFC1C7" + android:pathData="M73.814,32.487C73.814,32.487 74.346,36.881 72.748,37.813C71.151,38.745 74.613,44.07 74.613,44.07L78.74,45.136L81.536,41.274L81.004,37.28C81.004,37.28 77.808,34.084 79.273,31.155L73.814,32.487Z" /> + android:pathData="M73.814,32.487C73.814,32.487 74.346,36.881 72.748,37.813C71.151,38.745 74.613,44.07 74.613,44.07L78.74,45.136L81.536,41.274L81.004,37.28C81.004,37.28 77.808,34.084 79.273,31.155L73.814,32.487Z" + android:strokeAlpha="0.1" /> + android:fillColor="#FFC1C7" + android:pathData="M67.821,80.182C67.821,80.182 66.224,94.695 67.821,98.157C69.419,101.619 73.68,111.339 73.68,111.339L72.348,114.135L75.943,113.336L77.408,110.54C77.408,110.54 75.677,103.749 75.411,101.353C75.145,98.956 73.147,94.562 73.147,94.562L76.875,78.718L67.821,80.182Z" /> + android:fillColor="#FFC1C7" + android:pathData="M80.471,77.756C80.471,77.756 80.604,92.402 81.536,94.674L81.003,114.513L83.933,114.904C83.933,114.904 88.193,98.261 87.527,94.266C86.862,90.272 87.661,75.892 87.661,75.892L80.471,77.756Z" /> + android:fillColor="#FFC1C7" + android:pathData="M76.01,34.284C78.804,34.284 81.069,32.019 81.069,29.224C81.069,26.43 78.804,24.165 76.01,24.165C73.215,24.165 70.95,26.43 70.95,29.224C70.95,32.019 73.215,34.284 76.01,34.284Z" /> + android:fillColor="#5007aa" + android:pathData="M93.253,79.62C93.253,79.62 89.658,82.017 88.193,80.286C86.729,78.555 68.754,81.351 66.491,80.818C64.227,80.286 67.689,71.765 67.689,67.371C67.689,64.083 68.882,59.082 69.482,56.771C69.685,55.993 69.819,55.521 69.819,55.521C69.819,55.521 71.185,51.634 70.93,50.019C70.912,49.897 70.879,49.777 70.83,49.664C70.808,49.616 70.782,49.571 70.751,49.529C70.113,48.678 68.285,42.474 67.576,39.809C67.46,39.415 67.364,39.015 67.289,38.611C67.289,38.212 72.216,37.013 73.447,36.956C74.68,36.899 75.012,38.611 75.012,38.611C75.411,38.877 77.275,43.537 77.275,43.537L79.006,39.144C79.006,39.144 78.873,38.212 78.74,38.212C78.607,38.212 80.709,36.955 80.709,36.955C80.709,36.955 82.868,38.478 84.066,38.212C85.264,37.945 88.06,40.342 88.06,40.342C88.06,40.342 83.134,52.725 85.131,55.388C87.128,58.05 93.253,79.62 93.253,79.62Z" /> + android:fillColor="#2C3338" + android:pathData="M77.009,110.007C77.009,110.007 74.745,112.27 74.745,112.537L72.881,111.738C72.881,111.738 72.082,114.667 71.949,115.067C71.816,115.466 69.553,119.061 67.289,120.659C65.026,122.256 67.289,124.254 69.286,123.854C71.284,123.455 76.343,118.928 76.343,118.928C76.343,118.928 79.805,118.928 81.003,116.265C81.003,116.265 77.808,109.741 77.009,110.007Z" /> + android:fillColor="#2C3338" + android:pathData="M83.667,113.848C83.667,113.848 80.246,111.363 80.026,113.671C79.806,115.978 79.806,121.038 79.806,121.038C79.806,121.038 78.741,124.367 82.069,123.967C85.398,123.568 85.664,122.636 85.664,122.636L84.066,116.245V113.449L83.667,113.848Z" /> + android:pathData="M70.751,49.529C70.113,48.679 68.285,42.474 67.575,39.81H68.221C68.221,39.81 69.843,46.157 70.829,49.664C70.808,49.616 70.782,49.571 70.751,49.529Z" + android:strokeAlpha="0.1" /> + android:pathData="M79.539,58.317C79.539,58.317 77.675,58.45 70.884,57.119C70.411,57.028 69.943,56.912 69.482,56.771C69.685,55.994 69.819,55.521 69.819,55.521C69.819,55.521 71.185,51.635 70.93,50.02C71.248,51.138 71.485,51.893 71.55,51.926C71.816,52.059 80.338,53.524 81.536,54.056C82.734,54.589 79.539,58.317 79.539,58.317Z" + android:strokeAlpha="0.1" /> + android:pathData="M81.936,40.891C81.936,40.891 85.608,40.438 85.836,41.033C86.063,41.628 86.995,47.383 87.395,48.121C87.794,48.859 87.927,53.433 86.329,53.581C84.732,53.728 82.601,52.105 83.001,50.777C83.4,49.449 81.936,40.891 81.936,40.891Z" + android:strokeAlpha="0.1" /> + android:fillColor="#FFC1C7" + android:pathData="M80.071,53.124C80.071,53.124 85.663,53.79 86.596,53.124C87.528,52.458 91.389,52.458 90.59,54.322C89.791,56.187 82.868,56.32 82.868,56.32H78.873L80.071,53.124Z" /> + android:fillColor="#5007aa" + android:pathData="M68.222,38.877H67.29C67.29,38.877 65.426,39.277 65.692,45.135C65.958,50.994 64.094,54.855 70.885,56.187C77.675,57.518 79.539,57.385 79.539,57.385C79.539,57.385 82.735,53.657 81.536,53.124C80.338,52.592 71.817,51.127 71.55,50.994C71.284,50.861 68.222,38.877 68.222,38.877Z" /> + android:fillColor="#FFC1C7" + android:pathData="M85.733,41.506C85.733,41.506 83.4,32.753 81.536,32.753C79.672,32.753 77.541,33.152 79.139,34.883C80.737,36.614 82.734,38.478 82.867,39.41C83,40.342 83.533,41.674 83.533,41.674L85.733,41.506Z" /> + android:fillColor="#5007aa" + android:pathData="M82.468,40.891C82.468,40.891 86.14,40.438 86.368,41.033C86.595,41.628 87.527,47.383 87.927,48.121C88.326,48.859 88.459,53.433 86.862,53.581C85.264,53.728 83.133,52.105 83.533,50.777C83.932,49.449 82.468,40.891 82.468,40.891Z" /> + android:fillColor="#2C3338" + android:pathData="M74.679,29.224C77.326,29.224 79.472,27.078 79.472,24.431C79.472,21.784 77.326,19.638 74.679,19.638C72.032,19.638 69.886,21.784 69.886,24.431C69.886,27.078 72.032,29.224 74.679,29.224Z" /> - + android:strokeColor="#ffffff" /> + android:fillColor="#00000000" + android:pathData="M63.835,73.164C57.181,69.716 51.156,65.883 45.961,61.893" + android:strokeWidth="1" + android:strokeColor="#ffffff" /> + android:fillColor="#5007aa" + android:pathData="M16.794,19.281C21.2,19.281 24.771,15.709 24.771,11.303C24.771,6.897 21.2,3.325 16.794,3.325C12.387,3.325 8.815,6.897 8.815,11.303C8.815,15.709 12.387,19.281 16.794,19.281Z" /> + android:fillColor="#a77eff" + android:pathData="M128.804,42.87C131.367,42.87 133.446,40.792 133.446,38.228C133.446,35.665 131.367,33.586 128.804,33.586C126.24,33.586 124.162,35.665 124.162,38.228C124.162,40.792 126.24,42.87 128.804,42.87Z" /> + android:fillColor="#a77eff" + android:pathData="M44.605,92.459C48.29,92.459 51.278,89.472 51.278,85.787C51.278,82.102 48.29,79.114 44.605,79.114C40.92,79.114 37.933,82.102 37.933,85.787C37.933,89.472 40.92,92.459 44.605,92.459Z" /> diff --git a/WooCommerce/src/main/res/drawable-night/img_wc_ship_card_charge.xml b/WooCommerce/src/main/res/drawable-night/img_wc_ship_card_charge.xml index c4fb9a6ed67..67b951a8229 100644 --- a/WooCommerce/src/main/res/drawable-night/img_wc_ship_card_charge.xml +++ b/WooCommerce/src/main/res/drawable-night/img_wc_ship_card_charge.xml @@ -3,40 +3,34 @@ android:height="70.99988dp" android:viewportWidth="109" android:viewportHeight="70.99988"> - - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable-night/img_wc_ship_card_insert.xml b/WooCommerce/src/main/res/drawable-night/img_wc_ship_card_insert.xml index e52d699979c..525761fb603 100644 --- a/WooCommerce/src/main/res/drawable-night/img_wc_ship_card_insert.xml +++ b/WooCommerce/src/main/res/drawable-night/img_wc_ship_card_insert.xml @@ -1,54 +1,45 @@ - - - - - - - - - - - - - - - - - - - - + android:width="123dp" + android:height="122dp" + android:viewportWidth="123" + android:viewportHeight="122"> + + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable-night/img_wc_ship_payment.xml b/WooCommerce/src/main/res/drawable-night/img_wc_ship_payment.xml index 2f7f51d8180..bbaa85796e4 100644 --- a/WooCommerce/src/main/res/drawable-night/img_wc_ship_payment.xml +++ b/WooCommerce/src/main/res/drawable-night/img_wc_ship_payment.xml @@ -3,90 +3,89 @@ android:height="125dp" android:viewportWidth="144" android:viewportHeight="125"> - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable-night/img_woman_payment_card.xml b/WooCommerce/src/main/res/drawable-night/img_woman_payment_card.xml index 6f75a7a5140..baf90410bfe 100644 --- a/WooCommerce/src/main/res/drawable-night/img_woman_payment_card.xml +++ b/WooCommerce/src/main/res/drawable-night/img_woman_payment_card.xml @@ -3,89 +3,86 @@ android:height="146dp" android:viewportWidth="195" android:viewportHeight="146"> - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable/img_card_reader.xml b/WooCommerce/src/main/res/drawable/img_card_reader.xml index 8056a2c36f1..3d036146b14 100644 --- a/WooCommerce/src/main/res/drawable/img_card_reader.xml +++ b/WooCommerce/src/main/res/drawable/img_card_reader.xml @@ -1,41 +1,38 @@ - - - - - - - + android:fillColor="#873EFF" + android:pathData="M25,1L80,1A24,24 0,0 1,104 25L104,80A24,24 0,0 1,80 104L25,104A24,24 0,0 1,1 80L1,25A24,24 0,0 1,25 1z" + android:strokeWidth="2" + android:strokeColor="#873EFF" /> - - - - - + android:fillColor="#F6F7F7" + android:pathData="M52.33,52.67m-17.79,0a17.79,17.79 0,1 1,35.58 0a17.79,17.79 0,1 1,-35.58 0" /> + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable/img_card_reader_available.xml b/WooCommerce/src/main/res/drawable/img_card_reader_available.xml index 2cc25c43ad8..9a931c6c56d 100644 --- a/WooCommerce/src/main/res/drawable/img_card_reader_available.xml +++ b/WooCommerce/src/main/res/drawable/img_card_reader_available.xml @@ -3,79 +3,68 @@ android:height="124dp" android:viewportWidth="161" android:viewportHeight="124"> - - - - - - - + android:fillColor="#ffffff" + android:pathData="M8,36.002L80.497,36.002A7.5,7.5 0,0 1,87.997 43.502L87.997,116A7.5,7.5 0,0 1,80.497 123.5L8,123.5A7.5,7.5 0,0 1,0.5 116L0.5,43.502A7.5,7.5 0,0 1,8 36.002z" + android:strokeWidth="1" + android:strokeColor="#000000" /> - - - + android:fillColor="#ffffff" + android:pathData="M44.103,79.898m-14.495,0a14.495,14.495 0,1 1,28.989 0a14.495,14.495 0,1 1,-28.989 0" + android:strokeWidth="1" + android:strokeColor="#000000" /> + + + + + + + + + + + + - - - - + android:fillColor="#5007aa" + android:pathData="M159.097,28.736L147.39,90.011A8,8 97.463,0 1,138.031 96.368L44.469,78.493A8,8 56.577,0 1,38.113 69.133L49.819,7.858A8,8 56.351,0 1,59.178 1.502L152.74,19.377A8,8 56.351,0 1,159.097 28.736z" /> + + + + + + + + + + + + - - - + android:fillColor="#DCDCDE" + android:pathData="M74.58,39.944L72.959,48.433A2,2 57.301,0 1,70.619 50.022L57.991,47.609A2,2 57.301,0 1,56.401 45.27L58.023,36.781A2,2 124.905,0 1,60.363 35.192L72.991,37.604A2,2 88.283,0 1,74.58 39.944z" /> - - - + android:fillColor="#873eff" + android:pathData="M129.164,34.849a8.321,8.321 55.816,1 0,16.346 3.123a8.321,8.321 55.816,1 0,-16.346 -3.123z" /> - - - - + android:fillColor="#a77eff" + android:pathData="M118.267,32.767a8.321,8.321 55.816,1 0,16.346 3.123a8.321,8.321 55.816,1 0,-16.346 -3.123z" /> diff --git a/WooCommerce/src/main/res/drawable/img_card_reader_connecting.xml b/WooCommerce/src/main/res/drawable/img_card_reader_connecting.xml index 201d54071c2..34313853afc 100644 --- a/WooCommerce/src/main/res/drawable/img_card_reader_connecting.xml +++ b/WooCommerce/src/main/res/drawable/img_card_reader_connecting.xml @@ -1,100 +1,56 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable/img_card_reader_not_connected.xml b/WooCommerce/src/main/res/drawable/img_card_reader_not_connected.xml index 3da765bd6e1..b331f429dfb 100644 --- a/WooCommerce/src/main/res/drawable/img_card_reader_not_connected.xml +++ b/WooCommerce/src/main/res/drawable/img_card_reader_not_connected.xml @@ -3,82 +3,81 @@ android:height="180dp" android:viewportWidth="207" android:viewportHeight="180"> - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable/img_card_reader_scanning.xml b/WooCommerce/src/main/res/drawable/img_card_reader_scanning.xml index eec267b9f9b..39c041c2d81 100644 --- a/WooCommerce/src/main/res/drawable/img_card_reader_scanning.xml +++ b/WooCommerce/src/main/res/drawable/img_card_reader_scanning.xml @@ -1,89 +1,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable/img_products_error.xml b/WooCommerce/src/main/res/drawable/img_products_error.xml index ecc3da826e4..d5f89486086 100644 --- a/WooCommerce/src/main/res/drawable/img_products_error.xml +++ b/WooCommerce/src/main/res/drawable/img_products_error.xml @@ -3,136 +3,133 @@ android:height="124dp" android:viewportWidth="145" android:viewportHeight="124"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable/img_wc_ship_card_insert.xml b/WooCommerce/src/main/res/drawable/img_wc_ship_card_insert.xml index a16b68d60a2..238a96d29c1 100644 --- a/WooCommerce/src/main/res/drawable/img_wc_ship_card_insert.xml +++ b/WooCommerce/src/main/res/drawable/img_wc_ship_card_insert.xml @@ -1,54 +1,52 @@ + android:width="123dp" + android:height="122dp" + android:viewportWidth="123" + android:viewportHeight="122"> - - - - - - + android:fillColor="#ffffff" + android:pathData="M8,67.5L47,67.5A7.5,7.5 0,0 1,54.5 75L54.5,114A7.5,7.5 0,0 1,47 121.5L8,121.5A7.5,7.5 0,0 1,0.5 114L0.5,75A7.5,7.5 0,0 1,8 67.5z" + android:strokeWidth="1" + android:strokeColor="#000000" /> + android:pathData="M36.23,94.59C36.23,99.46 32.28,103.41 27.41,103.41C22.54,103.41 18.59,99.46 18.59,94.59C18.59,89.72 22.54,85.77 27.41,85.77C32.28,85.77 36.23,89.72 36.23,94.59Z" + android:strokeWidth="1" + android:strokeColor="#000000" /> + - + + android:fillColor="#873EFF" + android:pathData="M32.43,93.26L32.57,93.12L32.57,93.12L32.43,93.26ZM27.22,91.12L27.22,90.92L27.22,90.92L27.22,91.12ZM32.6,94.15L32.76,94.27L32.76,94.27L32.6,94.15ZM31.68,94.2L31.58,94.37L31.58,94.37L31.68,94.2ZM31.41,93.99L31.54,93.85L31.54,93.84L31.41,93.99ZM23.27,93.82L23.4,93.97L23.4,93.97L23.27,93.82ZM22.48,94.14L22.49,93.95L22.49,93.95L22.48,94.14ZM21.98,93.83L21.8,93.91L21.8,93.91L21.98,93.83ZM22.07,93.25L21.92,93.13L21.92,93.13L22.07,93.25ZM22.27,93.05L22.4,93.19L22.4,93.19L22.27,93.05ZM31,94.94L30.88,95.09L30.88,95.09L31,94.94ZM27.36,93.52L27.37,93.32L27.36,93.32L27.36,93.52ZM31.29,95.36L31.11,95.43L31.11,95.43L31.29,95.36ZM31.23,95.94L31.38,96.07L31.38,96.07L31.23,95.94ZM30.64,96.1L30.68,95.91L30.68,95.91L30.64,96.1ZM30.04,95.74L29.91,95.89L29.91,95.89L30.04,95.74ZM25.03,95.53L25.15,95.68L25.15,95.68L25.03,95.53ZM24.75,95.77L24.62,95.62H24.62L24.75,95.77ZM24.65,95.86L24.78,96.01L24.78,96.01L24.65,95.86ZM23.97,96.12L23.98,95.92L23.98,95.92L23.97,96.12ZM23.51,95.46L23.33,95.41L23.33,95.41L23.51,95.46ZM23.79,95.02L23.92,95.17L23.93,95.16L23.79,95.02ZM27.63,96.01L27.63,95.82L27.63,95.82L27.63,96.01ZM28.68,96.24L28.61,96.42H28.61L28.68,96.24ZM25.35,96.71L25.23,96.56L25.23,96.56L25.35,96.71ZM25.04,97.07L24.86,96.98L24.86,96.98L25.04,97.07ZM25.16,97.81L25.28,97.65L25.28,97.65L25.16,97.81ZM25.82,97.74L25.95,97.89L25.95,97.89L25.82,97.74ZM28.99,97.79L28.86,97.93L28.86,97.93L28.99,97.79ZM29.8,97.54L29.61,97.49L29.61,97.49L29.8,97.54ZM29.57,96.87L29.43,97L29.43,97L29.57,96.87ZM32.57,93.12C31.1,91.67 29.33,90.95 27.22,90.92L27.22,91.31C29.23,91.34 30.9,92.02 32.29,93.4L32.57,93.12ZM32.76,94.27C33.03,93.91 32.9,93.45 32.57,93.12L32.29,93.4C32.55,93.66 32.55,93.89 32.45,94.03L32.76,94.27ZM31.58,94.37C31.97,94.62 32.48,94.62 32.76,94.27L32.45,94.03C32.34,94.17 32.08,94.22 31.79,94.04L31.58,94.37ZM31.27,94.13C31.36,94.22 31.47,94.3 31.58,94.37L31.79,94.04C31.7,93.98 31.62,93.92 31.54,93.85L31.27,94.13ZM23.4,93.97C25.69,91.96 29.07,92.03 31.27,94.13L31.54,93.84C29.19,91.6 25.59,91.53 23.14,93.68L23.4,93.97ZM22.46,94.34C22.85,94.36 23.15,94.19 23.4,93.97L23.14,93.68C22.93,93.86 22.73,93.96 22.49,93.95L22.46,94.34ZM21.8,93.91C21.94,94.19 22.19,94.32 22.46,94.34L22.49,93.95C22.32,93.94 22.22,93.87 22.16,93.74L21.8,93.91ZM21.92,93.13C21.76,93.34 21.66,93.61 21.8,93.91L22.16,93.74C22.1,93.62 22.12,93.51 22.23,93.37L21.92,93.13ZM22.14,92.9C22.06,92.97 21.99,93.05 21.92,93.13L22.22,93.37C22.28,93.31 22.33,93.25 22.4,93.19L22.14,92.9ZM27.22,90.92C25.32,90.96 23.6,91.59 22.14,92.9L22.4,93.19C23.79,91.95 25.42,91.35 27.22,91.31L27.22,90.92ZM31.13,94.79C30.06,93.91 28.84,93.35 27.37,93.32L27.36,93.71C28.73,93.74 29.86,94.25 30.88,95.09L31.13,94.79ZM31.47,95.28C31.4,95.1 31.29,94.93 31.13,94.79L30.88,95.09C30.98,95.17 31.05,95.29 31.11,95.43L31.47,95.28ZM31.38,96.07C31.6,95.81 31.56,95.52 31.47,95.28L31.11,95.43C31.17,95.6 31.17,95.71 31.08,95.81L31.38,96.07ZM30.6,96.29C30.86,96.35 31.16,96.32 31.38,96.07L31.08,95.81C30.99,95.92 30.86,95.95 30.68,95.91L30.6,96.29ZM29.91,95.89C30.09,96.04 30.31,96.22 30.6,96.29L30.68,95.91C30.5,95.87 30.35,95.75 30.17,95.59L29.91,95.89ZM25.15,95.68C26.57,94.6 28.57,94.68 29.91,95.89L30.17,95.59C28.69,94.27 26.49,94.17 24.91,95.37L25.15,95.68ZM24.88,95.91C24.98,95.83 25.06,95.75 25.15,95.68L24.91,95.37C24.81,95.45 24.71,95.54 24.62,95.62L24.88,95.91ZM24.78,96.01C24.81,95.98 24.85,95.94 24.88,95.91L24.62,95.62C24.59,95.65 24.55,95.68 24.52,95.71L24.78,96.01ZM23.95,96.31C24.29,96.34 24.56,96.2 24.78,96.01L24.52,95.71C24.35,95.86 24.18,95.94 23.98,95.92L23.95,96.31ZM23.33,95.41C23.26,95.63 23.3,95.84 23.41,96.01C23.53,96.19 23.73,96.29 23.95,96.31L23.98,95.92C23.86,95.91 23.78,95.86 23.74,95.79C23.69,95.73 23.67,95.63 23.7,95.52L23.33,95.41ZM23.66,94.87C23.5,95.02 23.39,95.2 23.33,95.41L23.7,95.52C23.74,95.38 23.82,95.26 23.92,95.17L23.66,94.87ZM27.36,93.32C25.94,93.34 24.71,93.91 23.66,94.88L23.93,95.16C24.92,94.25 26.06,93.73 27.37,93.71L27.36,93.32ZM27.63,96.21C27.96,96.21 28.3,96.29 28.61,96.42L28.76,96.07C28.41,95.91 28.02,95.82 27.63,95.82L27.63,96.21ZM25.48,96.86C25.99,96.44 26.66,96.21 27.63,96.21L27.63,95.82C26.6,95.82 25.83,96.07 25.23,96.56L25.48,96.86ZM25.21,97.16C25.27,97.05 25.36,96.95 25.48,96.86L25.23,96.56C25.1,96.67 24.96,96.8 24.86,96.98L25.21,97.16ZM25.28,97.65C25.15,97.55 25.1,97.36 25.21,97.16L24.86,96.98C24.68,97.32 24.74,97.72 25.04,97.96L25.28,97.65ZM25.7,97.59C25.57,97.69 25.5,97.72 25.45,97.73C25.42,97.73 25.37,97.72 25.28,97.65L25.04,97.96C25.17,98.06 25.32,98.13 25.49,98.12C25.66,98.1 25.81,98.01 25.95,97.89L25.7,97.59ZM29.13,97.64C28.13,96.72 26.74,96.72 25.7,97.59L25.95,97.89C26.85,97.14 28.02,97.15 28.86,97.93L29.13,97.64ZM29.61,97.49C29.55,97.72 29.3,97.8 29.13,97.64L28.86,97.93C29.28,98.31 29.87,98.07 29.99,97.59L29.61,97.49ZM29.43,97C29.59,97.17 29.66,97.31 29.61,97.49L29.99,97.59C30.09,97.22 29.91,96.94 29.71,96.73L29.43,97ZM28.61,96.42C28.92,96.56 29.19,96.76 29.43,97L29.71,96.73C29.44,96.45 29.12,96.22 28.76,96.07L28.61,96.42Z" /> + android:fillColor="#5007AA" + android:pathData="M116.32,57.46L91.28,81.52A8,8 73.68,0 1,79.97 81.3L41.17,40.91A8,8 85.57,0 1,41.4 29.6L66.44,5.54A8,8 83.4,0 1,77.75 5.77L116.55,46.15A8,8 90.95,0 1,116.32 57.46z" /> + - + + android:fillColor="#873EFF" + android:pathData="M69.94,40.62L69.94,40.81L69.94,40.81L69.94,40.62ZM74.18,38.95L74.32,39.09L74.32,39.08L74.18,38.95ZM69.34,40.2L69.15,40.22L69.15,40.22L69.34,40.2ZM69.85,39.65L69.81,39.46L69.81,39.46L69.85,39.65ZM70.13,39.62L70.13,39.82L70.13,39.82L70.13,39.62ZM74.97,35.15L74.78,35.13L74.78,35.13L74.97,35.15ZM75.26,34.52L75.38,34.67L75.38,34.67L75.26,34.52ZM75.72,34.42L75.79,34.24L75.79,34.24L75.72,34.42ZM75.99,34.81L76.19,34.79L76.19,34.79L75.99,34.81ZM75.99,35.04L75.8,35.03L75.8,35.03L75.99,35.04ZM69.95,38.72L69.94,38.52L69.94,38.52L69.95,38.72ZM72.88,37.51L73.01,37.65L73.02,37.65L72.88,37.51ZM69.55,38.64L69.64,38.46L69.64,38.46L69.55,38.64ZM69.26,38.26L69.07,38.27L69.07,38.27L69.26,38.26ZM69.51,37.84L69.62,38.01L69.62,38.01L69.51,37.84ZM70.06,37.71L70.06,37.52L70.06,37.52L70.06,37.71ZM73.11,35.02L72.92,34.99L72.92,34.99L73.11,35.02ZM73.14,34.73L72.94,34.71L72.94,34.71L73.14,34.73ZM73.14,34.73L73.33,34.75L73.33,34.74L73.14,34.73ZM73.15,34.62L72.95,34.6L72.95,34.6L73.15,34.62ZM73.4,34.08L73.53,34.23L73.53,34.23L73.4,34.08ZM74.03,34.21L74.21,34.12L74.21,34.12L74.03,34.21ZM74.12,34.63L73.93,34.61L73.93,34.61L74.12,34.63ZM71.39,36.13L71.52,36.28L71.53,36.27L71.39,36.13ZM70.64,36.59L70.71,36.77L70.64,36.59ZM72.33,34.45L72.52,34.47L72.52,34.47L72.33,34.45ZM72.31,34.06L72.5,34.01L72.5,34.01L72.31,34.06ZM71.83,33.7L71.81,33.51L71.81,33.51L71.83,33.7ZM71.48,34.11L71.28,34.09L71.28,34.09L71.48,34.11ZM69.6,35.86L69.6,35.67L69.6,35.67L69.6,35.86ZM69.27,36.46L69.44,36.36L69.44,36.36L69.27,36.46ZM69.78,36.72L69.79,36.53L69.79,36.53L69.78,36.72ZM69.94,40.81C71.61,40.84 73.06,40.26 74.32,39.09L74.05,38.8C72.87,39.91 71.52,40.45 69.94,40.42L69.94,40.81ZM69.15,40.22C69.19,40.61 69.55,40.81 69.94,40.81L69.94,40.42C69.66,40.42 69.55,40.29 69.53,40.18L69.15,40.22ZM69.81,39.46C69.42,39.54 69.11,39.83 69.15,40.22L69.53,40.18C69.52,40.06 69.62,39.89 69.89,39.84L69.81,39.46ZM70.13,39.43C70.02,39.43 69.92,39.44 69.81,39.46L69.88,39.84C69.96,39.82 70.05,39.82 70.13,39.82L70.13,39.43ZM74.78,35.13C74.57,37.58 72.57,39.42 70.13,39.43L70.13,39.82C72.78,39.81 74.94,37.81 75.17,35.17L74.78,35.13ZM75.13,34.37C74.88,34.58 74.8,34.86 74.78,35.13L75.17,35.17C75.19,34.95 75.24,34.79 75.38,34.67L75.13,34.37ZM75.79,34.24C75.54,34.15 75.31,34.22 75.13,34.37L75.38,34.67C75.48,34.59 75.56,34.57 75.66,34.61L75.79,34.24ZM76.19,34.79C76.16,34.57 76.06,34.34 75.79,34.24L75.66,34.61C75.74,34.64 75.78,34.7 75.8,34.83L76.19,34.79ZM76.19,35.06C76.2,34.97 76.2,34.88 76.19,34.79L75.8,34.83C75.8,34.89 75.8,34.96 75.8,35.03L76.19,35.06ZM74.32,39.08C75.41,38 76.07,36.65 76.19,35.06L75.8,35.03C75.69,36.53 75.08,37.78 74.05,38.81L74.32,39.08ZM69.97,38.91C71.09,38.83 72.13,38.47 73.01,37.65L72.75,37.36C71.94,38.11 71,38.44 69.94,38.52L69.97,38.91ZM69.47,38.81C69.62,38.88 69.79,38.93 69.97,38.91L69.94,38.52C69.84,38.53 69.74,38.51 69.64,38.46L69.47,38.81ZM69.07,38.27C69.08,38.56 69.28,38.72 69.47,38.81L69.64,38.46C69.51,38.4 69.46,38.34 69.46,38.25L69.07,38.27ZM69.41,37.67C69.22,37.79 69.05,37.98 69.07,38.27L69.46,38.25C69.45,38.15 69.5,38.08 69.62,38.01L69.41,37.67ZM70.06,37.52C69.86,37.53 69.63,37.54 69.41,37.67L69.62,38.01C69.74,37.93 69.88,37.92 70.07,37.91L70.06,37.52ZM72.92,34.99C72.7,36.41 71.5,37.47 70.06,37.52L70.07,37.91C71.7,37.85 73.06,36.66 73.3,35.05L72.92,34.99ZM72.94,34.71C72.94,34.81 72.93,34.91 72.92,34.99L73.3,35.05C73.32,34.95 73.33,34.84 73.33,34.74L72.94,34.71ZM72.94,34.71L72.94,34.71L73.33,34.75L73.33,34.75L72.94,34.71ZM72.95,34.6C72.95,34.64 72.95,34.68 72.94,34.71L73.33,34.74C73.34,34.71 73.34,34.67 73.34,34.63L72.95,34.6ZM73.28,33.93C73.06,34.11 72.97,34.36 72.95,34.6L73.34,34.63C73.36,34.46 73.41,34.33 73.53,34.23L73.28,33.93ZM74.21,34.12C74.12,33.95 73.97,33.83 73.79,33.8C73.61,33.76 73.43,33.81 73.28,33.93L73.53,34.23C73.59,34.18 73.66,34.17 73.71,34.18C73.76,34.19 73.82,34.23 73.86,34.3L74.21,34.12ZM74.31,34.64C74.33,34.46 74.29,34.28 74.21,34.12L73.86,34.3C73.91,34.4 73.93,34.5 73.93,34.61L74.31,34.64ZM73.02,37.65C73.84,36.83 74.24,35.8 74.31,34.64L73.93,34.61C73.86,35.7 73.49,36.63 72.74,37.37L73.02,37.65ZM71.26,35.99C71.06,36.17 70.83,36.31 70.58,36.41L70.71,36.77C71.01,36.66 71.29,36.49 71.52,36.28L71.26,35.99ZM72.14,34.43C72.07,34.95 71.82,35.46 71.26,35.99L71.53,36.27C72.13,35.69 72.45,35.11 72.52,34.47L72.14,34.43ZM72.12,34.11C72.15,34.21 72.15,34.31 72.14,34.43L72.52,34.47C72.54,34.33 72.55,34.17 72.5,34.01L72.12,34.11ZM71.84,33.9C71.96,33.88 72.08,33.96 72.12,34.11L72.5,34.01C72.41,33.69 72.14,33.48 71.81,33.51L71.84,33.9ZM71.67,34.14C71.69,34 71.71,33.95 71.73,33.93C71.74,33.92 71.76,33.9 71.84,33.9L71.81,33.51C71.67,33.52 71.53,33.56 71.43,33.68C71.34,33.79 71.3,33.94 71.28,34.09L71.67,34.14ZM69.6,36.06C70.72,36.04 71.55,35.25 71.67,34.14L71.28,34.09C71.18,35.02 70.51,35.65 69.6,35.67L69.6,36.06ZM69.44,36.36C69.35,36.22 69.44,36.06 69.6,36.06L69.6,35.67C69.11,35.68 68.89,36.19 69.1,36.56L69.44,36.36ZM69.79,36.53C69.6,36.52 69.5,36.48 69.44,36.36L69.1,36.56C69.26,36.84 69.54,36.91 69.77,36.92L69.79,36.53ZM70.58,36.41C70.32,36.5 70.06,36.54 69.79,36.53L69.77,36.92C70.09,36.93 70.41,36.88 70.71,36.77L70.58,36.41Z" /> + android:fillColor="#DCDCDE" + android:pathData="M69.03,30.28L66.01,33.18A2,2 47.64,0 1,63.19 33.12L58.4,28.14A2,2 82.81,0 1,58.46 25.31L61.47,22.42A2,2 105.77,0 1,64.3 22.47L69.09,27.46A2,2 90.79,0 1,69.03 30.28z" /> + android:fillColor="#873EFF" + android:pathData="M104,51.42m-3.73,-3.88a5.38,5.38 91.15,1 1,7.46 7.77a5.38,5.38 91.15,1 1,-7.46 -7.77" /> + android:fillColor="#A77EFF" + android:pathData="M99.02,46.24m-3.73,-3.88a5.38,5.38 91.15,1 1,7.46 7.77a5.38,5.38 91.15,1 1,-7.46 -7.77" /> diff --git a/WooCommerce/src/main/res/drawable/img_wc_ship_payment.xml b/WooCommerce/src/main/res/drawable/img_wc_ship_payment.xml index 540f70f8f4a..8d6562613a2 100644 --- a/WooCommerce/src/main/res/drawable/img_wc_ship_payment.xml +++ b/WooCommerce/src/main/res/drawable/img_wc_ship_payment.xml @@ -3,93 +3,92 @@ android:height="131dp" android:viewportWidth="150" android:viewportHeight="131"> - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WooCommerce/src/main/res/drawable/img_woman_payment_card.xml b/WooCommerce/src/main/res/drawable/img_woman_payment_card.xml index df8d08a9fac..dc4b019d769 100644 --- a/WooCommerce/src/main/res/drawable/img_woman_payment_card.xml +++ b/WooCommerce/src/main/res/drawable/img_woman_payment_card.xml @@ -3,89 +3,89 @@ android:height="146dp" android:viewportWidth="195" android:viewportHeight="146"> - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + +