Title:
ViewPagerIndicator-2.4.0-0 Download
Description: Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock. Originally based on Patrik Å kerfeldt s ViewFlow.
When using the ViewPager widget it is not always obvious to the user that there are adjacent views they can navigate to. By implementing this widget you provide a clear indicator that there exists additional content which they can click or swipe to see.
To Search:
File list (Check if you may need any files):
JakeWharton-Android-ViewPagerIndicator-c544291
..............................................\.gitignore
..............................................\CHANGELOG.md
..............................................\README.md
..............................................\checkstyle.xml
..............................................\library
..............................................\.......\AndroidManifest.xml
..............................................\.......\libs
..............................................\.......\....\android-support-v4.jar
..............................................\.......\pom.xml
..............................................\.......\project.properties
..............................................\.......\res
..............................................\.......\...\color
..............................................\.......\...\.....\vpi__dark_theme.xml
..............................................\.......\...\.....\vpi__light_theme.xml
..............................................\.......\...\drawable-hdpi
..............................................\.......\...\.............\vpi__tab_selected_focused_holo.9.png
..............................................\.......\...\.............\vpi__tab_selected_holo.9.png
..............................................\.......\...\.............\vpi__tab_selected_pressed_holo.9.png
..............................................\.......\...\.............\vpi__tab_unselected_focused_holo.9.png
..............................................\.......\...\.............\vpi__tab_unselected_holo.9.png
..............................................\.......\...\.............\vpi__tab_unselected_pressed_holo.9.png
..............................................\.......\...\drawable-mdpi
..............................................\.......\...\.............\vpi__tab_selected_focused_holo.9.png
..............................................\.......\...\.............\vpi__tab_selected_holo.9.png
..............................................\.......\...\.............\vpi__tab_selected_pressed_holo.9.png
..............................................\.......\...\.............\vpi__tab_unselected_focused_holo.9.png
..............................................\.......\...\.............\vpi__tab_unselected_holo.9.png
..............................................\.......\...\.............\vpi__tab_unselected_pressed_holo.9.png
..............................................\.......\...\drawable-xhdpi
..............................................\.......\...\..............\vpi__tab_selected_focused_holo.9.png
..............................................\.......\...\..............\vpi__tab_selected_holo.9.png
..............................................\.......\...\..............\vpi__tab_selected_pressed_holo.9.png
..............................................\.......\...\..............\vpi__tab_unselected_focused_holo.9.png
..............................................\.......\...\..............\vpi__tab_unselected_holo.9.png
..............................................\.......\...\..............\vpi__tab_unselected_pressed_holo.9.png
..............................................\.......\...\drawable
..............................................\.......\...\........\vpi__tab_indicator.xml
..............................................\.......\...\values
..............................................\.......\...\......\vpi__attrs.xml
..............................................\.......\...\......\vpi__colors.xml
..............................................\.......\...\......\vpi__defaults.xml
..............................................\.......\...\......\vpi__styles.xml
..............................................\.......\src
..............................................\.......\...\com
..............................................\.......\...\...\viewpagerindicator
..............................................\.......\...\...\..................\CirclePageIndicator.java
..............................................\.......\...\...