After updating Android Studio to 2.3 and gradle version 3.3,
btn.setEnabled(false);
Text color on the disabled button does not gray out. Functionality is working fine but I have an issue with the text color which can be misunderstood by users. btn.setTextColor() is an option but then it can be tedious. Any other alternatives would be helpful..