mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-26 00:21:45 +01:00
implemented nah.
This commit is contained in:
parent
77fdce3cf2
commit
c09683de3d
@ -320,8 +320,16 @@ public class ConfigActivity extends AbstractGBActivity {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
activityHandCheckbox.setEnabled(false);
|
||||
activityHandCheckbox.setAlpha(0.5f);
|
||||
// activityHandCheckbox.setEnabled(false);
|
||||
activityHandCheckbox.setAlpha(0.2f);
|
||||
activityHandCheckbox.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
GB.toast("nah.", Toast.LENGTH_SHORT, GB.INFO);
|
||||
GB.toast("nah.", Toast.LENGTH_SHORT, GB.INFO);
|
||||
((CheckBox)v).setChecked(false);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user