Riskhan
Riskhan

Reputation: 4470

android screen with multiple sections

I am newbie in android. I had planned to develop an application which divides screen into two section. In top section is changes and bottom section is stable, which displays status of the program. Is it possible in android. If possible which layout is used.

Upvotes: 0

Views: 285

Answers (2)

Luis
Luis

Reputation: 3571

Use RelativeLayout.

Upvotes: 0

Related Questions