diff --git a/app/src/main/res/drawable/ic_arrow_horizontal_rounded.xml b/app/src/main/res/drawable/ic_arrow_horizontal_rounded.xml new file mode 100644 index 000000000..c13950ab7 --- /dev/null +++ b/app/src/main/res/drawable/ic_arrow_horizontal_rounded.xml @@ -0,0 +1,15 @@ + + + + + diff --git a/app/src/main/res/drawable/ic_redo_rounded.xml b/app/src/main/res/drawable/ic_redo_rounded.xml new file mode 100644 index 000000000..81210f984 --- /dev/null +++ b/app/src/main/res/drawable/ic_redo_rounded.xml @@ -0,0 +1,15 @@ + + + + + diff --git a/app/src/main/res/drawable/ic_undo_rounded.xml b/app/src/main/res/drawable/ic_undo_rounded.xml new file mode 100644 index 000000000..a60ad4f56 --- /dev/null +++ b/app/src/main/res/drawable/ic_undo_rounded.xml @@ -0,0 +1,15 @@ + + + + + diff --git a/app/src/main/res/values/keyboard-icons-rounded.xml b/app/src/main/res/values/keyboard-icons-rounded.xml index f8f19698d..c538539da 100644 --- a/app/src/main/res/values/keyboard-icons-rounded.xml +++ b/app/src/main/res/values/keyboard-icons-rounded.xml @@ -36,7 +36,7 @@ @drawable/sym_keyboard_start_onehanded_rounded @drawable/sym_keyboard_stop_onehanded_rounded @drawable/ic_arrow_left_rounded - @drawable/ic_arrow_horizontal + @drawable/ic_arrow_horizontal_rounded @drawable/sym_keyboard_numpad_key_lxx @drawable/ic_arrow_right_rounded @drawable/ic_select_all_rounded @@ -45,7 +45,7 @@ @drawable/ic_arrow_up_rounded @drawable/ic_arrow_down_rounded @drawable/ic_delete_rounded - @drawable/ic_undo - @drawable/ic_redo + @drawable/ic_undo_rounded + @drawable/ic_redo_rounded \ No newline at end of file