I can't figure out why this wouldn't set a button to be disabled?
btnSaturdayStartTime = (Button)findViewById(R.id.btnSaturdayStartTime);
btnSaturdayStartTime.setEnabled(false);
When I click on the button it still fires the listener.
I can't figure out why this wouldn't set a button to be disabled?
btnSaturdayStartTime = (Button)findViewById(R.id.btnSaturdayStartTime);
btnSaturdayStartTime.setEnabled(false);
When I click on the button it still fires the listener.