Thursday, 15 July 2010

java - how to make layout of a video view underneath a scrollable text view and underneath a horizontal scroll view of images? -



java - how to make layout of a video view underneath a scrollable text view and underneath a horizontal scroll view of images? -

i'm trying create app loads info cloud , plays video on top, next followed scrollable textview video , add together screen-shots(images) of video @ bottom of screen in horizontal scroll view. means 3 views 1 after other in layout..please help me.! illustration in youtube app - when video playing can scroll textview below video.

thanks.

you want utilize linearlayout can specify weight each item. read documentation here http://developer.android.com/guide/topics/ui/layout/linear.html

____________________________ | | ( weight 2, mean twice big "1") | | | | | place video here | | | | | | | | | ____________________________ | | (weight 1) | scrollview here | | | ____________________________ | | (weight 1) | thumbnails here | | | ____________________________

java android android-layout

No comments:

Post a Comment