Nik
Nik

Reputation: 3133

How to add dots for ViewPager in Android?

I am referring to the following link to create a view Pager for android 2.2

ViewPager Example Link

It worked all fine. But I want show dots below the views I am using. How do I do this?

I am not writing any code here as its same as the one in the link I have shared.

Upvotes: 3

Views: 10669

Answers (1)

Pradeep Sharma
Pradeep Sharma

Reputation: 35

When you are put view inside view pager and view contains dots then you can see dots below views.This is not the part of view pager and view pager is only display views whatever you are provided onInstantiate method called .You can put textview below your exist view and given this view same before to view pager

Upvotes: 0

Related Questions