mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Fixed color picker edit text color
This commit is contained in:
@@ -114,10 +114,13 @@ public class ActivityWidgetUnified extends ActivityBase {
|
||||
btnColor.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
int editTextColor = Helper.resolveColor(ActivityWidgetUnified.this, android.R.attr.editTextColor);
|
||||
|
||||
ColorPickerDialogBuilder
|
||||
.with(ActivityWidgetUnified.this)
|
||||
.setTitle(R.string.title_widget_background)
|
||||
.showColorEdit(true)
|
||||
.setColorEditTextColor(editTextColor)
|
||||
.wheelType(ColorPickerView.WHEEL_TYPE.FLOWER)
|
||||
.density(6)
|
||||
.lightnessSliderOnly()
|
||||
|
||||
Reference in New Issue
Block a user