码迷,mamicode.com
首页 > 其他好文 > 详细

ViewPager 仿 Gallery效果

时间:2016-06-06 16:28:41      阅读:184      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!