Widget: opacity configuration improvement
This commit is contained in:
parent
f7c951342e
commit
eef8dde6e9
2 changed files with 2 additions and 1 deletions
|
@ -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" />
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue