Multiple widget panels (#1805)
* Initial approach * Add a new setting so users can choose the amount of widgets screens * Extract indexed string * Remove unnecessary Migration6 * Make HomeComponent use the Default widget id * Add defaultParentId to initial widgets for fresh launch * Fix migration path
This commit is contained in:
@@ -686,6 +686,8 @@
|
||||
<string name="preference_widgets_edit_button_summary">Show a button to add, remove and rearrange widgets</string>
|
||||
<string name="preference_widgets_on_home_screen">Widgets on home screen</string>
|
||||
<string name="preference_widgets_on_home_screen_summary">Show widgets on the home screen instead of a separate page</string>
|
||||
<string name="preference_widget_screen_count">Widget screen count</string>
|
||||
<string name="preference_widget_screen_count_info">Note: Reducing the count will automatically reset gestures assigned to disabled screens.</string>
|
||||
<string name="preference_screen_homescreen">Home screen</string>
|
||||
<string name="preference_screen_homescreen_summary">Clock, search bar, wallpaper, system bars</string>
|
||||
<string name="preference_screen_icons">Grid and icons</string>
|
||||
@@ -809,6 +811,7 @@
|
||||
<string name="gesture_action_none">Do nothing</string>
|
||||
<string name="gesture_action_open_search">Open search</string>
|
||||
<string name="gesture_action_widgets">Widgets</string>
|
||||
<string name="gesture_action_widgets_indexed">Widgets %1$d</string>
|
||||
<string name="gesture_action_launch_app">Launch app</string>
|
||||
<string name="gesture_action_notifications">Open notification drawer</string>
|
||||
<string name="gesture_action_lock_screen">Turn off screen</string>
|
||||
|
||||
Reference in New Issue
Block a user