We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i write this code button.setTextColor(Colors.White);
button.setTextColor(Colors.White);
but returns
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.TextView.setTextColor(int)' on a null object reference
The text was updated successfully, but these errors were encountered:
ButtonFlat.java at line 18 , delete this code TextView textButton; and then this problem has been solve;
Sorry, something went wrong.
子类变量名和父类变量名重复,父类的textButton没有初始化
Thank you so much.
No branches or pull requests
i write this code
button.setTextColor(Colors.White);
but returns
The text was updated successfully, but these errors were encountered: