Skip to content

Commit

Permalink
Add option to select/deselect all flags during import
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 authored Jan 4, 2025
1 parent ede26d5 commit 27e12c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/src/main/res/menu/import_flags.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

<item
android:id="@+id/select_all"
android:icon="@drawable/ic_select_all"
android:title="@string/select_all"
app:showAsAction="ifRoom" />
<item
android:id="@+id/apply_flags"
android:icon="@drawable/ic_baseline_check_24"
android:title="@string/apply"
app:showAsAction="always" />
</menu>
</menu>

0 comments on commit 27e12c7

Please sign in to comment.