We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56924f commit 4dceae6Copy full SHA for 4dceae6
1 file changed
AnkiDroid/src/main/res/xml/preferences_reviewer_controls.xml
@@ -214,12 +214,12 @@
214
<com.ichi2.preferences.WhiteboardControlPreference
215
android:key="@string/pref_key_whiteboard_undo"
216
android:title="@string/undo"
217
- android:icon="@drawable/ic_undo_white"
+ android:icon="@drawable/ic_undo_2"
218
/>
219
220
android:key="@string/pref_key_whiteboard_redo"
221
android:title="@string/redo"
222
- android:icon="@drawable/ic_redo"
+ android:icon="@drawable/ic_redo_2"
223
224
225
android:key="@string/pref_key_whiteboard_clear"
0 commit comments