roomfragmet 加载fragment 切换为FragmentContainerView。 更换动画
This commit is contained in:
@@ -525,8 +525,8 @@ public class RoomFragment extends BaseMvpFragment<RoomPresenter, FragmentRoomBin
|
|||||||
|
|
||||||
// 动画(可选,不想动画可以删掉)
|
// 动画(可选,不想动画可以删掉)
|
||||||
transaction.setCustomAnimations(
|
transaction.setCustomAnimations(
|
||||||
android.R.anim.slide_out_right,
|
com.xscm.moduleutil.R.anim.a_slide_right_in,
|
||||||
android.R.anim.slide_in_left
|
com.xscm.moduleutil.R.anim.a_slide_left_out
|
||||||
);
|
);
|
||||||
|
|
||||||
// 第一次添加
|
// 第一次添加
|
||||||
|
|||||||
Reference in New Issue
Block a user