Forgot replace to R.layout.control_mapping

This commit is contained in:
khanhduytran0 2020-04-11 13:39:41 +07:00
parent 4a0505308c
commit e3b8f49cdd

View File

@ -64,7 +64,7 @@ public class CustomControlsActivity extends AppCompatActivity
ctrlLayout.loadLayout(mCtrl); ctrlLayout.loadLayout(mCtrl);
ctrlLayout.setCanMove(true); ctrlLayout.setCanMove(true);
setContentView(ctrlLayout); setContentView(R.layout.control_mapping);
} }
@Override @Override