Activity Layout Inheritance
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 i
Solution 1:
Try the <include>
XML layout directive.
Post a Comment for "Activity Layout Inheritance"