Inflate BInstallerView from layout
This commit is contained in:
parent
89f075fa61
commit
6045a18a61
3 changed files with 16 additions and 4 deletions
|
|
@ -38,8 +38,8 @@ public class BInstallerActivity extends Activity {
|
|||
|
||||
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
|
||||
|
||||
mBInstallerView = new BInstallerView(this);
|
||||
setContentView(mBInstallerView);
|
||||
setContentView(R.layout.activity_binstaller);
|
||||
mBInstallerView = findViewById(R.id.BInstallerView);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue