Files
lawnchair/res/menu/menu_hide_apps.xml
Harsh Shandilya 649308513b Apply hidden apps filter on item select
Rip out the apply entry from the overflow menu and instead
call the app filter method everytime an item is selected or
unselected for slightly better UX.

Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-03-25 10:23:37 +07:00

6 lines
211 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_reset"
android:title="@string/hide_app_reset" />
</menu>