GetContentView on Android

Given activity, how can I get a contentView? That is, the first representation in the hierarchy of actions without knowing its id?

Something like the inverse of setContentView ();

thanks

+6
source share
1 answer

Go to this link

This is due to your question, you can get help.

+4
source

Source: https://habr.com/ru/post/907848/


All Articles