最新回答 / 慕设计8169207
从左往右滑动没有问题,从右往左滑的话,需要lp.leftMargin = (int) (position * mScreen1_3 + (positionOffset-1) * mScreen1_3);
2017-06-15
最新回答 / 慕前端3044260
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <incl...
2016-11-21
最新回答 / 慕粉4000715
R 类导包错误, 可能是导入的R类为: import android.R; 也可能是项目构建过程中因Resource 资源有误,导致未自动生成R文件
2016-10-28