Added transparent to widget color dialog

This commit is contained in:
M66B
2021-04-13 09:46:23 +02:00
parent 77aa03d0ba
commit 0186043fc7
4 changed files with 7 additions and 3 deletions

View File

@@ -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();
}