|
|
@@ -148,10 +148,10 @@ public class ContactsActivity extends OABaseActivity implements ContactsAdapter.
|
|
|
isSingleSelect = getIntent().getBooleanExtra("isSingleSelect", true);
|
|
|
if(isSingleSelect){
|
|
|
include_tag.setVisibility(View.INVISIBLE);
|
|
|
- include_tag.getBackground().setAlpha(0);
|
|
|
+ //include_tag.getBackground().setAlpha(0);
|
|
|
}else{
|
|
|
include_tag.setVisibility(View.VISIBLE);
|
|
|
- include_tag.getBackground().setAlpha(100);
|
|
|
+ // include_tag.getBackground().setAlpha(100);
|
|
|
|
|
|
}
|
|
|
if (!StringUtil.isEmpty(title)) {
|