What is the view limit in Android xml layout

后端 未结 2 1417
面向向阳花
面向向阳花 2021-01-05 11:46

Anyone have any idea about that in android layout XML, What is the maximum view limit that can be embedded into the XML? Is there any limit?

2条回答
  •  轮回少年
    2021-01-05 12:45

    There are no certain things in android.You can use maximum views as much as you can.But one thing that needs to keep in mind, there should be maximum 3 level hierarchy.

提交回复
热议问题