File tree 6 files changed +14
-0
lines changed
6 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -633,4 +633,9 @@ like to connect to:</string>
633
633
<string name =" wear_os_category" >Wear OS</string >
634
634
<string name =" wear_os_settings_title" >Wear OS Settings</string >
635
635
<string name =" wear_os_settings_summary" >Manage Wear OS App</string >
636
+ <string name =" camera_widget_desc" >Displays the latest image from the camera</string >
637
+ <string name =" button_widget_desc" >Call any service</string >
638
+ <string name =" entity_widget_desc" >Current state and attribute of any entity</string >
639
+ <string name =" media_player_widget_desc" >Control any media player and see current now playing image</string >
640
+ <string name =" template_widget_desc" >Render any template with HTML formatting</string >
636
641
</resources >
Original file line number Diff line number Diff line change 9
9
android : minResizeHeight =" 40dp"
10
10
android : resizeMode =" vertical|horizontal"
11
11
android : updatePeriodMillis =" 86400000"
12
+ android : widgetFeatures =" reconfigurable"
13
+ android : description =" @string/button_widget_desc"
12
14
android : widgetCategory =" home_screen"
13
15
android : previewImage =" @drawable/widget_example_button" />
Original file line number Diff line number Diff line change 8
8
android : resizeMode =" vertical|horizontal"
9
9
android : updatePeriodMillis =" 3600000"
10
10
android : widgetCategory =" home_screen"
11
+ android : description =" @string/camera_widget_desc"
11
12
android : previewImage =" @drawable/widget_example_camera" />
Original file line number Diff line number Diff line change 9
9
android : minResizeHeight =" 40dp"
10
10
android : resizeMode =" vertical|horizontal"
11
11
android : updatePeriodMillis =" 1800000"
12
+ android : widgetFeatures =" reconfigurable"
13
+ android : description =" @string/entity_widget_desc"
12
14
android : widgetCategory =" home_screen"
13
15
android : previewImage =" @drawable/widget_example_entity" />
Original file line number Diff line number Diff line change 6
6
android : minWidth =" 250dp"
7
7
android : minHeight =" 40dp"
8
8
android : updatePeriodMillis =" 86400000"
9
+ android : widgetFeatures =" reconfigurable"
10
+ android : description =" @string/media_player_widget_desc"
9
11
android : widgetCategory =" home_screen"
10
12
android : previewImage =" @drawable/widget_example_media_player_controls" />
Original file line number Diff line number Diff line change 8
8
android : minResizeWidth =" 40dp"
9
9
android : minResizeHeight =" 40dp"
10
10
android : resizeMode =" vertical|horizontal"
11
+ android : widgetFeatures =" reconfigurable"
12
+ android : description =" @string/template_widget_desc"
11
13
android : updatePeriodMillis =" 1800000"
12
14
android : widgetCategory =" home_screen"
13
15
android : previewImage =" @drawable/widget_example_template" />
You can’t perform that action at this time.
0 commit comments