From 77f113e0a7a2081b8b67a847896f8babbcdda8eb Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Fri, 7 Feb 2020 16:16:14 +0530 Subject: [PATCH 1/5] Update new icons Change-Id: I1a006ba1fc528dc99cda30b8813df72401f3bc26 --- AndroidManifest.xml | 4 +- res/drawable/ic_airplane.xml | 67 ++++------------- res/drawable/ic_airplanemode_active.xml | 18 +++++ res/drawable/ic_apps.xml | 45 ++++++++++++ res/drawable/ic_audio_alarm.xml | 33 +++++++++ res/drawable/ic_audio_alarm_mute.xml | 48 ++++++++++++ res/drawable/ic_audio_ring_notif_mute.xml | 42 +++++++++++ res/drawable/ic_call_24dp.xml | 58 ++++++++------- res/drawable/ic_cast_24dp.xml | 27 +++++++ res/drawable/ic_development.xml | 24 ++++++ res/drawable/ic_fingerprint.xml | 46 +++++------- res/drawable/ic_fingerprint_24dp.xml | 52 +++++++------ res/drawable/ic_fingerprint_header.xml | 43 +++++------ res/drawable/ic_fingerprint_list_icon.xml | 51 +++++++------ res/drawable/ic_homepage_microg.xml | 18 +++++ res/drawable/ic_homepage_openkeychain.xml | 26 +++++++ res/drawable/ic_hotspot.xml | 90 ++++++++--------------- res/drawable/ic_lock.xml | 35 ++++----- res/drawable/ic_lock_list_icon.xml | 40 +++++----- res/drawable/ic_media_stream.xml | 29 ++++++++ res/drawable/ic_network_cell.xml | 27 +++++++ res/drawable/ic_notifications.xml | 26 +++++++ res/drawable/ic_security_pattern_3x3.xml | 63 ++++++++++------ res/drawable/ic_security_pattern_4x4.xml | 66 ++++++++++------- res/drawable/ic_security_pattern_5x5.xml | 66 ++++++++++------- res/drawable/ic_security_pattern_6x6.xml | 66 ++++++++++------- res/drawable/ic_settings_data_usage.xml | 61 +++++++-------- res/drawable/ic_settings_date_time.xml | 86 +++++++++++++++------- res/drawable/ic_settings_development.xml | 41 ++++++----- res/drawable/ic_settings_gestures.xml | 40 +++++----- res/drawable/ic_settings_language.xml | 49 ++++-------- res/drawable/ic_settings_memory.xml | 85 ++++++++++++--------- res/drawable/ic_settings_more.xml | 47 ++++++------ res/drawable/ic_settings_multiuser.xml | 40 +++++----- res/drawable/ic_settings_sim.xml | 48 ++++++------ res/drawable/ic_settings_sound.xml | 44 ++++++----- res/drawable/ic_settings_wireless.xml | 48 +++++++----- res/drawable/ic_storage_apps.xml | 45 ++++++++++++ res/drawable/ic_system_update.xml | 24 ++++++ res/drawable/ic_wifi_signal_0.xml | 54 ++++++++------ res/drawable/ic_wifi_signal_1.xml | 51 ++++++------- res/drawable/ic_wifi_signal_2.xml | 50 ++++++------- res/drawable/ic_wifi_signal_3.xml | 49 ++++++------ res/drawable/ic_wifi_signal_4.xml | 42 +++++------ res/drawable/ic_wifi_signal_lock.xml | 36 ++++----- res/drawable/ic_wifi_tethering.xml | 53 +++++++------ 46 files changed, 1270 insertions(+), 833 deletions(-) create mode 100644 res/drawable/ic_airplanemode_active.xml create mode 100644 res/drawable/ic_apps.xml create mode 100644 res/drawable/ic_audio_alarm.xml create mode 100644 res/drawable/ic_audio_alarm_mute.xml create mode 100644 res/drawable/ic_audio_ring_notif_mute.xml create mode 100644 res/drawable/ic_cast_24dp.xml create mode 100644 res/drawable/ic_development.xml create mode 100644 res/drawable/ic_homepage_microg.xml create mode 100644 res/drawable/ic_homepage_openkeychain.xml create mode 100644 res/drawable/ic_media_stream.xml create mode 100644 res/drawable/ic_network_cell.xml create mode 100644 res/drawable/ic_notifications.xml create mode 100644 res/drawable/ic_storage_apps.xml create mode 100644 res/drawable/ic_system_update.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 71d58d038b2..064243fbbb1 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3252,7 +3252,7 @@ + android:icon="@drawable/ic_homepage_microg"> @@ -3271,7 +3271,7 @@ + android:icon="@drawable/ic_homepage_openkeychain"> diff --git a/res/drawable/ic_airplane.xml b/res/drawable/ic_airplane.xml index b3e0ba0b5e8..faa4575fd17 100644 --- a/res/drawable/ic_airplane.xml +++ b/res/drawable/ic_airplane.xml @@ -1,57 +1,18 @@ - - - - - - - - - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="33"> + + + + + - + \ No newline at end of file diff --git a/res/drawable/ic_airplanemode_active.xml b/res/drawable/ic_airplanemode_active.xml new file mode 100644 index 00000000000..faa4575fd17 --- /dev/null +++ b/res/drawable/ic_airplanemode_active.xml @@ -0,0 +1,18 @@ + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_apps.xml b/res/drawable/ic_apps.xml new file mode 100644 index 00000000000..09827cbdb2b --- /dev/null +++ b/res/drawable/ic_apps.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_audio_alarm.xml b/res/drawable/ic_audio_alarm.xml new file mode 100644 index 00000000000..8322313f2fc --- /dev/null +++ b/res/drawable/ic_audio_alarm.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_audio_alarm_mute.xml b/res/drawable/ic_audio_alarm_mute.xml new file mode 100644 index 00000000000..04f8a89bbef --- /dev/null +++ b/res/drawable/ic_audio_alarm_mute.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_audio_ring_notif_mute.xml b/res/drawable/ic_audio_ring_notif_mute.xml new file mode 100644 index 00000000000..4398527d7dd --- /dev/null +++ b/res/drawable/ic_audio_ring_notif_mute.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_call_24dp.xml b/res/drawable/ic_call_24dp.xml index 26bbde5f3ca..5c337d4ef27 100644 --- a/res/drawable/ic_call_24dp.xml +++ b/res/drawable/ic_call_24dp.xml @@ -1,29 +1,33 @@ - - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="33"> + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_cast_24dp.xml b/res/drawable/ic_cast_24dp.xml new file mode 100644 index 00000000000..2ac48ef5be5 --- /dev/null +++ b/res/drawable/ic_cast_24dp.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_development.xml b/res/drawable/ic_development.xml new file mode 100644 index 00000000000..64d71f16d36 --- /dev/null +++ b/res/drawable/ic_development.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_fingerprint.xml b/res/drawable/ic_fingerprint.xml index 03bc0340714..048826b88d9 100644 --- a/res/drawable/ic_fingerprint.xml +++ b/res/drawable/ic_fingerprint.xml @@ -1,37 +1,31 @@ - - + + android:width="32dp" + android:height="32dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + android:fillType="evenOdd" + android:pathData="M12.4679 15.2329C13.1843 14.2754 14.3147 13.6401 15.8757 13.6401C17.5339 13.6401 18.7194 14.3627 19.4704 15.3326C20.1987 16.2734 20.5052 17.4252 20.5052 18.3373C20.5052 18.9885 20.3879 19.6171 20.0304 20.0986C19.6403 20.6239 19.0646 20.844 18.4502 20.844C18.0136 20.844 17.6598 20.4902 17.6598 20.0536C17.6598 19.6171 18.0136 19.2632 18.4502 19.2632C18.6713 19.2632 18.7279 19.2011 18.7613 19.1562C18.8271 19.0674 18.9244 18.8379 18.9244 18.3373C18.9244 17.7364 18.7115 16.9347 18.2204 16.3004C17.7519 15.6952 17.0178 15.2209 15.8757 15.2209C14.7946 15.2209 14.1408 15.6357 13.7337 16.1799C13.3018 16.7573 13.098 17.5521 13.098 18.3373C13.098 20.7474 13.7796 22.6033 14.9288 23.7928C15.9886 24.8711 17.428 25.4735 19.1502 25.4735C19.5868 25.4735 19.9406 25.8274 19.9406 26.2639C19.9406 26.7005 19.5868 27.0543 19.1502 27.0543C17.0345 27.0543 15.1776 26.3026 13.7987 24.8981L13.7966 24.896L13.7945 24.8939C12.2801 23.3282 11.5172 21.0296 11.5172 18.3373C11.5172 17.3159 11.7764 16.1573 12.4679 15.2329Z" /> + android:fillType="evenOdd" + android:pathData="M11.8278 14.0152C10.852 15.042 10.2527 16.5272 10.2527 18.3373C10.2527 22.0095 11.4916 24.5396 13.2452 26.1301C13.5686 26.4234 13.593 26.9233 13.2997 27.2466C13.0064 27.5699 12.5066 27.5943 12.1832 27.3011C10.0526 25.3686 8.67188 22.3885 8.67188 18.3373C8.67188 16.1728 9.39366 14.2819 10.6818 12.9262C11.9727 11.5677 13.7881 10.7946 15.8758 10.7946C20.5646 10.7946 23.3508 14.6594 23.3508 18.3373C23.3508 19.8609 22.8897 21.2019 22.0156 22.172C21.1349 23.1494 19.888 23.6895 18.4503 23.6895C16.6212 23.6895 15.3816 22.1942 14.931 20.8394C14.6997 20.1436 14.627 19.361 14.8497 18.6732C15.088 17.9373 15.6592 17.3536 16.5527 17.1974C16.9828 17.1223 17.3923 17.4099 17.4674 17.8399C17.5426 18.2699 17.2549 18.6795 16.8249 18.7546C16.5555 18.8017 16.4266 18.9349 16.3536 19.1602C16.2651 19.4336 16.2701 19.8563 16.4311 20.3406C16.7653 21.3457 17.5694 22.1087 18.4503 22.1087C19.4741 22.1087 20.2823 21.7341 20.8412 21.1138C21.4068 20.4862 21.77 19.5463 21.77 18.3373C21.77 15.3759 19.5428 12.3754 15.8758 12.3754C14.1922 12.3754 12.8008 12.9912 11.8278 14.0152Z" /> + android:fillType="evenOdd" + android:pathData="M6.4374 16.5546C6.87318 16.5803 7.20566 16.9543 7.18003 17.3901C7.15721 17.7779 7.13622 18.1386 7.13622 18.4954C7.13622 19.8531 7.24571 21.0907 7.46126 22.2331C7.5422 22.6621 7.26007 23.0754 6.83111 23.1564C6.40215 23.2373 5.9888 22.9552 5.90787 22.5262C5.67176 21.2748 5.55542 19.938 5.55542 18.4954C5.55542 18.0882 5.57915 17.6848 5.60133 17.3078L5.60195 17.2973C5.62758 16.8615 6.00163 16.529 6.4374 16.5546Z" /> + android:fillType="evenOdd" + android:pathData="M15.808 9.37191C12.1607 9.37191 9.35645 11.2721 8.04075 14.2736C7.8655 14.6734 7.39932 14.8554 6.99952 14.6802C6.59972 14.5049 6.41769 14.0387 6.59294 13.6389C8.16786 10.0461 11.5513 7.79111 15.808 7.79111C20.3525 7.79111 23.839 10.4454 25.2717 13.7296C26.3844 16.2631 26.422 17.7068 26.422 18.518C26.422 20.6581 25.7884 22.5321 24.5694 23.8807C24.2767 24.2046 23.7769 24.2298 23.453 23.9371C23.1292 23.6444 23.104 23.1446 23.3967 22.8207C24.3005 21.8207 24.8412 20.3525 24.8412 18.518C24.8412 17.8839 24.8337 16.6632 23.8239 14.3644L23.8231 14.3625C22.6359 11.6402 19.7091 9.37191 15.808 9.37191Z" /> - + android:fillType="evenOdd" + android:pathData="M15.8081 6.0748C13.9042 6.0748 12.2161 6.53994 10.858 7.34243C10.4822 7.56451 9.99753 7.43987 9.77545 7.06406C9.55338 6.68824 9.67801 6.20355 10.0538 5.98148C11.6767 5.0225 13.647 4.494 15.8081 4.494C18.1926 4.494 20.2599 5.14578 21.9465 6.22135C22.3146 6.45606 22.4227 6.9447 22.188 7.31276C21.9533 7.68082 21.4647 7.78892 21.0966 7.55422C19.6668 6.64249 17.895 6.0748 15.8081 6.0748Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_fingerprint_24dp.xml b/res/drawable/ic_fingerprint_24dp.xml index 80518b06c71..2f635bc2358 100644 --- a/res/drawable/ic_fingerprint_24dp.xml +++ b/res/drawable/ic_fingerprint_24dp.xml @@ -1,25 +1,31 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + - + android:fillColor="#0088ED" + android:pathData="M25.2477 32H6.75229C3.02611 32 0 28.9739 0 25.2477V6.75229C0 3.02611 3.02611 0 6.75229 0H25.2477C28.9739 0 32 3.02611 32 6.75229V25.2477C32 28.9739 28.9739 32 25.2477 32Z" /> + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_fingerprint_header.xml b/res/drawable/ic_fingerprint_header.xml index e7ac81ab18f..048826b88d9 100644 --- a/res/drawable/ic_fingerprint_header.xml +++ b/res/drawable/ic_fingerprint_header.xml @@ -1,38 +1,31 @@ - - + + android:viewportWidth="32" + android:viewportHeight="32"> + + + android:fillType="evenOdd" + android:pathData="M12.4679 15.2329C13.1843 14.2754 14.3147 13.6401 15.8757 13.6401C17.5339 13.6401 18.7194 14.3627 19.4704 15.3326C20.1987 16.2734 20.5052 17.4252 20.5052 18.3373C20.5052 18.9885 20.3879 19.6171 20.0304 20.0986C19.6403 20.6239 19.0646 20.844 18.4502 20.844C18.0136 20.844 17.6598 20.4902 17.6598 20.0536C17.6598 19.6171 18.0136 19.2632 18.4502 19.2632C18.6713 19.2632 18.7279 19.2011 18.7613 19.1562C18.8271 19.0674 18.9244 18.8379 18.9244 18.3373C18.9244 17.7364 18.7115 16.9347 18.2204 16.3004C17.7519 15.6952 17.0178 15.2209 15.8757 15.2209C14.7946 15.2209 14.1408 15.6357 13.7337 16.1799C13.3018 16.7573 13.098 17.5521 13.098 18.3373C13.098 20.7474 13.7796 22.6033 14.9288 23.7928C15.9886 24.8711 17.428 25.4735 19.1502 25.4735C19.5868 25.4735 19.9406 25.8274 19.9406 26.2639C19.9406 26.7005 19.5868 27.0543 19.1502 27.0543C17.0345 27.0543 15.1776 26.3026 13.7987 24.8981L13.7966 24.896L13.7945 24.8939C12.2801 23.3282 11.5172 21.0296 11.5172 18.3373C11.5172 17.3159 11.7764 16.1573 12.4679 15.2329Z" /> + android:fillType="evenOdd" + android:pathData="M11.8278 14.0152C10.852 15.042 10.2527 16.5272 10.2527 18.3373C10.2527 22.0095 11.4916 24.5396 13.2452 26.1301C13.5686 26.4234 13.593 26.9233 13.2997 27.2466C13.0064 27.5699 12.5066 27.5943 12.1832 27.3011C10.0526 25.3686 8.67188 22.3885 8.67188 18.3373C8.67188 16.1728 9.39366 14.2819 10.6818 12.9262C11.9727 11.5677 13.7881 10.7946 15.8758 10.7946C20.5646 10.7946 23.3508 14.6594 23.3508 18.3373C23.3508 19.8609 22.8897 21.2019 22.0156 22.172C21.1349 23.1494 19.888 23.6895 18.4503 23.6895C16.6212 23.6895 15.3816 22.1942 14.931 20.8394C14.6997 20.1436 14.627 19.361 14.8497 18.6732C15.088 17.9373 15.6592 17.3536 16.5527 17.1974C16.9828 17.1223 17.3923 17.4099 17.4674 17.8399C17.5426 18.2699 17.2549 18.6795 16.8249 18.7546C16.5555 18.8017 16.4266 18.9349 16.3536 19.1602C16.2651 19.4336 16.2701 19.8563 16.4311 20.3406C16.7653 21.3457 17.5694 22.1087 18.4503 22.1087C19.4741 22.1087 20.2823 21.7341 20.8412 21.1138C21.4068 20.4862 21.77 19.5463 21.77 18.3373C21.77 15.3759 19.5428 12.3754 15.8758 12.3754C14.1922 12.3754 12.8008 12.9912 11.8278 14.0152Z" /> + android:fillType="evenOdd" + android:pathData="M6.4374 16.5546C6.87318 16.5803 7.20566 16.9543 7.18003 17.3901C7.15721 17.7779 7.13622 18.1386 7.13622 18.4954C7.13622 19.8531 7.24571 21.0907 7.46126 22.2331C7.5422 22.6621 7.26007 23.0754 6.83111 23.1564C6.40215 23.2373 5.9888 22.9552 5.90787 22.5262C5.67176 21.2748 5.55542 19.938 5.55542 18.4954C5.55542 18.0882 5.57915 17.6848 5.60133 17.3078L5.60195 17.2973C5.62758 16.8615 6.00163 16.529 6.4374 16.5546Z" /> + android:fillType="evenOdd" + android:pathData="M15.808 9.37191C12.1607 9.37191 9.35645 11.2721 8.04075 14.2736C7.8655 14.6734 7.39932 14.8554 6.99952 14.6802C6.59972 14.5049 6.41769 14.0387 6.59294 13.6389C8.16786 10.0461 11.5513 7.79111 15.808 7.79111C20.3525 7.79111 23.839 10.4454 25.2717 13.7296C26.3844 16.2631 26.422 17.7068 26.422 18.518C26.422 20.6581 25.7884 22.5321 24.5694 23.8807C24.2767 24.2046 23.7769 24.2298 23.453 23.9371C23.1292 23.6444 23.104 23.1446 23.3967 22.8207C24.3005 21.8207 24.8412 20.3525 24.8412 18.518C24.8412 17.8839 24.8337 16.6632 23.8239 14.3644L23.8231 14.3625C22.6359 11.6402 19.7091 9.37191 15.808 9.37191Z" /> - + android:fillType="evenOdd" + android:pathData="M15.8081 6.0748C13.9042 6.0748 12.2161 6.53994 10.858 7.34243C10.4822 7.56451 9.99753 7.43987 9.77545 7.06406C9.55338 6.68824 9.67801 6.20355 10.0538 5.98148C11.6767 5.0225 13.647 4.494 15.8081 4.494C18.1926 4.494 20.2599 5.14578 21.9465 6.22135C22.3146 6.45606 22.4227 6.9447 22.188 7.31276C21.9533 7.68082 21.4647 7.78892 21.0966 7.55422C19.6668 6.64249 17.895 6.0748 15.8081 6.0748Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_fingerprint_list_icon.xml b/res/drawable/ic_fingerprint_list_icon.xml index ce1ce5e99e4..2f635bc2358 100644 --- a/res/drawable/ic_fingerprint_list_icon.xml +++ b/res/drawable/ic_fingerprint_list_icon.xml @@ -1,24 +1,31 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + + - + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M15.8081 6.0748C13.9042 6.0748 12.2161 6.53994 10.858 7.34243C10.4822 7.56451 9.99753 7.43987 9.77545 7.06406C9.55338 6.68824 9.67801 6.20355 10.0538 5.98148C11.6767 5.0225 13.647 4.494 15.8081 4.494C18.1926 4.494 20.2599 5.14578 21.9465 6.22135C22.3146 6.45606 22.4227 6.9447 22.188 7.31276C21.9533 7.68082 21.4647 7.78892 21.0966 7.55422C19.6668 6.64249 17.895 6.0748 15.8081 6.0748Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_homepage_microg.xml b/res/drawable/ic_homepage_microg.xml new file mode 100644 index 00000000000..62aaad0b378 --- /dev/null +++ b/res/drawable/ic_homepage_microg.xml @@ -0,0 +1,18 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_homepage_openkeychain.xml b/res/drawable/ic_homepage_openkeychain.xml new file mode 100644 index 00000000000..631517bd4f8 --- /dev/null +++ b/res/drawable/ic_homepage_openkeychain.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_hotspot.xml b/res/drawable/ic_hotspot.xml index d8528ddc4db..3c5dd449af0 100644 --- a/res/drawable/ic_hotspot.xml +++ b/res/drawable/ic_hotspot.xml @@ -1,62 +1,32 @@ - - - - - - - - - - - - - - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_lock.xml b/res/drawable/ic_lock.xml index 975cbf54efb..02ede02fc47 100644 --- a/res/drawable/ic_lock.xml +++ b/res/drawable/ic_lock.xml @@ -1,24 +1,19 @@ - + + android:viewportWidth="32" + android:viewportHeight="32"> + + + - + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M15.9887 7.47497C13.7379 7.47497 11.9012 9.31164 11.9012 11.5625V14.9048C11.9012 15.3413 11.5474 15.6952 11.1108 15.6952C10.6743 15.6952 10.3204 15.3413 10.3204 14.9048V11.5625C10.3204 8.43858 12.8649 5.89417 15.9887 5.89417C19.1126 5.89417 21.6571 8.43858 21.6571 11.5625V14.9048C21.6571 15.3413 21.3032 15.6952 20.8667 15.6952C20.4301 15.6952 20.0763 15.3413 20.0763 14.9048V11.5625C20.0763 9.31164 18.2396 7.47497 15.9887 7.47497Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_lock_list_icon.xml b/res/drawable/ic_lock_list_icon.xml index 7a323f29585..02ede02fc47 100644 --- a/res/drawable/ic_lock_list_icon.xml +++ b/res/drawable/ic_lock_list_icon.xml @@ -1,25 +1,19 @@ - + + android:width="32dp" + android:height="32dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + - + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M15.9887 7.47497C13.7379 7.47497 11.9012 9.31164 11.9012 11.5625V14.9048C11.9012 15.3413 11.5474 15.6952 11.1108 15.6952C10.6743 15.6952 10.3204 15.3413 10.3204 14.9048V11.5625C10.3204 8.43858 12.8649 5.89417 15.9887 5.89417C19.1126 5.89417 21.6571 8.43858 21.6571 11.5625V14.9048C21.6571 15.3413 21.3032 15.6952 20.8667 15.6952C20.4301 15.6952 20.0763 15.3413 20.0763 14.9048V11.5625C20.0763 9.31164 18.2396 7.47497 15.9887 7.47497Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_media_stream.xml b/res/drawable/ic_media_stream.xml new file mode 100644 index 00000000000..19567cbd8b6 --- /dev/null +++ b/res/drawable/ic_media_stream.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_network_cell.xml b/res/drawable/ic_network_cell.xml new file mode 100644 index 00000000000..9f7f4fca468 --- /dev/null +++ b/res/drawable/ic_network_cell.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_notifications.xml b/res/drawable/ic_notifications.xml new file mode 100644 index 00000000000..e111d369dc5 --- /dev/null +++ b/res/drawable/ic_notifications.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_security_pattern_3x3.xml b/res/drawable/ic_security_pattern_3x3.xml index b8e4df44a0f..9799b5c960a 100644 --- a/res/drawable/ic_security_pattern_3x3.xml +++ b/res/drawable/ic_security_pattern_3x3.xml @@ -1,26 +1,41 @@ - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="33"> + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_security_pattern_4x4.xml b/res/drawable/ic_security_pattern_4x4.xml index 92c580f5e2c..6d10dafd317 100644 --- a/res/drawable/ic_security_pattern_4x4.xml +++ b/res/drawable/ic_security_pattern_4x4.xml @@ -1,26 +1,42 @@ - + - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="33"> + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_security_pattern_5x5.xml b/res/drawable/ic_security_pattern_5x5.xml index 7b4dabaad79..144c2b29108 100644 --- a/res/drawable/ic_security_pattern_5x5.xml +++ b/res/drawable/ic_security_pattern_5x5.xml @@ -1,26 +1,42 @@ - + - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="33"> + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_security_pattern_6x6.xml b/res/drawable/ic_security_pattern_6x6.xml index 1861284dbbf..63ccabf6355 100644 --- a/res/drawable/ic_security_pattern_6x6.xml +++ b/res/drawable/ic_security_pattern_6x6.xml @@ -1,26 +1,42 @@ - + - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="33"> + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_settings_data_usage.xml b/res/drawable/ic_settings_data_usage.xml index 7d4172478f3..3127640b0cc 100644 --- a/res/drawable/ic_settings_data_usage.xml +++ b/res/drawable/ic_settings_data_usage.xml @@ -1,38 +1,27 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + - + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M20.8667 5.6909C21.3032 5.6909 21.6571 6.04478 21.6571 6.48131V25.5187C21.6571 25.9552 21.3032 26.3091 20.8667 26.3091C20.4302 26.3091 20.0763 25.9552 20.0763 25.5187V6.48131C20.0763 6.04478 20.4302 5.6909 20.8667 5.6909Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_settings_date_time.xml b/res/drawable/ic_settings_date_time.xml index 35b34cd1854..4fb4cee7154 100644 --- a/res/drawable/ic_settings_date_time.xml +++ b/res/drawable/ic_settings_date_time.xml @@ -1,28 +1,60 @@ - + - - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_settings_development.xml b/res/drawable/ic_settings_development.xml index a22908df3ac..6d6075fc134 100644 --- a/res/drawable/ic_settings_development.xml +++ b/res/drawable/ic_settings_development.xml @@ -1,21 +1,24 @@ - - - + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_settings_gestures.xml b/res/drawable/ic_settings_gestures.xml index 7e4c4f8c821..5023a13ffa1 100644 --- a/res/drawable/ic_settings_gestures.xml +++ b/res/drawable/ic_settings_gestures.xml @@ -1,25 +1,19 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + - + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M8.89758 11.0882C8.89758 7.96434 11.4194 5.4425 14.5433 5.4425C17.6672 5.4425 20.189 7.96434 20.189 11.0882C20.189 11.5248 19.8352 11.8786 19.3986 11.8786C18.9621 11.8786 18.6082 11.5248 18.6082 11.0882C18.6082 8.83739 16.7942 7.02331 14.5433 7.02331C12.2925 7.02331 10.4784 8.83739 10.4784 11.0882C10.4784 11.5248 10.1245 11.8786 9.68799 11.8786C9.25146 11.8786 8.89758 11.5248 8.89758 11.0882Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_settings_language.xml b/res/drawable/ic_settings_language.xml index 33b7403aa5f..962bfe0a9d5 100644 --- a/res/drawable/ic_settings_language.xml +++ b/res/drawable/ic_settings_language.xml @@ -1,36 +1,17 @@ - + - - M12.0,19.96c-0.83,-1.2 -1.48,-2.53 -1.91,-3.96l3.82,0.0c-0.43,1.43 -1.08,2.76 -1.91,3.96z - M14.34,14.0 L9.66,14.0c-0.09,-0.66 -0.16,-1.32 -0.16,-2.0 0.0,-0.6 0.07,-1.3 0.16,-2.0l4.68,0.0c0.0,0.6 0.16,1.3 0.16,2.0 0.0,0.68 -0.07,1.34 -0.16,2.0z - m0.25,5.56c0.6,-1.11 1.06,-2.31 1.38,-3.56l2.95,0.0c-0.96,1.65 -2.49,2.93 -4.33,3.56z - M16.36,14.0c0.08,-0.6 0.14,-1.3 0.14,-2.0 0.0,-0.68 -0.06,-1.34 -0.14,-2.0l3.38,0.0c0.1,0.6 0.26,1.3 0.26,2.0s-0.1,1.36 -0.26,2.0l-3.38,0.0z - "/> - + + + + \ No newline at end of file diff --git a/res/drawable/ic_settings_memory.xml b/res/drawable/ic_settings_memory.xml index 56d50326617..88c3c83e355 100644 --- a/res/drawable/ic_settings_memory.xml +++ b/res/drawable/ic_settings_memory.xml @@ -1,38 +1,51 @@ - + - - M11.5,14.5l1,0 0,3 -1,0 0,-3z - M13.25,14.5l1,0 0,3 -1,0 0,-3z - M15.0,14.5l1,0 0,3 -1,0 0,-3z - " - android:fillColor="@android:color/black" /> - + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_settings_more.xml b/res/drawable/ic_settings_more.xml index bb9e704166d..8cfe6ae07ac 100644 --- a/res/drawable/ic_settings_more.xml +++ b/res/drawable/ic_settings_more.xml @@ -1,25 +1,24 @@ - + - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="33"> + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_settings_multiuser.xml b/res/drawable/ic_settings_multiuser.xml index 3a625968220..c3f6657589f 100644 --- a/res/drawable/ic_settings_multiuser.xml +++ b/res/drawable/ic_settings_multiuser.xml @@ -1,25 +1,19 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + - + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M15.9808 17.9534H16.0414C16.9734 17.9534 17.9269 17.9533 18.807 18.0684C19.7037 18.1856 20.5879 18.4287 21.3577 18.9598C22.9442 20.0543 23.7346 22.1344 23.7346 25.6767C23.7346 26.1133 23.3807 26.4671 22.9441 26.4671C22.5076 26.4671 22.1537 26.1133 22.1537 25.6767C22.1537 22.2861 21.3859 20.8997 20.46 20.261C19.9737 19.9255 19.3632 19.7353 18.6021 19.6358C17.834 19.5354 16.9779 19.5342 16.0112 19.5342C15.0388 19.5342 14.1799 19.5354 13.4106 19.6359C12.6485 19.7353 12.0391 19.9255 11.5546 20.2605C10.6318 20.8986 9.86865 22.2842 9.86865 25.6767C9.86865 26.1133 9.51477 26.4671 9.07824 26.4671C8.64172 26.4671 8.28784 26.1133 8.28784 25.6767C8.28784 22.1363 9.07166 20.0554 10.6555 18.9603C11.4243 18.4287 12.3083 18.1855 13.206 18.0683C14.0871 17.9533 15.0434 17.9534 15.9808 17.9534Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_settings_sim.xml b/res/drawable/ic_settings_sim.xml index 6256f07cf9f..ee6a6df4c90 100644 --- a/res/drawable/ic_settings_sim.xml +++ b/res/drawable/ic_settings_sim.xml @@ -1,27 +1,27 @@ - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + - + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M16.0112 15.6048C16.4478 15.6048 16.8016 15.9587 16.8016 16.3952V19.2858C16.8016 19.7223 16.4478 20.0762 16.0112 20.0762C15.5747 20.0762 15.2208 19.7223 15.2208 19.2858V16.3952C15.2208 15.9587 15.5747 15.6048 16.0112 15.6048Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_settings_sound.xml b/res/drawable/ic_settings_sound.xml index bb2d81a8ccf..a248eb82846 100644 --- a/res/drawable/ic_settings_sound.xml +++ b/res/drawable/ic_settings_sound.xml @@ -1,25 +1,23 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + - + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M16.7002 5.43588C16.9942 5.55887 17.1856 5.84638 17.1856 6.16506V25.8348C17.1856 26.1532 16.9945 26.4405 16.7009 26.5637C16.4072 26.6868 16.0684 26.6217 15.8412 26.3986L9.56799 20.2342H6.68457C6.47269 20.2342 6.26968 20.1491 6.12109 19.9981C5.97251 19.8471 5.89079 19.6427 5.89427 19.4308L6.00719 12.5656C6.01428 12.1342 6.36602 11.7882 6.79748 11.7882H9.56718L15.8402 5.60226C16.0672 5.3785 16.4062 5.3129 16.7002 5.43588ZM15.6048 8.05454L10.4463 13.1414C10.2984 13.2872 10.0991 13.369 9.89134 13.369H7.57499L7.48808 18.6534H9.89134C10.0986 18.6534 10.2975 18.7348 10.4453 18.88L15.6048 23.95V8.05454Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_settings_wireless.xml b/res/drawable/ic_settings_wireless.xml index 2aeb9e23138..0cc986b48ac 100644 --- a/res/drawable/ic_settings_wireless.xml +++ b/res/drawable/ic_settings_wireless.xml @@ -1,25 +1,37 @@ + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M25.4804 14.6744C20.2328 9.44807 11.7669 9.4497 6.54339 14.6732C6.23472 14.9819 5.73427 14.9819 5.4256 14.6732C5.11692 14.3646 5.11692 13.8641 5.4256 13.5554C11.2677 7.71331 20.7327 7.71494 26.5959 13.5543C26.9052 13.8623 26.9062 14.3628 26.5982 14.6721C26.2901 14.9814 25.7897 14.9824 25.4804 14.6744Z" /> diff --git a/res/drawable/ic_storage_apps.xml b/res/drawable/ic_storage_apps.xml new file mode 100644 index 00000000000..09827cbdb2b --- /dev/null +++ b/res/drawable/ic_storage_apps.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_system_update.xml b/res/drawable/ic_system_update.xml new file mode 100644 index 00000000000..8cfe6ae07ac --- /dev/null +++ b/res/drawable/ic_system_update.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_wifi_signal_0.xml b/res/drawable/ic_wifi_signal_0.xml index c45eab2a3d2..8e6dbbb858c 100644 --- a/res/drawable/ic_wifi_signal_0.xml +++ b/res/drawable/ic_wifi_signal_0.xml @@ -1,26 +1,32 @@ - - - + android:width="26dp" + android:height="24dp" + android:viewportWidth="33" + android:viewportHeight="32"> + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_wifi_signal_1.xml b/res/drawable/ic_wifi_signal_1.xml index a44c3486bb6..e8431c068bc 100644 --- a/res/drawable/ic_wifi_signal_1.xml +++ b/res/drawable/ic_wifi_signal_1.xml @@ -1,29 +1,30 @@ - - - - + android:viewportWidth="33" + android:viewportHeight="32"> + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_wifi_signal_2.xml b/res/drawable/ic_wifi_signal_2.xml index ecfbf6f3d27..f520283d064 100644 --- a/res/drawable/ic_wifi_signal_2.xml +++ b/res/drawable/ic_wifi_signal_2.xml @@ -1,29 +1,29 @@ - - - - + android:viewportWidth="33" + android:viewportHeight="32"> + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_wifi_signal_3.xml b/res/drawable/ic_wifi_signal_3.xml index 6a447687196..f89289e3385 100644 --- a/res/drawable/ic_wifi_signal_3.xml +++ b/res/drawable/ic_wifi_signal_3.xml @@ -1,29 +1,28 @@ - - - - + android:viewportWidth="33" + android:viewportHeight="32"> + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_wifi_signal_4.xml b/res/drawable/ic_wifi_signal_4.xml index f2119e50546..6314dfb9440 100644 --- a/res/drawable/ic_wifi_signal_4.xml +++ b/res/drawable/ic_wifi_signal_4.xml @@ -1,25 +1,25 @@ - - - + android:viewportWidth="33" + android:viewportHeight="32"> + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_wifi_signal_lock.xml b/res/drawable/ic_wifi_signal_lock.xml index 133060eaf1c..f9dc9435daf 100644 --- a/res/drawable/ic_wifi_signal_lock.xml +++ b/res/drawable/ic_wifi_signal_lock.xml @@ -1,29 +1,19 @@ - - + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + android:fillColor="#0088ED" + android:pathData="M29.9111 25.4571C29.3683 25.4571 28.9111 25 28.9111 24.4571V22.1429C28.9111 21.5143 28.3969 21 27.7683 21C27.1397 21 26.6255 21.5143 26.6255 22.1429V24.4571C26.6255 25 26.1683 25.4571 25.6255 25.4571C25.0826 25.4571 24.6255 25 24.6255 24.4571V22.1429C24.6255 20.4286 26.0255 19 27.7683 19C29.5111 19 30.9111 20.4 30.9111 22.1429V24.4571C30.9111 25.0286 30.454 25.4571 29.9111 25.4571Z" /> diff --git a/res/drawable/ic_wifi_tethering.xml b/res/drawable/ic_wifi_tethering.xml index 3dcd447f9b9..3c5dd449af0 100644 --- a/res/drawable/ic_wifi_tethering.xml +++ b/res/drawable/ic_wifi_tethering.xml @@ -1,25 +1,32 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + + + - + android:fillColor="#ffffff" + android:pathData="M25.2704 14.4983H24.4574V15.921H25.2704V14.4983Z" /> + \ No newline at end of file -- GitLab From 3cdc71936d18f1eda963e5e9ceca8dc7f807f3ed Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 20 Feb 2020 20:57:57 +0530 Subject: [PATCH 2/5] Update following icons: res/drawable/ic_audio_ring.xml res/drawable/ic_call_24dp.xml res/drawable/ic_devices_other.xml res/drawable/ic_devices_other_black.xml res/drawable/ic_folder_vd_theme_24.xml res/drawable/ic_local_movies.xml res/drawable/ic_local_phone_24_lib.xml res/drawable/ic_menu_add.xml res/drawable/ic_photo_library.xml res/drawable/ic_private_dns.xml res/drawable/ic_restore.xml res/drawable/ic_sd_card.xml res/drawable/ic_settings.xml res/drawable/ic_settings_24dp.xml res/drawable/ic_settings_memory.xml res/drawable/ic_usb.xml res/drawable/ic_videogame_vd_theme_24.xml res/drawable/ic_vpn_key.xml res/drawable/ring_notif_increasing.xml res/xml/network_and_internet.xml Change-Id: I50c3de03733ccc8dbe066dc246a4c8774c7b5957 --- res/drawable/ic_audio_ring.xml | 64 +++++++----- res/drawable/ic_call_24dp.xml | 2 +- res/drawable/ic_devices_other.xml | 20 ++++ res/drawable/ic_devices_other_black.xml | 20 ++++ res/drawable/ic_folder_vd_theme_24.xml | 21 ++++ res/drawable/ic_local_movies.xml | 39 +++++++ res/drawable/ic_local_phone_24_lib.xml | 33 ++++++ res/drawable/ic_menu_add.xml | 42 ++++---- res/drawable/ic_menu_delete.xml | 52 +++++----- res/drawable/ic_photo_library.xml | 31 ++++++ res/drawable/ic_private_dns.xml | 30 ++++++ res/drawable/ic_restore.xml | 23 +++++ res/drawable/ic_settings.xml | 47 +++------ res/drawable/ic_settings_24dp.xml | 40 ++++---- res/drawable/ic_settings_memory.xml | 4 +- res/drawable/ic_usb.xml | 52 ++++++++++ res/drawable/ic_videogame_vd_theme_24.xml | 33 ++++++ res/drawable/ic_vpn_key.xml | 27 +++++ res/drawable/ring_notif_increasing.xml | 32 ++++-- res/xml/network_and_internet.xml | 118 ++++++++++++++++++++++ 20 files changed, 597 insertions(+), 133 deletions(-) create mode 100644 res/drawable/ic_devices_other.xml create mode 100644 res/drawable/ic_devices_other_black.xml create mode 100644 res/drawable/ic_folder_vd_theme_24.xml create mode 100644 res/drawable/ic_local_movies.xml create mode 100644 res/drawable/ic_local_phone_24_lib.xml create mode 100644 res/drawable/ic_photo_library.xml create mode 100644 res/drawable/ic_private_dns.xml create mode 100644 res/drawable/ic_restore.xml create mode 100644 res/drawable/ic_usb.xml create mode 100644 res/drawable/ic_videogame_vd_theme_24.xml create mode 100644 res/drawable/ic_vpn_key.xml create mode 100755 res/xml/network_and_internet.xml diff --git a/res/drawable/ic_audio_ring.xml b/res/drawable/ic_audio_ring.xml index 8b9667b5f79..474e6ba83fc 100644 --- a/res/drawable/ic_audio_ring.xml +++ b/res/drawable/ic_audio_ring.xml @@ -1,27 +1,43 @@ - + android:width="24dp" + android:height="24dp" + android:viewportWidth="33" + android:viewportHeight="33"> - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_call_24dp.xml b/res/drawable/ic_call_24dp.xml index 5c337d4ef27..175bf205449 100644 --- a/res/drawable/ic_call_24dp.xml +++ b/res/drawable/ic_call_24dp.xml @@ -2,7 +2,7 @@ diff --git a/res/drawable/ic_devices_other.xml b/res/drawable/ic_devices_other.xml new file mode 100644 index 00000000000..6338301e6f1 --- /dev/null +++ b/res/drawable/ic_devices_other.xml @@ -0,0 +1,20 @@ + + + + + + diff --git a/res/drawable/ic_devices_other_black.xml b/res/drawable/ic_devices_other_black.xml new file mode 100644 index 00000000000..6338301e6f1 --- /dev/null +++ b/res/drawable/ic_devices_other_black.xml @@ -0,0 +1,20 @@ + + + + + + diff --git a/res/drawable/ic_folder_vd_theme_24.xml b/res/drawable/ic_folder_vd_theme_24.xml new file mode 100644 index 00000000000..5e3b55fbc06 --- /dev/null +++ b/res/drawable/ic_folder_vd_theme_24.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + diff --git a/res/drawable/ic_local_movies.xml b/res/drawable/ic_local_movies.xml new file mode 100644 index 00000000000..ef1a7d84cf4 --- /dev/null +++ b/res/drawable/ic_local_movies.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_local_phone_24_lib.xml b/res/drawable/ic_local_phone_24_lib.xml new file mode 100644 index 00000000000..175bf205449 --- /dev/null +++ b/res/drawable/ic_local_phone_24_lib.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_menu_add.xml b/res/drawable/ic_menu_add.xml index 3387f294200..fd6ee532d8e 100644 --- a/res/drawable/ic_menu_add.xml +++ b/res/drawable/ic_menu_add.xml @@ -1,27 +1,23 @@ - - - - + android:viewportWidth="33" + android:viewportHeight="33"> + + + + + + + + + diff --git a/res/drawable/ic_menu_delete.xml b/res/drawable/ic_menu_delete.xml index 74f63c339c7..5ddeed3b0ba 100644 --- a/res/drawable/ic_menu_delete.xml +++ b/res/drawable/ic_menu_delete.xml @@ -1,25 +1,31 @@ - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="33" + android:viewportHeight="32"> + + + + + + + + + + + diff --git a/res/drawable/ic_photo_library.xml b/res/drawable/ic_photo_library.xml new file mode 100644 index 00000000000..a60b05a4b4b --- /dev/null +++ b/res/drawable/ic_photo_library.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + diff --git a/res/drawable/ic_private_dns.xml b/res/drawable/ic_private_dns.xml new file mode 100644 index 00000000000..a94fd380f8e --- /dev/null +++ b/res/drawable/ic_private_dns.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + diff --git a/res/drawable/ic_restore.xml b/res/drawable/ic_restore.xml new file mode 100644 index 00000000000..8312acafdd8 --- /dev/null +++ b/res/drawable/ic_restore.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + diff --git a/res/drawable/ic_settings.xml b/res/drawable/ic_settings.xml index 439c1a7c8b6..44a4c2ed746 100644 --- a/res/drawable/ic_settings.xml +++ b/res/drawable/ic_settings.xml @@ -1,36 +1,21 @@ - + android:viewportWidth="33" + android:viewportHeight="33"> + + + android:pathData="M25.8827,32H7.3873C3.6611,32 0.635,28.9739 0.635,25.2477V6.7523C0.635,3.0261 3.6611,0 7.3873,0H25.8827C29.6089,0 32.635,3.0261 32.635,6.7523V25.2477C32.635,28.9739 29.6089,32 25.8827,32Z" + android:fillColor="#24527F"/> + + + + + + diff --git a/res/drawable/ic_settings_24dp.xml b/res/drawable/ic_settings_24dp.xml index 545bc2dfadc..44a4c2ed746 100644 --- a/res/drawable/ic_settings_24dp.xml +++ b/res/drawable/ic_settings_24dp.xml @@ -1,25 +1,21 @@ - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="33" + android:viewportHeight="33"> + + + android:pathData="M25.8827,32H7.3873C3.6611,32 0.635,28.9739 0.635,25.2477V6.7523C0.635,3.0261 3.6611,0 7.3873,0H25.8827C29.6089,0 32.635,3.0261 32.635,6.7523V25.2477C32.635,28.9739 29.6089,32 25.8827,32Z" + android:fillColor="#24527F"/> + + + + + + diff --git a/res/drawable/ic_settings_memory.xml b/res/drawable/ic_settings_memory.xml index 88c3c83e355..03ee95e0bc3 100644 --- a/res/drawable/ic_settings_memory.xml +++ b/res/drawable/ic_settings_memory.xml @@ -1,7 +1,7 @@ diff --git a/res/drawable/ic_usb.xml b/res/drawable/ic_usb.xml new file mode 100644 index 00000000000..bf31e8a317d --- /dev/null +++ b/res/drawable/ic_usb.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_videogame_vd_theme_24.xml b/res/drawable/ic_videogame_vd_theme_24.xml new file mode 100644 index 00000000000..0f864e9d239 --- /dev/null +++ b/res/drawable/ic_videogame_vd_theme_24.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_vpn_key.xml b/res/drawable/ic_vpn_key.xml new file mode 100644 index 00000000000..0eece12e896 --- /dev/null +++ b/res/drawable/ic_vpn_key.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + diff --git a/res/drawable/ring_notif_increasing.xml b/res/drawable/ring_notif_increasing.xml index 45948c54202..6ce9ef8051b 100644 --- a/res/drawable/ring_notif_increasing.xml +++ b/res/drawable/ring_notif_increasing.xml @@ -2,11 +2,29 @@ + android:viewportWidth="33" + android:viewportHeight="33"> - - + + + + + + + + + + \ No newline at end of file diff --git a/res/xml/network_and_internet.xml b/res/xml/network_and_internet.xml new file mode 100755 index 00000000000..38dbb8b4577 --- /dev/null +++ b/res/xml/network_and_internet.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From 189674b5a53c0f28d0f0d07cd853e54e9f88c680 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Fri, 13 Mar 2020 17:19:55 +0530 Subject: [PATCH 3/5] Delete unnecessary resource xml file and update few icons Change-Id: I4827730f837b61242e7708c6528a254b21eb547b --- res/drawable/ic_settings_about.xml | 41 ++++--- res/drawable/ic_settings_accessibility.xml | 38 +++---- res/drawable/ic_settings_accounts.xml | 63 ++++++----- res/drawable/ic_settings_applications.xml | 49 +++++---- res/drawable/ic_settings_battery.xml | 65 ++++++++---- res/drawable/ic_settings_bluetooth.xml | 36 +++---- res/drawable/ic_settings_display.xml | 78 ++++++++++---- res/drawable/ic_settings_location.xml | 39 +++---- res/drawable/ic_settings_print.xml | 55 ++++++---- res/drawable/ic_settings_security.xml | 46 ++++---- res/drawable/ic_settings_storage.xml | 55 ++++++---- res/xml/network_and_internet.xml | 118 --------------------- 12 files changed, 329 insertions(+), 354 deletions(-) delete mode 100755 res/xml/network_and_internet.xml diff --git a/res/drawable/ic_settings_about.xml b/res/drawable/ic_settings_about.xml index 5450029d6f3..1b3175c75fb 100644 --- a/res/drawable/ic_settings_about.xml +++ b/res/drawable/ic_settings_about.xml @@ -1,25 +1,22 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + android:fillColor="#ffffff" + android:pathData="M16.0113 12.7141C16.61 12.7141 17.0953 12.2288 17.0953 11.6301C17.0953 11.0315 16.61 10.5461 16.0113 10.5461C15.4127 10.5461 14.9274 11.0315 14.9274 11.6301C14.9274 12.2288 15.4127 12.7141 16.0113 12.7141Z" /> diff --git a/res/drawable/ic_settings_accessibility.xml b/res/drawable/ic_settings_accessibility.xml index 3b9d05b8ab8..11a9d50084a 100644 --- a/res/drawable/ic_settings_accessibility.xml +++ b/res/drawable/ic_settings_accessibility.xml @@ -1,25 +1,19 @@ - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + android:fillColor="#ffffff" + android:pathData="M23.8701 24.5022C23.6668 24.5022 23.4636 24.4344 23.3055 24.2763L19.6922 20.6631H14.9047C14.4756 20.6631 14.1143 20.3017 14.1143 19.8727V14.3173C14.1143 13.8882 14.4756 13.5269 14.9047 13.5269C15.3337 13.5269 15.6951 13.8882 15.6951 14.3173V19.0823H20.0536C20.2568 19.0823 20.4601 19.1726 20.6181 19.3081L24.4572 23.1472C24.7734 23.4633 24.7734 23.9602 24.4572 24.2537C24.2766 24.4344 24.0733 24.5022 23.8701 24.5022Z" /> diff --git a/res/drawable/ic_settings_accounts.xml b/res/drawable/ic_settings_accounts.xml index 0e4be5c8ebb..2f351fce50a 100644 --- a/res/drawable/ic_settings_accounts.xml +++ b/res/drawable/ic_settings_accounts.xml @@ -1,29 +1,40 @@ - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + + + + + diff --git a/res/drawable/ic_settings_applications.xml b/res/drawable/ic_settings_applications.xml index a1d4a54c15d..b7fd1b6f70b 100644 --- a/res/drawable/ic_settings_applications.xml +++ b/res/drawable/ic_settings_applications.xml @@ -1,25 +1,30 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + + + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M17.5696 18.36C17.5696 17.9235 17.9235 17.5696 18.36 17.5696H24.4348C24.8713 17.5696 25.2252 17.9235 25.2252 18.36V24.4348C25.2252 24.8713 24.8713 25.2252 24.4348 25.2252H18.36C17.9235 25.2252 17.5696 24.8713 17.5696 24.4348V18.36ZM19.1504 19.1504V23.6444H23.6444V19.1504H19.1504Z" /> diff --git a/res/drawable/ic_settings_battery.xml b/res/drawable/ic_settings_battery.xml index bfac742d1fb..550649cb69f 100644 --- a/res/drawable/ic_settings_battery.xml +++ b/res/drawable/ic_settings_battery.xml @@ -1,26 +1,51 @@ + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + + + + + diff --git a/res/drawable/ic_settings_bluetooth.xml b/res/drawable/ic_settings_bluetooth.xml index be21134b452..f93ab968077 100644 --- a/res/drawable/ic_settings_bluetooth.xml +++ b/res/drawable/ic_settings_bluetooth.xml @@ -1,25 +1,15 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + - + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M16.0928 4.73483C16.3881 4.61249 16.7281 4.68011 16.9541 4.90616L22.2611 10.2132C22.5698 10.5218 22.5698 11.0223 22.2611 11.3309L17.5921 16L22.2611 20.669C22.5698 20.9777 22.5698 21.4782 22.2611 21.7868L16.9541 27.0938C16.7281 27.3199 16.3881 27.3875 16.0928 27.2652C15.7974 27.1428 15.6048 26.8546 15.6048 26.5349V17.9872L10.8567 22.7353C10.5481 23.044 10.0476 23.044 9.73895 22.7353C9.43028 22.4267 9.43028 21.9262 9.73895 21.6175L15.3565 16L9.73895 10.3825C9.43028 10.0738 9.43028 9.57334 9.73895 9.26467C10.0476 8.956 10.5481 8.956 10.8567 9.26467L15.6048 14.0128V5.46506C15.6048 5.14537 15.7974 4.85716 16.0928 4.73483ZM17.1856 17.8292L20.5844 21.2279L17.1856 24.6267V17.8292ZM17.1856 14.1708V7.37326L20.5844 10.772L17.1856 14.1708Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_settings_display.xml b/res/drawable/ic_settings_display.xml index 5ba7ccd1fd8..75c6e5e088b 100644 --- a/res/drawable/ic_settings_display.xml +++ b/res/drawable/ic_settings_display.xml @@ -1,25 +1,65 @@ + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + + + + + + + + diff --git a/res/drawable/ic_settings_location.xml b/res/drawable/ic_settings_location.xml index d8f1dfa5737..4aad53af1fb 100644 --- a/res/drawable/ic_settings_location.xml +++ b/res/drawable/ic_settings_location.xml @@ -1,25 +1,18 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + - + android:fillColor="#ffffff" + android:pathData="M18.6535 13.1659C18.6535 11.698 17.4566 10.4785 15.921 10.5237C14.4757 10.5688 13.324 11.7657 13.324 13.1885C13.3466 14.6563 14.5886 15.9436 16.1468 15.8307C17.5696 15.7403 18.6761 14.566 18.6535 13.1659Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_settings_print.xml b/res/drawable/ic_settings_print.xml index 33131734988..308d09fb72f 100644 --- a/res/drawable/ic_settings_print.xml +++ b/res/drawable/ic_settings_print.xml @@ -1,25 +1,34 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + + + - + android:fillColor="#ffffff" + android:pathData="M22.6732 15.04C23.2469 15.04 23.712 14.5749 23.712 14.0012C23.712 13.4275 23.2469 12.9624 22.6732 12.9624C22.0995 12.9624 21.6344 13.4275 21.6344 14.0012C21.6344 14.5749 22.0995 15.04 22.6732 15.04Z" /> + \ No newline at end of file diff --git a/res/drawable/ic_settings_security.xml b/res/drawable/ic_settings_security.xml index ddd20bf8809..41fa591ad51 100644 --- a/res/drawable/ic_settings_security.xml +++ b/res/drawable/ic_settings_security.xml @@ -1,25 +1,35 @@ + - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M15.9887 7.47497C13.7379 7.47497 11.9012 9.31164 11.9012 11.5625V14.9048C11.9012 15.3413 11.5474 15.6952 11.1108 15.6952C10.6743 15.6952 10.3204 15.3413 10.3204 14.9048V11.5625C10.3204 8.43858 12.8649 5.89417 15.9887 5.89417C19.1126 5.89417 21.6571 8.43858 21.6571 11.5625V14.9048C21.6571 15.3413 21.3032 15.6952 20.8667 15.6952C20.4301 15.6952 20.0763 15.3413 20.0763 14.9048V11.5625C20.0763 9.31164 18.2396 7.47497 15.9887 7.47497Z" /> diff --git a/res/drawable/ic_settings_storage.xml b/res/drawable/ic_settings_storage.xml index 09619c8ebb3..5ea2754f12a 100644 --- a/res/drawable/ic_settings_storage.xml +++ b/res/drawable/ic_settings_storage.xml @@ -1,25 +1,44 @@ + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + + + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M16.8016 8.37823H17.592C20.944 8.37823 23.6217 11.083 23.6217 14.4079V15.1983H16.8016V8.37823ZM18.3824 10.0283V13.6175H21.9714C21.6466 11.7929 20.2161 10.3537 18.3824 10.0283Z" /> diff --git a/res/xml/network_and_internet.xml b/res/xml/network_and_internet.xml deleted file mode 100755 index 38dbb8b4577..00000000000 --- a/res/xml/network_and_internet.xml +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- GitLab From ae4df7b1af222242094df3748da96bb1c0f4c1d9 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 23 Apr 2020 09:59:36 +0530 Subject: [PATCH 4/5] Do not use sound icons from framework resources Change-Id: Iae31c134b19ee70f224f000977fc56458d96383b --- res/drawable/ic_audio_media.xml | 29 +++++++++++++ res/drawable/ic_audio_media_mute.xml | 42 +++++++++++++++++++ res/xml/sound_settings.xml | 6 +-- .../settings/notification/SoundSettings.java | 14 +++---- 4 files changed, 81 insertions(+), 10 deletions(-) create mode 100644 res/drawable/ic_audio_media.xml create mode 100644 res/drawable/ic_audio_media_mute.xml diff --git a/res/drawable/ic_audio_media.xml b/res/drawable/ic_audio_media.xml new file mode 100644 index 00000000000..19567cbd8b6 --- /dev/null +++ b/res/drawable/ic_audio_media.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_audio_media_mute.xml b/res/drawable/ic_audio_media_mute.xml new file mode 100644 index 00000000000..6479a57755e --- /dev/null +++ b/res/drawable/ic_audio_media_mute.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml index 1d1813d389b..f54081992da 100644 --- a/res/xml/sound_settings.xml +++ b/res/xml/sound_settings.xml @@ -23,13 +23,13 @@ @@ -41,7 +41,7 @@ diff --git a/src/com/android/settings/notification/SoundSettings.java b/src/com/android/settings/notification/SoundSettings.java index b24696bdc8c..3835f2f4e41 100644 --- a/src/com/android/settings/notification/SoundSettings.java +++ b/src/com/android/settings/notification/SoundSettings.java @@ -155,16 +155,16 @@ public class SoundSettings extends SettingsPreferenceFragment implements Indexab addPreferencesFromResource(R.xml.sound_settings); initVolumePreference(KEY_MEDIA_VOLUME, AudioManager.STREAM_MUSIC, - com.android.internal.R.drawable.ic_audio_media_mute); + R.drawable.ic_audio_media_mute); initVolumePreference(KEY_ALARM_VOLUME, AudioManager.STREAM_ALARM, - com.android.internal.R.drawable.ic_audio_alarm_mute); + R.drawable.ic_audio_alarm_mute); mRingOrNotificationPreference = initVolumePreference(KEY_NOTIFICATION_VOLUME, AudioManager.STREAM_NOTIFICATION, - com.android.internal.R.drawable.ic_audio_ring_notif_mute); + R.drawable.ic_audio_ring_notif_mute); if (mVoiceCapable) { mRingOrNotificationPreference = initVolumePreference(KEY_RING_VOLUME, AudioManager.STREAM_RING, - com.android.internal.R.drawable.ic_audio_ring_notif_mute); + R.drawable.ic_audio_ring_notif_mute); } else { removePreference(KEY_RING_VOLUME); removePreference("volume_link_notification"); @@ -278,12 +278,12 @@ public class SoundSettings extends SettingsPreferenceFragment implements Indexab private void updateRingOrNotificationPreference() { mRingOrNotificationPreference.showIcon(mSuppressor != null - ? com.android.internal.R.drawable.ic_audio_ring_notif_mute + ? R.drawable.ic_audio_ring_notif_mute : mRingerMode == AudioManager.RINGER_MODE_VIBRATE || wasRingerModeVibrate() - ? com.android.internal.R.drawable.ic_audio_ring_notif_vibrate + ? R.drawable.ic_audio_ring_notif_vibrate : mRingOrNotificationPreference.getKey().equals(KEY_RING_VOLUME) ? R.drawable.ic_audio_ring - : com.android.internal.R.drawable.ic_audio_ring_notif); + : R.drawable.ic_audio_ring_notif); } private boolean wasRingerModeVibrate() { -- GitLab From b3ffda3a182ce836d65e2d40332ec7d61da3bf29 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 23 Apr 2020 14:00:48 +0530 Subject: [PATCH 5/5] Update following icons: res/drawable/ic_print.xml res/drawable/ic_settings_notifications.xml res/drawable/ic_suggested_notifications.xml res/drawable/ic_suggestion_fingerprint.xml Change-Id: I3fb9489034b4f7fbfcf837c8ad50990847bd2dfb --- res/drawable/ic_print.xml | 49 ++++++++++++++------- res/drawable/ic_settings_notifications.xml | 45 ++++++++++--------- res/drawable/ic_suggested_notifications.xml | 45 ++++++++++--------- res/drawable/ic_suggestion_fingerprint.xml | 47 ++++++++------------ 4 files changed, 97 insertions(+), 89 deletions(-) diff --git a/res/drawable/ic_print.xml b/res/drawable/ic_print.xml index 647838d0af9..4f671aac1ac 100644 --- a/res/drawable/ic_print.xml +++ b/res/drawable/ic_print.xml @@ -1,19 +1,34 @@ - - - + + + + + + + + diff --git a/res/drawable/ic_settings_notifications.xml b/res/drawable/ic_settings_notifications.xml index bbac9de3580..4ff52077086 100644 --- a/res/drawable/ic_settings_notifications.xml +++ b/res/drawable/ic_settings_notifications.xml @@ -1,25 +1,26 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M15.882 8.08488C19.5982 8.00746 22.6056 11.1187 22.6056 14.7918V18.4277C22.6056 19.1517 22.9419 19.8468 23.5392 20.308C23.5395 20.3082 23.5398 20.3084 23.54 20.3086L25.3006 21.6629C25.5689 21.8692 25.676 22.2235 25.567 22.5439C25.458 22.8643 25.1571 23.0798 24.8187 23.0798H7.22661C6.88817 23.0798 6.58728 22.8643 6.4783 22.5439C6.36932 22.2235 6.47644 21.8692 6.74469 21.6629L8.501 20.3119C9.08025 19.8497 9.41715 19.152 9.41715 18.4277V14.6789C9.41715 11.0856 12.2918 8.16181 15.8815 8.08489L15.882 8.08488ZM15.9151 9.66534C18.7026 9.60737 21.0248 11.9612 21.0248 14.7918V18.4277C21.0248 19.6132 21.5618 20.7404 22.497 21.499H9.54663C10.4597 20.7415 10.998 19.6149 10.998 18.4277V14.6789C10.998 11.9492 13.1816 9.72416 15.9149 9.66534" /> diff --git a/res/drawable/ic_suggested_notifications.xml b/res/drawable/ic_suggested_notifications.xml index 00bd7368469..4ff52077086 100644 --- a/res/drawable/ic_suggested_notifications.xml +++ b/res/drawable/ic_suggested_notifications.xml @@ -1,25 +1,26 @@ - + + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + + + + android:fillColor="#ffffff" + android:fillType="evenOdd" + android:pathData="M15.882 8.08488C19.5982 8.00746 22.6056 11.1187 22.6056 14.7918V18.4277C22.6056 19.1517 22.9419 19.8468 23.5392 20.308C23.5395 20.3082 23.5398 20.3084 23.54 20.3086L25.3006 21.6629C25.5689 21.8692 25.676 22.2235 25.567 22.5439C25.458 22.8643 25.1571 23.0798 24.8187 23.0798H7.22661C6.88817 23.0798 6.58728 22.8643 6.4783 22.5439C6.36932 22.2235 6.47644 21.8692 6.74469 21.6629L8.501 20.3119C9.08025 19.8497 9.41715 19.152 9.41715 18.4277V14.6789C9.41715 11.0856 12.2918 8.16181 15.8815 8.08489L15.882 8.08488ZM15.9151 9.66534C18.7026 9.60737 21.0248 11.9612 21.0248 14.7918V18.4277C21.0248 19.6132 21.5618 20.7404 22.497 21.499H9.54663C10.4597 20.7415 10.998 19.6149 10.998 18.4277V14.6789C10.998 11.9492 13.1816 9.72416 15.9149 9.66534" /> diff --git a/res/drawable/ic_suggestion_fingerprint.xml b/res/drawable/ic_suggestion_fingerprint.xml index feebd94ddc6..2f635bc2358 100644 --- a/res/drawable/ic_suggestion_fingerprint.xml +++ b/res/drawable/ic_suggestion_fingerprint.xml @@ -1,40 +1,31 @@ - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="32" + android:viewportHeight="32"> + + + android:fillType="evenOdd" + android:pathData="M12.4679 15.2329C13.1843 14.2754 14.3147 13.6401 15.8757 13.6401C17.5339 13.6401 18.7194 14.3627 19.4704 15.3326C20.1987 16.2734 20.5052 17.4252 20.5052 18.3373C20.5052 18.9885 20.3879 19.6171 20.0304 20.0986C19.6403 20.6239 19.0646 20.844 18.4502 20.844C18.0136 20.844 17.6598 20.4902 17.6598 20.0536C17.6598 19.6171 18.0136 19.2632 18.4502 19.2632C18.6713 19.2632 18.7279 19.2011 18.7613 19.1562C18.8271 19.0674 18.9244 18.8379 18.9244 18.3373C18.9244 17.7364 18.7115 16.9347 18.2204 16.3004C17.7519 15.6952 17.0178 15.2209 15.8757 15.2209C14.7946 15.2209 14.1408 15.6357 13.7337 16.1799C13.3018 16.7573 13.098 17.5521 13.098 18.3373C13.098 20.7474 13.7796 22.6033 14.9288 23.7928C15.9886 24.8711 17.428 25.4735 19.1502 25.4735C19.5868 25.4735 19.9406 25.8274 19.9406 26.2639C19.9406 26.7005 19.5868 27.0543 19.1502 27.0543C17.0345 27.0543 15.1776 26.3026 13.7987 24.8981L13.7966 24.896L13.7945 24.8939C12.2801 23.3282 11.5172 21.0296 11.5172 18.3373C11.5172 17.3159 11.7764 16.1573 12.4679 15.2329Z" /> + android:fillType="evenOdd" + android:pathData="M11.8278 14.0152C10.852 15.042 10.2527 16.5272 10.2527 18.3373C10.2527 22.0095 11.4916 24.5396 13.2452 26.1301C13.5686 26.4234 13.593 26.9233 13.2997 27.2466C13.0064 27.5699 12.5066 27.5943 12.1832 27.3011C10.0526 25.3686 8.67188 22.3885 8.67188 18.3373C8.67188 16.1728 9.39366 14.2819 10.6818 12.9262C11.9727 11.5677 13.7881 10.7946 15.8758 10.7946C20.5646 10.7946 23.3508 14.6594 23.3508 18.3373C23.3508 19.8609 22.8897 21.2019 22.0156 22.172C21.1349 23.1494 19.888 23.6895 18.4503 23.6895C16.6212 23.6895 15.3816 22.1942 14.931 20.8394C14.6997 20.1436 14.627 19.361 14.8497 18.6732C15.088 17.9373 15.6592 17.3536 16.5527 17.1974C16.9828 17.1223 17.3923 17.4099 17.4674 17.8399C17.5426 18.2699 17.2549 18.6795 16.8249 18.7546C16.5555 18.8017 16.4266 18.9349 16.3536 19.1602C16.2651 19.4336 16.2701 19.8563 16.4311 20.3406C16.7653 21.3457 17.5694 22.1087 18.4503 22.1087C19.4741 22.1087 20.2823 21.7341 20.8412 21.1138C21.4068 20.4862 21.77 19.5463 21.77 18.3373C21.77 15.3759 19.5428 12.3754 15.8758 12.3754C14.1922 12.3754 12.8008 12.9912 11.8278 14.0152Z" /> + android:fillType="evenOdd" + android:pathData="M6.4374 16.5546C6.87318 16.5803 7.20566 16.9543 7.18003 17.3901C7.15721 17.7779 7.13622 18.1386 7.13622 18.4954C7.13622 19.8531 7.24571 21.0907 7.46126 22.2331C7.5422 22.6621 7.26007 23.0754 6.83111 23.1564C6.40215 23.2373 5.9888 22.9552 5.90787 22.5262C5.67176 21.2748 5.55542 19.938 5.55542 18.4954C5.55542 18.0882 5.57915 17.6848 5.60133 17.3078L5.60195 17.2973C5.62758 16.8615 6.00163 16.529 6.4374 16.5546Z" /> + android:fillType="evenOdd" + android:pathData="M15.808 9.37191C12.1607 9.37191 9.35645 11.2721 8.04075 14.2736C7.8655 14.6734 7.39932 14.8554 6.99952 14.6802C6.59972 14.5049 6.41769 14.0387 6.59294 13.6389C8.16786 10.0461 11.5513 7.79111 15.808 7.79111C20.3525 7.79111 23.839 10.4454 25.2717 13.7296C26.3844 16.2631 26.422 17.7068 26.422 18.518C26.422 20.6581 25.7884 22.5321 24.5694 23.8807C24.2767 24.2046 23.7769 24.2298 23.453 23.9371C23.1292 23.6444 23.104 23.1446 23.3967 22.8207C24.3005 21.8207 24.8412 20.3525 24.8412 18.518C24.8412 17.8839 24.8337 16.6632 23.8239 14.3644L23.8231 14.3625C22.6359 11.6402 19.7091 9.37191 15.808 9.37191Z" /> - - + android:fillType="evenOdd" + android:pathData="M15.8081 6.0748C13.9042 6.0748 12.2161 6.53994 10.858 7.34243C10.4822 7.56451 9.99753 7.43987 9.77545 7.06406C9.55338 6.68824 9.67801 6.20355 10.0538 5.98148C11.6767 5.0225 13.647 4.494 15.8081 4.494C18.1926 4.494 20.2599 5.14578 21.9465 6.22135C22.3146 6.45606 22.4227 6.9447 22.188 7.31276C21.9533 7.68082 21.4647 7.78892 21.0966 7.55422C19.6668 6.64249 17.895 6.0748 15.8081 6.0748Z" /> + \ No newline at end of file -- GitLab