From 136b45880e6c3aadb6d9e1b68f90851b1fbb94e7 Mon Sep 17 00:00:00 2001 From: BlackyHawky Date: Tue, 23 Jul 2024 22:51:15 +0200 Subject: [PATCH] Update rounded icons for rounded style - Fix #694 (#977) --- .../main/res/drawable/ic_autocorrect_rounded.xml | 5 +++-- app/src/main/res/drawable/ic_close_rounded.xml | 13 +++++++++++++ .../main/res/drawable/sym_keyboard_cut_rounded.xml | 13 +++++++++++++ app/src/main/res/values/keyboard-icons-rounded.xml | 4 ++-- 4 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/drawable/ic_close_rounded.xml create mode 100644 app/src/main/res/drawable/sym_keyboard_cut_rounded.xml diff --git a/app/src/main/res/drawable/ic_autocorrect_rounded.xml b/app/src/main/res/drawable/ic_autocorrect_rounded.xml index b00ae2796..f215e0a3a 100644 --- a/app/src/main/res/drawable/ic_autocorrect_rounded.xml +++ b/app/src/main/res/drawable/ic_autocorrect_rounded.xml @@ -1,5 +1,6 @@ + android:pathData="M240,760Q223,760 211.5,748.5Q200,737 200,720Q200,703 211.5,691.5Q223,680 240,680L720,680Q737,680 748.5,691.5Q760,703 760,720Q760,737 748.5,748.5Q737,760 720,760L240,760ZM294,552L431,184Q435,173 444.5,166.5Q454,160 466,160L494,160Q506,160 515.5,166.5Q525,173 529,184L666,553Q672,570 662,585Q652,600 634,600Q623,600 613.5,593.5Q604,587 600,576L570,488L392,488L360,577Q356,588 347,594Q338,600 327,600L327,600Q308,600 297.5,584.5Q287,569 294,552ZM414,424L546,424L482,242L478,242L414,424Z"/> \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_close_rounded.xml b/app/src/main/res/drawable/ic_close_rounded.xml new file mode 100644 index 000000000..0f1cd2913 --- /dev/null +++ b/app/src/main/res/drawable/ic_close_rounded.xml @@ -0,0 +1,13 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/sym_keyboard_cut_rounded.xml b/app/src/main/res/drawable/sym_keyboard_cut_rounded.xml new file mode 100644 index 000000000..637b3ee14 --- /dev/null +++ b/app/src/main/res/drawable/sym_keyboard_cut_rounded.xml @@ -0,0 +1,13 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/values/keyboard-icons-rounded.xml b/app/src/main/res/values/keyboard-icons-rounded.xml index a11ecf7af..65e56293d 100644 --- a/app/src/main/res/values/keyboard-icons-rounded.xml +++ b/app/src/main/res/values/keyboard-icons-rounded.xml @@ -34,7 +34,7 @@ @drawable/sym_keyboard_clipboard_rounded @drawable/sym_keyboard_clipboard_rounded @drawable/sym_keyboard_copy_rounded - @drawable/sym_keyboard_cut + @drawable/sym_keyboard_cut_rounded @drawable/sym_keyboard_paste_rounded @drawable/sym_keyboard_clear_clipboard_rounded @drawable/sym_keyboard_start_onehanded_rounded @@ -60,6 +60,6 @@ @drawable/ic_page_start_rounded @drawable/ic_page_end_rounded @drawable/ic_select_rounded - @drawable/ic_close + @drawable/ic_close_rounded \ No newline at end of file