mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-20 23:53:55 +00:00
feat: widget transparency
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user