Add "rename" option to 3-dot menu

(And remove the segmented buttons).

Fixes: 346278854
Test: manual
Flag: android.app.modes_ui
Change-Id: I6d45ba91cc400e5f3f01245c315cc5f0322c3bb1
This commit is contained in:
Matías Hernández
2024-07-10 00:37:12 +00:00
parent f9ce78e87b
commit 3cd8fc86e1
7 changed files with 37 additions and 126 deletions

View File

@@ -39,7 +39,7 @@ public class ZenModeEditNameIconFragment extends ZenModeEditNameIconFragmentBase
@Override
public void onStart() {
super.onStart();
requireActivity().setTitle(R.string.zen_mode_icon_picker_title);
requireActivity().setTitle(R.string.zen_mode_rename_title);
}
@Override