I have an XML with a hierarchy like such:
|- Relative Layout
|----> TextView
|----> TextView
|----> Gallery
|----> Sliding Drawer
|----> Button (handle for Sliding Drawer)
|----> ScrollView
|----> LinearLayout
|----> TextView
|----> TextView
|----> TextView
|----> TextView
|----> TextView
|----> TextView
|----> TextView
|----> TextView
|----> TextView
|----> TextView
|----> TextView
But when I toggle the handle (to expand the SlidingDrawer), then attempt to scroll the ScrollView, it doesn't scroll despite the content being properly displayed. What am I doing wrong?