File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 280
280
281
281
<!-- Widgets -->
282
282
<receiver android : name =" .ui.widget.LabeledSyncButtonWidgetReceiver"
283
+ android : label =" @string/widget_labeled_sync_label"
283
284
android : exported =" true" >
284
285
<intent-filter >
285
286
<action android : name =" android.appwidget.action.APPWIDGET_UPDATE" />
290
291
android : resource =" @xml/widget_info_labeled_sync_button" />
291
292
</receiver >
292
293
<receiver android : name =" .ui.widget.IconSyncButtonWidgetReceiver"
294
+ android : label =" @string/widget_icon_sync_label"
293
295
android : exported =" true" >
294
296
<intent-filter >
295
297
<action android : name =" android.appwidget.action.APPWIDGET_UPDATE" />
Original file line number Diff line number Diff line change 507
507
<!-- widgets -->
508
508
<string name =" widget_sync_all" >Sync all</string >
509
509
<string name =" widget_sync_all_accounts" >Sync all accounts</string >
510
+ <string name =" widget_labeled_sync_label" >Labeled Sync Button</string >
511
+ <string name =" widget_labeled_sync_description" >A simple button for running synchronization manually with an icon and a label.</string >
512
+ <string name =" widget_icon_sync_label" >Icon Sync Button</string >
513
+ <string name =" widget_icon_sync_description" >A circular button for running synchronization manually.</string >
510
514
511
515
<!-- cert4android -->
512
516
Original file line number Diff line number Diff line change 7
7
android : targetCellWidth =" 1"
8
8
android : targetCellHeight =" 1"
9
9
android : resizeMode =" none"
10
+ android : description =" @string/widget_icon_sync_description"
10
11
tools : ignore =" UnusedAttribute" >
11
12
</appwidget-provider >
Original file line number Diff line number Diff line change 9
9
android : maxResizeWidth =" 250dp"
10
10
android : maxResizeHeight =" 30dp"
11
11
android : resizeMode =" horizontal"
12
+ android : description =" @string/widget_labeled_sync_description"
12
13
tools : ignore =" UnusedAttribute" >
13
14
</appwidget-provider >
You can’t perform that action at this time.
0 commit comments