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);
しかし、メソッドが見つからないというエラーが表示されます。プロジェクトにサポート ライブラリも追加しましたが、まだ何もありません。
助けてください。