P
P
Prowebic2016-07-18 12:53:17
Android
Prowebic, 2016-07-18 12:53:17

How to switch between layouts?

How to switch between layouts in one activity?
Preferably with code examples.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Prowebic, 2016-07-18
@Prowebic

Нашел как переключиться на второй layout setContentView(R.layout.layout2);
Но теперь возникла другая проблема. Все кнопки, техтвью и все что выполнялось логически в java в одном активити, перестало отображаться на втором лейауте. Естественно я их всех добавил на второй лейаут с теми же id.

O
one pavel, 2016-07-18
@onepavel

rootView.findViewbyid(R.id.layout).setVisibility(View.INVISIBLE);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question