Android Question repeat same panel across many layouts

hayderOICO

Member
Licensed User
Longtime User
Hi All

A (probably) very simple question.

I have a program with many tabs and slides. In the program there is a "panel" which contains an imageview and 4 buttons. This panel should be visible (and be identical) across all tabs and slides.

What is the simplest and fastest way of displaying the same panel across multiple layout files?
 
Top