mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added transparent to widget color dialog
This commit is contained in:
@@ -120,9 +120,10 @@ public class ActivityWidget extends ActivityBase {
|
||||
setBackground();
|
||||
}
|
||||
})
|
||||
.setNegativeButton(R.string.title_reset, new DialogInterface.OnClickListener() {
|
||||
.setNegativeButton(R.string.title_transparent, new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
cbSemiTransparent.setChecked(false);
|
||||
btnColor.setColor(Color.TRANSPARENT);
|
||||
setBackground();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user