shyam
shyam

Reputation: 1306

how to support of all screen size android

iwant to ask that how to support for all screen size mobile in android means if i have created a xml layout and i want display same layout on diffrent-2 screen then what to do for that means i had tested my application in small screen and also in big screen but in big screen it looking good but in small layout content out side od view means not visible which is below ,so whats the solution for this?

Upvotes: 0

Views: 218

Answers (1)

Samuel
Samuel

Reputation: 9993

if vertical space is only your issue.

cant you just put the whole layout in a scrollview. does your webview has a scroll.

android cannot nest scrolling though.

Upvotes: 1

Related Questions