Frank-Zhu / PullZoomView

An Android custom ListView and ScrollView with pull to zoom-in.
Apache License 2.0
2.32k stars 624 forks source link

Textview on image that move with scroll #29

Open sinaghz opened 9 years ago

sinaghz commented 9 years ago

hi, Thanks for your great lib , is there any way to put a textview bottom of image to slide with contentview ?

Frank-Zhu commented 9 years ago

@sinaghz you can try setting _android:layoutgravity="bottom"

https://github.com/Frank-Zhu/PullZoomView/blob/master/PullToZoomView%2Fapp%2Fsrc%2Fmain%2Fres%2Flayout%2Fprofile_head_view.xml

sinaghz commented 9 years ago

I want to do sth like images bellow, when i scroll up , the textview still visibile .

screenshot_2015-10-16-09-38-11 screenshot_2015-10-16-09-38-05 screenshot_2015-10-16-09-37-59

Frank-Zhu commented 9 years ago

@sinaghz this lib not support. You can try com.android.support:design lib.