feat: widget transparency
This commit is contained in:
parent
b43171bb31
commit
845ebb4868
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,7 @@ class UpcomingWidgetConfigureActivity : AppCompatActivity(),
|
|||
this@UpcomingWidgetConfigureActivity,
|
||||
SimpleColorDialog.MATERIAL_COLOR_PALLET
|
||||
)
|
||||
.setupColorWheelAlpha(true)
|
||||
.allowCustom(true)
|
||||
.showOutline(0x46000000)
|
||||
.gridNumColumn(5)
|
||||
|
@ -75,6 +76,7 @@ class UpcomingWidgetConfigureActivity : AppCompatActivity(),
|
|||
this@UpcomingWidgetConfigureActivity,
|
||||
SimpleColorDialog.MATERIAL_COLOR_PALLET
|
||||
)
|
||||
.setupColorWheelAlpha(true)
|
||||
.allowCustom(true)
|
||||
.showOutline(0x46000000)
|
||||
.gridNumColumn(5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue