Activity layout inheritance

梦想的初衷 提交于 2020-01-06 02:50:14

问题


I start develop application on Android! I need to show common control on the top of few screens. In Blackberry I just inherit my screens from base screen with needed controls and it inherit UI and behaviour from base type.

How can i do similar thing in Android? I mean, how can i organize it? Maybe, i need to create control or layout, which i can use on my screens? Or i need inherit one activity from another and use addContentView()?

What opportunities are there and what advantages / disadvantages of each?


回答1:


Try the <include> XML layout directive.



来源:https://stackoverflow.com/questions/3156940/activity-layout-inheritance

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!