|
|
@@ -89,8 +89,8 @@ public class CardcastActivity extends BaseActivity {
|
|
|
btnAG.setBackground(getResources().getDrawable(R.drawable.guanzu));
|
|
|
btnAG.setClickable(true);
|
|
|
bt = getSupportFragmentManager().beginTransaction();
|
|
|
- bt.show(friendFragment);
|
|
|
- bt.hide(attentionFragment);
|
|
|
+ bt.hide(friendFragment);
|
|
|
+ bt.show(attentionFragment);
|
|
|
bt.commit();
|
|
|
|
|
|
}
|
|
|
@@ -104,8 +104,8 @@ public class CardcastActivity extends BaseActivity {
|
|
|
btnG.setBackground(getResources().getDrawable(R.drawable.aguanzu));
|
|
|
btnAG.setBackground(getResources().getDrawable(R.drawable.guanzu_pass));
|
|
|
bt = getSupportFragmentManager().beginTransaction();
|
|
|
- bt.show(attentionFragment);
|
|
|
- bt.hide(friendFragment);
|
|
|
+ bt.hide(attentionFragment);
|
|
|
+ bt.show(friendFragment);
|
|
|
bt.commit();
|
|
|
}
|
|
|
});
|