修改右滑关闭当前Activity顶层View布局文件命名
This commit is contained in:
parent
c82f076c10
commit
34a040a73e
|
@ -32,7 +32,7 @@ public class AnimationOutActivity extends BaseActivity {
|
|||
ActionBarManager.initBackTitle(getContext(), getActionBar(), strCenterTitle);
|
||||
|
||||
//追加右滑关闭activity顶层View
|
||||
rootView = (SwipeBackLayout) LayoutInflater.from(this).inflate(R.layout.base, null);
|
||||
rootView = (SwipeBackLayout) LayoutInflater.from(this).inflate(R.layout.view_swipeback_root, null);
|
||||
rootView.attachToActivity(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue