Zoom Image View on pull down

邮差的信 提交于 2019-12-24 01:19:18

问题


I have a view with structure like

 <ScrollView>
    <RelativeLayout>
       <ImageView>
       <LinearLayout>
              <!-- Here I show some details in textview-->
       </LinearLayout>
    </RelativeLayout>
</ScrollView>

Now I what i want is when i scroll down or drag down the linear layout I want to increase the ImageView size with the scroll down amount and when I release the drag/scroll it should become as initial size.This is done in Path android app. I need idea to achieve this, please help if anybody did this.

来源:https://stackoverflow.com/questions/19060796/zoom-image-view-on-pull-down

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!