How to describe TabSpec in XML?

Is there a way to describe TabHost tabs in XML instead of creating them using Java code?

+4
source share
1 answer

No, sorry, you have to define them in Java.

+3
source

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


All Articles