i have the following layout in xml
<Relativelayout.....
       <TextView 1........../>
       <ImageView........./>
       <Textview 2......../>
</Relativelayout>
I need to add vertical scrollview to Textview 2 how to do this i have added the foll code but not working...
<LinearLayout>
   <ScrollView >
      <TextView />
   </ScrollView> 
</LinearLayout>
please help
 
     
     
     
    