這是我的應用程序的佈局,當您滾動查看不同的相冊(紫色)時,我會希望專輯和歌曲(紅色&藍色)水平移動。但是,我希望歌曲(藍色)能夠獨立垂直移動以滾動專輯中的歌曲。Android SDK HorizontalScrollView
到目前爲止,我的編碼看起來你所期望的......當我通過歌曲垂直滾動出現
<LinearLayout
<HorizontalScrollView
<LinearLayout
<LinearLayout (This layout is so the album cover is displayed correctly)
<ImageView
<ScrollView
<LinearLayout
<TextView (Songs)
<TextView
<TextView
<TextView
我的問題。當我垂直滾動時,如果將手指向左或向右移動,它將檢測到HorizontalScrollView並停止垂直滾動。我能做些什麼來阻止呢?如果我無能爲力,除了HorizontalScrollView以外還有什麼可以使用的?
感謝,
-Steven
謝謝你......你能告訴我是新來的在Java/Android的SDK, ViewPages是一個更好的選項,然後滾動意見 – Steven 2012-07-25 00:10:14
不用擔心使用'ViewPager'你將需要Android的支持JAR!http://developer.android.com/tools/extras/支持-library.html此外,由於這是路徑你想了解'ListView'這裏:http://developer.android.com/guide/topics/ui/layout/listview.html – 2012-07-25 00:11:57