File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 328328 android : noHistory =" true"
329329 android : theme =" @style/AppTheme.Transparent" />
330330
331+ <!-- widget configure activity-->
332+
333+ <activity
334+ android : name =" .widget.WidgetConfigureActivity"
335+ android : exported =" false" >
336+ <intent-filter >
337+ <action android : name =" android.appwidget.action.APPWIDGET_CONFIGURE" />
338+ </intent-filter >
339+ </activity >
340+
331341 <!-- digital assistant service-->
332342
333343 <activity
388398 android : resource =" @xml/widget_assistant_invisible" />
389399 </receiver >
390400
391- <!-- widget configure activity-->
392- <activity
393- android : name =" .widget.WidgetConfigureActivity"
394- android : exported =" false" >
395- <intent-filter >
396- <action android : name =" android.appwidget.action.APPWIDGET_CONFIGURE" />
397- </intent-filter >
398- </activity >
399-
400401 <!-- digital assistant quick settings tile service-->
401402
402403 <service
Original file line number Diff line number Diff line change 1717 </style >
1818
1919 <style name =" Theme.Component.Material.Snackbar" parent =" Widget.Material3.Snackbar" >
20- <item name =" android:layout_margin" >24dp </item >
20+ <item name =" android:layout_margin" >17dp </item >
2121 <item name =" animationMode" >slide</item >
2222 </style >
2323
You can’t perform that action at this time.
0 commit comments