We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To-Do-App-Kotlin/app/src/main/res/menu/list_fragment_menu.xml
Lines 13 to 26 in 80be91e
Should be:
<item android:id="@+id/menu_sortBy" android:title="@string/sort_by"> <menu> <group android:checkableBehavior="single"> <item android:id="@+id/menu_priority_high" android:title="@string/priority_high"/> <item android:id="@+id/menu_priority_low" android:title="@string/priority_low"/> </group> </menu> </item>
So the radio buttons will be visible in the sub menu and not in the main options menu
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To-Do-App-Kotlin/app/src/main/res/menu/list_fragment_menu.xml
Lines 13 to 26 in 80be91e
Should be:
So the radio buttons will be visible in the sub menu and not in the main options menu
The text was updated successfully, but these errors were encountered: