为什么viewpagertabpageindicator样式放在viewpage下面就不行

Introduction
Paging indicator widgets compatible with the ViewPager from the
and . Originally based on '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.
Version 2.4.1 &
Change Log
New IconPageIndicator! Uses state-list images to represent pages.
TabPageIndicator now supports icons via IconPagerAdapter interface.
Support android:background attribute on Canvas-based views.
Title indicator allows for drawing its line, underline, and/or triangle on top of the titles for placement underneath a ViewPager.
Tab indicator now supports ICS-style dividers (see styled sample).
Fix: Do not attempt to change the ViewPager page when a motion is cancelled.
Fix: Long titles no longer overlap when swiping to the right.
Looking for an older version? Check .
Try out the sample application:
Include one of the widgets in your view. This should usually be placed adjacent to the ViewPager it represents.
&com.viewpagerindicator.TitlePageIndicator
android:id="@+id/titles"
android:layout_height="wrap_content"
android:layout_width="fill_parent" />
In your onCreate method (or onCreateView for a fragment), bind the indicator to the ViewPager.
//Set the pager with an adapter
ViewPager pager = (ViewPager)findViewById(R.id.pager);
pager.setAdapter(new TestAdapter(getSupportFragmentManager()));
//Bind the title indicator to the adapter
TitlePageIndicator titleIndicator = (TitlePageIndicator)findViewById(R.id.titles);
titleIndicator.setViewPager(pager);
(Optional) If you use an OnPageChangeListener with your view pager you should set it in the indicator rather than on the pager directly.
//continued from above
titleIndicator.setOnPageChangeListener(mPageChangeListener);
For more examples please take a look at the .
Implementations
Is your app missing?
or , update this page, and send a pull request!
Hint: It's in the gh-pages branch.
& 2012 Jake Wharton &
Developed and distributed under the Apache License, Version 2.0.
Originally based on widgets developed by Patrik ?kerfeldt.Tab+ViewPager 切换Android控件: Android ViewPagerIndicatorView
-------------
新增文件夹...
新增文件夹
(多个标签用逗号分隔)
android-viewpager-indicator 是 Tab+ViewPager 切换控件。
1. Android 布局文件:
&&&&&mon.view.ViewPagerIndicatorView
&&&&android:id="@+id/viewpager_indicator_view"
&&&&android:layout_width="match_parent"
&&&&android:layout_height="wrap_content"&/& 2. 在 Java 代码中设置 ViewPagerIndicatorView:
&&&&ViewPagerIndicatorView&viewPagerIndicatorV&=&(ViewPagerIndicatorView)&findViewById(R.id.viewpager_indicator_view);
&&&&final&Map&String,&View&&map&=&new&HashMap&String,&View&();
&&&&map.put("TAB1",&LayoutInflater.from(this).inflate(R.layout.activity_sample_pager_0,&null));
&&&&map.put("TAB2",&LayoutInflater.from(this).inflate(R.layout.activity_sample_pager_1,&null));
&&&&viewPagerIndicatorView.setupLayout(map); 项目主页:
相关资讯  — 
相关文档  — 
发布时间1: 16:04:33
关注网站微信公众号
同类热门经验
97637次浏览
194529次浏览
80158次浏览
111096次浏览
74204次浏览
OPEN-OPEN, all rights reserved./ ViewPageIndicator1
项目语言:ANDROID
权限:read-only(如需更高权限请先加入项目)
ViewPageIndicator1/
Index: R.txt
===================================================================
--- R.txt (revision 0)
+++ R.txt (revision 5)
@@ -0,0 +1,137 @@
+int attr centered 0x7f010006
+int attr clipPadding 0x7f010011
+int attr fadeDelay 0x7f01001d
+int attr fadeLength 0x7f01001e
+int attr fades 0x7f01001c
+int attr fillColor 0x7f01000a
+int attr footerColor 0x7f010012
+int attr footerIndicatorHeight 0x7f010015
+int attr footerIndicatorStyle 0x7f010014
+int attr footerIndicatorUnderlinePadding 0x7f010016
+int attr footerLineHeight 0x7f010013
+int attr footerPadding 0x7f010017
+int attr gapWidth 0x7f010010
+int attr linePosition 0x7f010018
+int attr lineWidth 0x7f01000f
+int attr pageColor 0x7f01000b
+int attr radius 0x7f01000c
+int attr selectedBold 0x7f010019
+int attr selectedColor 0x7f010007
+int attr snap 0x7f01000d
+int attr strokeColor 0x7f01000e
+int attr strokeWidth 0x7f010008
+int attr titlePadding 0x7f01001a
+int attr topPadding 0x7f01001b
+int attr unselectedColor 0x7f010009
+int attr vpiCirclePageIndicatorStyle 0x7f010000
+int attr vpiIconPageIndicatorStyle 0x7f010001
+int attr vpiLinePageIndicatorStyle 0x7f010002
+int attr vpiTabPageIndicatorStyle 0x7f010004
+int attr vpiTitlePageIndicatorStyle 0x7f010003
+int attr vpiUnderlinePageIndicatorStyle 0x7f010005
+int bool default_circle_indicator_centered 0x7f050000
+int bool default_circle_indicator_snap 0x7f050001
+int bool default_line_indicator_centered 0x7f050002
+int bool default_title_indicator_selected_bold 0x7f050003
+int bool default_underline_indicator_fades 0x7f050004
+int color default_circle_indicator_fill_color 0x7f040008
+int color default_circle_indicator_page_color 0x7f040009
+int color default_circle_indicator_stroke_color 0x7f04000a
+int color default_line_indicator_selected_color 0x7f04000b
+int color default_line_indicator_unselected_color 0x7f04000c
+int color default_title_indicator_footer_color 0x7f04000d
+int color default_title_indicator_selected_color 0x7f04000e
+int color default_title_indicator_text_color 0x7f04000f
+int color default_underline_indicator_selected_color 0x7f040010
+int color vpi__background_holo_dark 0x7f040000
+int color vpi__background_holo_light 0x7f040001
+int color vpi__bright_foreground_disabled_holo_dark 0x7f040004
+int color vpi__bright_foreground_disabled_holo_light 0x7f040005
+int color vpi__bright_foreground_holo_dark 0x7f040002
+int color vpi__bright_foreground_holo_light 0x7f040003
+int color vpi__bright_foreground_inverse_holo_dark 0x7f040006
+int color vpi__bright_foreground_inverse_holo_light 0x7f040007
+int color vpi__dark_theme 0x7f040011
+int color vpi__light_theme 0x7f040012
+int dimen default_circle_indicator_radius 0x7f070000
+int dimen default_circle_indicator_stroke_width 0x7f070001
+int dimen default_line_indicator_gap_width 0x7f070003
+int dimen default_line_indicator_line_width 0x7f070002
+int dimen default_line_indicator_stroke_width 0x7f070004
+int dimen default_title_indicator_clip_padding 0x7f070005
+int dimen default_title_indicator_footer_indicator_height 0x7f070007
+int dimen default_title_indicator_footer_indicator_underline_padding 0x7f070008
+int dimen default_title_indicator_footer_line_height 0x7f070006
+int dimen default_title_indicator_footer_padding 0x7f070009
+int dimen default_title_indicator_text_size 0x7f07000a
+int dimen default_title_indicator_title_padding 0x7f07000b
+int dimen default_title_indicator_top_padding 0x7f07000c
+int drawable vpi__tab_indicator 0x7f020000
+int drawable vpi__tab_selected_focused_holo 0x7f020001
+int drawable vpi__tab_selected_holo 0x7f020002
+int drawable vpi__tab_selected_pressed_holo 0x7f020003
+int drawable vpi__tab_unselected_focused_holo 0x7f020004
+int drawable vpi__tab_unselected_holo 0x7f020005
+int drawable vpi__tab_unselected_pressed_holo 0x7f020006
+int id bottom 0x7f030003
+int id none 0x7f030000
+int id top 0x7f030004
+int id triangle 0x7f030001
+int id underline 0x7f030002
+int integer default_circle_indicator_orientation 0x7f060000
+int integer default_title_indicator_footer_indicator_style 0x7f060001
+int integer default_title_indicator_line_position 0x7f060002
+int integer default_underline_indicator_fade_delay 0x7f060003
+int integer default_underline_indicator_fade_length 0x7f060004
+int style TextAppearance_TabPageIndicator 0x7f080003
+int style Theme_PageIndicatorDefaults 0x7f080000
+int style Widget 0x7f080001
+int style Widget_IconPageIndicator 0x7f080004
+int style Widget_TabPageIndicator 0x7f080002
+int[] styleable CirclePageIndicator { 0x, 0x, 0x7fx7fx7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e }
+int styleable CirclePageIndicator_android_background 1
+int styleable CirclePageIndicator_android_orientation 0
+int styleable CirclePageIndicator_centered 2
+int styleable CirclePageIndicator_fillColor 4
+int styleable CirclePageIndicator_pageColor 5
+int styleable CirclePageIndicator_radius 6
+int styleable CirclePageIndicator_snap 7
+int styleable CirclePageIndicator_strokeColor 8
+int styleable CirclePageIndicator_strokeWidth 3
+int[] styleable LinePageIndicator { 0x, 0x7fx7fx7fx7fx7f01000f, 0x7f010010 }
+int styleable LinePageIndicator_android_background 0
+int styleable LinePageIndicator_centered 1
+int styleable LinePageIndicator_gapWidth 6
+int styleable LinePageIndicator_lineWidth 5
+int styleable LinePageIndicator_selectedColor 2
+int styleable LinePageIndicator_strokeWidth 3
+int styleable LinePageIndicator_unselectedColor 4
+int[] styleable TitlePageIndicator { 0xxx, 0x7fx7fx7fx7fx7fx7fx7fx7fx7fx7fx7f01001a, 0x7f01001b }
+int styleable TitlePageIndicator_android_background 2
+int styleable TitlePageIndicator_android_textColor 1
+int styleable TitlePageIndicator_android_textSize 0
+int styleable TitlePageIndicator_clipPadding 4
+int styleable TitlePageIndicator_footerColor 5
+int styleable TitlePageIndicator_footerIndicatorHeight 8
+int styleable TitlePageIndicator_footerIndicatorStyle 7
+int styleable TitlePageIndicator_footerIndicatorUnderlinePadding 9
+int styleable TitlePageIndicator_footerLineHeight 6
+int styleable TitlePageIndicator_footerPadding 10
+int styleable TitlePageIndicator_linePosition 11
+int styleable TitlePageIndicator_selectedBold 12
+int styleable TitlePageIndicator_selectedColor 3
+int styleable TitlePageIndicator_titlePadding 13
+int styleable TitlePageIndicator_topPadding 14
+int[] styleable UnderlinePageIndicator { 0x, 0x7fx7f01001c, 0x7f01001d, 0x7f01001e }
+int styleable UnderlinePageIndicator_android_background 0
+int styleable UnderlinePageIndicator_fadeDelay 3
+int styleable UnderlinePageIndicator_fadeLength 4
+int styleable UnderlinePageIndicator_fades 2
+int styleable UnderlinePageIndicator_selectedColor 1
+int[] styleable ViewPagerIndicator { 0x7fx7fx7fx7fx7fx7f010005 }
+int styleable ViewPagerIndicator_vpiCirclePageIndicatorStyle 0
+int styleable ViewPagerIndicator_vpiIconPageIndicatorStyle 1
+int styleable ViewPagerIndicator_vpiLinePageIndicatorStyle 2
+int styleable ViewPagerIndicator_vpiTabPageIndicatorStyle 4
+int styleable ViewPagerIndicator_vpiTitlePageIndicatorStyle 3
+int styleable ViewPagerIndicator_vpiUnderlinePageIndicatorStyle 5
Index: library.jar
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: library.jar
===================================================================
--- library.jar (revision 0)
+++ library.jar (revision 5)
Property changes on: library.jar
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: AndroidManifest.xml
===================================================================
--- AndroidManifest.xml (revision 0)
+++ AndroidManifest.xml (revision 5)
@@ -0,0 +1,9 @@
+&?xml version=&1.0& encoding=&utf-8&?&
+&manifest xmlns:android=&/apk/res/android&
package=&com.viewpagerindicator&
android:versionCode=&65&
android:versionName=&2.4.1&&
&uses-sdk android:minSdkVersion=&4& /&
+&/manifest&
Index: libraryviewpagerindicator.jar
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: libraryviewpagerindicator.jar
===================================================================
--- libraryviewpagerindicator.jar (revision 0)
+++ libraryviewpagerindicator.jar (revision 5)
Property changes on: libraryviewpagerindicator.jar
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png
===================================================================
--- res/crunch/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png (revision 0)
+++ res/crunch/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-hdpi/vpi__tab_selected_focused_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-hdpi/vpi__tab_selected_focused_holo.9.png
===================================================================
--- res/crunch/drawable-hdpi/vpi__tab_selected_focused_holo.9.png (revision 0)
+++ res/crunch/drawable-hdpi/vpi__tab_selected_focused_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-hdpi/vpi__tab_selected_focused_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png
===================================================================
--- res/crunch/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png (revision 0)
+++ res/crunch/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png
===================================================================
--- res/crunch/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png (revision 0)
+++ res/crunch/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-hdpi/vpi__tab_selected_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-hdpi/vpi__tab_selected_holo.9.png
===================================================================
--- res/crunch/drawable-hdpi/vpi__tab_selected_holo.9.png (revision 0)
+++ res/crunch/drawable-hdpi/vpi__tab_selected_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-hdpi/vpi__tab_selected_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-hdpi/vpi__tab_unselected_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-hdpi/vpi__tab_unselected_holo.9.png
===================================================================
--- res/crunch/drawable-hdpi/vpi__tab_unselected_holo.9.png (revision 0)
+++ res/crunch/drawable-hdpi/vpi__tab_unselected_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-hdpi/vpi__tab_unselected_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-mdpi/vpi__tab_selected_focused_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-mdpi/vpi__tab_selected_focused_holo.9.png
===================================================================
--- res/crunch/drawable-mdpi/vpi__tab_selected_focused_holo.9.png (revision 0)
+++ res/crunch/drawable-mdpi/vpi__tab_selected_focused_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-mdpi/vpi__tab_selected_focused_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png
===================================================================
--- res/crunch/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png (revision 0)
+++ res/crunch/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png
===================================================================
--- res/crunch/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png (revision 0)
+++ res/crunch/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-mdpi/vpi__tab_selected_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-mdpi/vpi__tab_selected_holo.9.png
===================================================================
--- res/crunch/drawable-mdpi/vpi__tab_selected_holo.9.png (revision 0)
+++ res/crunch/drawable-mdpi/vpi__tab_selected_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-mdpi/vpi__tab_selected_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-mdpi/vpi__tab_unselected_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-mdpi/vpi__tab_unselected_holo.9.png
===================================================================
--- res/crunch/drawable-mdpi/vpi__tab_unselected_holo.9.png (revision 0)
+++ res/crunch/drawable-mdpi/vpi__tab_unselected_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-mdpi/vpi__tab_unselected_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png
===================================================================
--- res/crunch/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png (revision 0)
+++ res/crunch/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png
===================================================================
--- res/crunch/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png (revision 0)
+++ res/crunch/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png
===================================================================
--- res/crunch/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png (revision 0)
+++ res/crunch/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png
===================================================================
--- res/crunch/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png (revision 0)
+++ res/crunch/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png
===================================================================
--- res/crunch/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png (revision 0)
+++ res/crunch/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-xhdpi/vpi__tab_selected_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-xhdpi/vpi__tab_selected_holo.9.png
===================================================================
--- res/crunch/drawable-xhdpi/vpi__tab_selected_holo.9.png (revision 0)
+++ res/crunch/drawable-xhdpi/vpi__tab_selected_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-xhdpi/vpi__tab_selected_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/crunch/drawable-xhdpi/vpi__tab_unselected_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/crunch/drawable-xhdpi/vpi__tab_unselected_holo.9.png
===================================================================
--- res/crunch/drawable-xhdpi/vpi__tab_unselected_holo.9.png (revision 0)
+++ res/crunch/drawable-xhdpi/vpi__tab_unselected_holo.9.png (revision 5)
Property changes on: res/crunch/drawable-xhdpi/vpi__tab_unselected_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-hdpi/vpi__tab_selected_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-hdpi/vpi__tab_selected_holo.9.png
===================================================================
--- res/drawable-hdpi/vpi__tab_selected_holo.9.png (revision 0)
+++ res/drawable-hdpi/vpi__tab_selected_holo.9.png (revision 5)
Property changes on: res/drawable-hdpi/vpi__tab_selected_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-hdpi/vpi__tab_unselected_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-hdpi/vpi__tab_unselected_holo.9.png
===================================================================
--- res/drawable-hdpi/vpi__tab_unselected_holo.9.png (revision 0)
+++ res/drawable-hdpi/vpi__tab_unselected_holo.9.png (revision 5)
Property changes on: res/drawable-hdpi/vpi__tab_unselected_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png
===================================================================
--- res/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png (revision 0)
+++ res/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png (revision 5)
Property changes on: res/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-hdpi/vpi__tab_selected_focused_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-hdpi/vpi__tab_selected_focused_holo.9.png
===================================================================
--- res/drawable-hdpi/vpi__tab_selected_focused_holo.9.png (revision 0)
+++ res/drawable-hdpi/vpi__tab_selected_focused_holo.9.png (revision 5)
Property changes on: res/drawable-hdpi/vpi__tab_selected_focused_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png
===================================================================
--- res/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png (revision 0)
+++ res/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png (revision 5)
Property changes on: res/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png
===================================================================
--- res/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png (revision 0)
+++ res/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png (revision 5)
Property changes on: res/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-mdpi/vpi__tab_selected_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-mdpi/vpi__tab_selected_holo.9.png
===================================================================
--- res/drawable-mdpi/vpi__tab_selected_holo.9.png (revision 0)
+++ res/drawable-mdpi/vpi__tab_selected_holo.9.png (revision 5)
Property changes on: res/drawable-mdpi/vpi__tab_selected_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-mdpi/vpi__tab_unselected_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-mdpi/vpi__tab_unselected_holo.9.png
===================================================================
--- res/drawable-mdpi/vpi__tab_unselected_holo.9.png (revision 0)
+++ res/drawable-mdpi/vpi__tab_unselected_holo.9.png (revision 5)
Property changes on: res/drawable-mdpi/vpi__tab_unselected_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png
===================================================================
--- res/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png (revision 0)
+++ res/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png (revision 5)
Property changes on: res/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-mdpi/vpi__tab_selected_focused_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-mdpi/vpi__tab_selected_focused_holo.9.png
===================================================================
--- res/drawable-mdpi/vpi__tab_selected_focused_holo.9.png (revision 0)
+++ res/drawable-mdpi/vpi__tab_selected_focused_holo.9.png (revision 5)
Property changes on: res/drawable-mdpi/vpi__tab_selected_focused_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png
===================================================================
--- res/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png (revision 0)
+++ res/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png (revision 5)
Property changes on: res/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png
===================================================================
--- res/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png (revision 0)
+++ res/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png (revision 5)
Property changes on: res/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png
===================================================================
--- res/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png (revision 0)
+++ res/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png (revision 5)
Property changes on: res/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-xhdpi/vpi__tab_selected_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-xhdpi/vpi__tab_selected_holo.9.png
===================================================================
--- res/drawable-xhdpi/vpi__tab_selected_holo.9.png (revision 0)
+++ res/drawable-xhdpi/vpi__tab_selected_holo.9.png (revision 5)
Property changes on: res/drawable-xhdpi/vpi__tab_selected_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-xhdpi/vpi__tab_unselected_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-xhdpi/vpi__tab_unselected_holo.9.png
===================================================================
--- res/drawable-xhdpi/vpi__tab_unselected_holo.9.png (revision 0)
+++ res/drawable-xhdpi/vpi__tab_unselected_holo.9.png (revision 5)
Property changes on: res/drawable-xhdpi/vpi__tab_unselected_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png
===================================================================
--- res/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png (revision 0)
+++ res/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png (revision 5)
Property changes on: res/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png
===================================================================
--- res/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png (revision 0)
+++ res/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png (revision 5)
Property changes on: res/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: res/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: res/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png
===================================================================
--- res/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png (revision 0)
+++ res/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png (revision 5)
Property changes on: res/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: jarlist.cache
===================================================================
--- jarlist.cache (revision 0)
+++ jarlist.cache (revision 5)
@@ -0,0 +1,3 @@
+# cache for current jar dependecy. DO NOT EDIT.
+# format is &lastModified& &length& &SHA-1& &path&
+# Encoding is UTF-8
(C)&&2013&&Alibaba&&Inc.&&All&&rights&&resvered.
Powered by}

我要回帖

更多关于 viewpagerindicator 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信