[BugFix]修改我的装扮不能点击的bug
This commit is contained in:
@@ -91,9 +91,9 @@ public class MyCarAdapter extends BaseAdapter<CarInfo> {
|
||||
} else {
|
||||
tvUsed.setVisibility(View.VISIBLE);
|
||||
tvUsed.setText(ResUtil.getString(R.string.decoration_adapter_mycaradapter_04));
|
||||
tvUsed.setBackgroundResource(R.drawable.bg_common_confirm_30);
|
||||
tvUsed.setBackgroundResource(R.drawable.selector_common_confirm);
|
||||
tvUsed.setTextColor(mContext.getResources().getColor(R.color.text_button_color_first));
|
||||
tvUsed.setEnabled(false);
|
||||
tvUsed.setEnabled(true);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user