首页 > 其他 > 详细

ViewPager 仿 Gallery效果

时间:2016-06-06 16:26:22      阅读:183      评论:0      收藏:0      [点我收藏+]

xml:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clipChildren="false">
<android.support.v4.view.ViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:clipChildren="false"
/>

</RelativeLayout>

Activity中:
viewHolder.vp.setOffscreenPageLimit(3);
viewHolder.vp.setPageMargin(xxx);
 

ViewPager 仿 Gallery效果

原文:http://www.cnblogs.com/lianghui66/p/5564011.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!