Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试使用 setPageMargin 来设置视图寻呼机中不同视图之间的边距。
首先我这样做:
pager=(ViewPager) findViewById(R.id.viewpagerlayout);
接着,
pager.setPageMargin(5);
但是我收到一个错误,说找不到该方法。我还在项目中添加了支持库,但它仍然没有。
请帮忙。