Skip to content

Commit fc307a2

Browse files
committed
Small changes
1 parent c04bba2 commit fc307a2

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,16 @@
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
@@ -388,15 +398,6 @@
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

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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

0 commit comments

Comments
 (0)