Widget: opacity configuration improvement

This commit is contained in:
Milos Kozak 2022-04-06 13:50:03 +02:00
parent f7c951342e
commit eef8dde6e9
2 changed files with 2 additions and 1 deletions

View file

@ -48,6 +48,7 @@
<activity
android:name=".widget.WidgetConfigureActivity"
android:theme="@android:style/Theme.Material.Dialog.NoActionBar"
android:exported="true">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />

View file

@ -16,6 +16,6 @@
android:id="@+id/seekBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:max="256" />
android:max="255" />
</LinearLayout>