Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/src/main/res/xml/button_widget_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
android:updatePeriodMillis="86400000"
android:widgetFeatures="reconfigurable"
android:description="@string/button_widget_desc"
android:widgetCategory="home_screen"
android:widgetCategory="home_screen|keyguard"
android:previewImage="@drawable/widget_example_button"
android:previewLayout="@layout/widget_button_wrapper_dynamiccolor" />
android:previewLayout="@layout/widget_button_wrapper_dynamiccolor" />
2 changes: 1 addition & 1 deletion app/src/main/res/xml/camera_widget_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:targetCellWidth="2"
android:resizeMode="vertical|horizontal"
android:updatePeriodMillis="3600000"
android:widgetCategory="home_screen"
android:widgetCategory="home_screen|keyguard"
android:widgetFeatures="reconfigurable"
android:description="@string/camera_widget_desc"
android:previewImage="@drawable/widget_example_camera" />
4 changes: 2 additions & 2 deletions app/src/main/res/xml/entity_widget_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
android:updatePeriodMillis="1800000"
android:widgetFeatures="reconfigurable"
android:description="@string/entity_widget_desc"
android:widgetCategory="home_screen"
android:widgetCategory="home_screen|keyguard"
android:previewImage="@drawable/widget_example_entity"
android:previewLayout="@layout/widget_static_wrapper_dynamiccolor" />
android:previewLayout="@layout/widget_static_wrapper_dynamiccolor" />
2 changes: 1 addition & 1 deletion app/src/main/res/xml/media_player_control_widget_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
android:resizeMode="horizontal|vertical"
android:widgetFeatures="reconfigurable"
android:description="@string/media_player_widget_desc"
android:widgetCategory="home_screen"
android:widgetCategory="home_screen|keyguard"
android:previewImage="@drawable/widget_example_media_player_controls"
android:previewLayout="@layout/widget_media_controls_wrapper_dynamiccolor" />
4 changes: 2 additions & 2 deletions app/src/main/res/xml/template_widget_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
android:widgetFeatures="reconfigurable"
android:description="@string/template_widget_desc"
android:updatePeriodMillis="1800000"
android:widgetCategory="home_screen"
android:widgetCategory="home_screen|keyguard"
android:previewImage="@drawable/widget_example_template"
android:previewLayout="@layout/widget_template_wrapper_dynamiccolor" />
android:previewLayout="@layout/widget_template_wrapper_dynamiccolor" />
4 changes: 2 additions & 2 deletions app/src/main/res/xml/todo_widget_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
android:updatePeriodMillis="1800000"
android:widgetFeatures="reconfigurable"
android:description="@string/todo_widget_desc"
android:widgetCategory="home_screen"
android:widgetCategory="home_screen|keyguard"
android:previewImage="@drawable/widget_example_todo"
tools:ignore="UnusedAttribute,UnusedResources" />
tools:ignore="UnusedAttribute,UnusedResources" />