0

I want to scroll the comments section,

<RelativeLayout...>
   <LinearLayout
          id = "@+id/holder"....>
          <ScrollView..>
               <TextView ....commetns/>
          </ScrollView>
    </LinearLayout>
    <ListView
          layout_below="@id/holder.....>
     </ListView>
</RelativeLayout>

but the listview is not allowed to scroll the textview contents.I know the android is not allowed to use both listview and scrollview in a same viewgroup but eventhough my requirement is like this.Please help me out..........

Srinivasan
  • 4,481
  • 3
  • 28
  • 36
  • 2
    why dont u go for header and footer with listview? – KOTIOS Sep 25 '14 at 17:59
  • Yes you are correct if it's listview within scrollview.But here, content actually part of the activity.So I want to scroll the textview to see the details(Upto specified height) and below listview. – Srinivasan Sep 25 '14 at 19:02

0 Answers0