LinearLayout layout = findViewById(R.id.mLayout);
Button button = new Button(MainActivity.this);
layout.addView(button);
LinearLayout layout = findViewById(R.id.mLayout);
Button button = new Button(MainActivity.this);
layout.addView(button);