OSDN Git Service

Import ViewPagerIndicator.
authorDanny Baumann <dannybaumann@web.de>
Wed, 20 Feb 2013 16:50:52 +0000 (17:50 +0100)
committerDanny Baumann <dannybaumann@web.de>
Sat, 23 Feb 2013 12:00:36 +0000 (13:00 +0100)
commit86fa588dbe541952039fdafcfc0815ca9e8c20e3
treebe625ac9afa349f292ebcc5f1d307a1a2413ff62
parent12d1a5f8b7806ad83f65368020201b2cc93a6500
Import ViewPagerIndicator.

Change-Id: Ibbd09776e0b3c6ca4aef9d2be008804c39f882f9
34 files changed:
res/color/vpi__dark_theme.xml [new file with mode: 0644]
res/color/vpi__light_theme.xml [new file with mode: 0644]
res/drawable-hdpi/vpi__tab_selected_focused_holo.9.png [new file with mode: 0644]
res/drawable-hdpi/vpi__tab_selected_holo.9.png [new file with mode: 0644]
res/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png [new file with mode: 0644]
res/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png [new file with mode: 0644]
res/drawable-hdpi/vpi__tab_unselected_holo.9.png [new file with mode: 0644]
res/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/vpi__tab_selected_focused_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/vpi__tab_selected_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/vpi__tab_unselected_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png [new file with mode: 0644]
res/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png [new file with mode: 0644]
res/drawable-xhdpi/vpi__tab_selected_holo.9.png [new file with mode: 0644]
res/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png [new file with mode: 0644]
res/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png [new file with mode: 0644]
res/drawable-xhdpi/vpi__tab_unselected_holo.9.png [new file with mode: 0644]
res/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png [new file with mode: 0644]
res/drawable/vpi__tab_indicator.xml [new file with mode: 0644]
res/values/vpi__attrs.xml [new file with mode: 0644]
res/values/vpi__colors.xml [new file with mode: 0644]
res/values/vpi__defaults.xml [new file with mode: 0644]
res/values/vpi__styles.xml [new file with mode: 0644]
src/com/viewpagerindicator/CirclePageIndicator.java [new file with mode: 0644]
src/com/viewpagerindicator/IconPageIndicator.java [new file with mode: 0644]
src/com/viewpagerindicator/IconPagerAdapter.java [new file with mode: 0644]
src/com/viewpagerindicator/IcsLinearLayout.java [new file with mode: 0644]
src/com/viewpagerindicator/LinePageIndicator.java [new file with mode: 0644]
src/com/viewpagerindicator/PageIndicator.java [new file with mode: 0644]
src/com/viewpagerindicator/TabPageIndicator.java [new file with mode: 0644]
src/com/viewpagerindicator/TitlePageIndicator.java [new file with mode: 0644]
src/com/viewpagerindicator/UnderlinePageIndicator.java [new file with mode: 0644]