Skip to content
New issue

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

Set FlatButton Text Color #387

Open
Hitexroid opened this issue Jun 29, 2016 · 3 comments
Open

Set FlatButton Text Color #387

Hitexroid opened this issue Jun 29, 2016 · 3 comments

Comments

@Hitexroid
Copy link

Hitexroid commented Jun 29, 2016

i write this code
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

@wangfanforever
Copy link

ButtonFlat.java at line 18 , delete this code TextView textButton;
and then this problem has been solve;

@wangfanforever
Copy link

子类变量名和父类变量名重复,父类的textButton没有初始化

@Hitexroid
Copy link
Author

Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants