mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
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>
6 lines
211 B
XML
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> |