错误: android.util.AndroidRuntimeException: requestFeature() must be called before adding content
原因:requestWindowFeature(Window.FEATURE_NO_TITLE);要放在setContentView(R.layout.activity_move_view);前面
错误: android.util.AndroidRuntimeException: requestFeature() must be called before adding content
原因:requestWindowFeature(Window.FEATURE_NO_TITLE);要放在setContentView(R.layout.activity_move_view);前面