mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-12-05 21:58:44 +08:00
fix textview's textcolor issue
This commit is contained in:
parent
cf1673f325
commit
a2246eb543
@ -1584,7 +1584,7 @@ void TextView::updateTextColors(){
|
||||
bool inval = false;
|
||||
int color;
|
||||
const std::vector<int>&drawableState = getDrawableState();
|
||||
if (mCurTextColor) {
|
||||
if (mTextColor) {
|
||||
color = mTextColor->getColorForState(drawableState,0);
|
||||
LOGV("%p:%d change color %x->%x",this,mID,color,mCurTextColor);
|
||||
mCurTextColor = color;
|
||||
|
Loading…
Reference in New Issue
Block a user