Skip to content

Commit bf03eba

Browse files
committed
No .gitignore nonsense.
1 parent 2690f4e commit bf03eba

29 files changed

+2119
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Automatically generated file. DO NOT MODIFY
3+
*/
4+
package com.viewpagerindicator;
5+
6+
public final class BuildConfig {
7+
public static final boolean DEBUG = Boolean.parseBoolean("true");
8+
public static final String PACKAGE_NAME = "com.viewpagerindicator";
9+
public static final String BUILD_TYPE = "debug";
10+
public static final String FLAVOR = "";
11+
public static final int VERSION_CODE = 65;
12+
public static final String VERSION_NAME = "";
13+
}

library/build/generated/source/r/debug/com/viewpagerindicator/R.java

Lines changed: 1159 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="com.viewpagerindicator"
4+
android:versionCode="65"
5+
android:versionName="2.4.1" >
6+
7+
<uses-sdk
8+
android:minSdkVersion="11"
9+
android:targetSdkVersion="19" />
10+
11+
</manifest>
Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
int attr centered 0x7f010000
2+
int attr clipPadding 0x7f01000b
3+
int attr fadeDelay 0x7f010017
4+
int attr fadeLength 0x7f010018
5+
int attr fades 0x7f010016
6+
int attr fillColor 0x7f010004
7+
int attr footerColor 0x7f01000c
8+
int attr footerIndicatorHeight 0x7f01000f
9+
int attr footerIndicatorStyle 0x7f01000e
10+
int attr footerIndicatorUnderlinePadding 0x7f010010
11+
int attr footerLineHeight 0x7f01000d
12+
int attr footerPadding 0x7f010011
13+
int attr gapWidth 0x7f01000a
14+
int attr linePosition 0x7f010012
15+
int attr lineWidth 0x7f010009
16+
int attr pageColor 0x7f010005
17+
int attr radius 0x7f010006
18+
int attr selectedBold 0x7f010013
19+
int attr selectedColor 0x7f010001
20+
int attr snap 0x7f010007
21+
int attr strokeColor 0x7f010008
22+
int attr strokeWidth 0x7f010002
23+
int attr titlePadding 0x7f010014
24+
int attr topPadding 0x7f010015
25+
int attr unselectedColor 0x7f010003
26+
int attr vpiCirclePageIndicatorStyle 0x7f010019
27+
int attr vpiIconPageIndicatorStyle 0x7f01001a
28+
int attr vpiLinePageIndicatorStyle 0x7f01001b
29+
int attr vpiTabPageIndicatorStyle 0x7f01001d
30+
int attr vpiTitlePageIndicatorStyle 0x7f01001c
31+
int attr vpiUnderlinePageIndicatorStyle 0x7f01001e
32+
int bool default_circle_indicator_centered 0x7f030000
33+
int bool default_circle_indicator_snap 0x7f030001
34+
int bool default_line_indicator_centered 0x7f030002
35+
int bool default_title_indicator_selected_bold 0x7f030003
36+
int bool default_underline_indicator_fades 0x7f030004
37+
int color default_circle_indicator_fill_color 0x7f040000
38+
int color default_circle_indicator_page_color 0x7f040001
39+
int color default_circle_indicator_stroke_color 0x7f040002
40+
int color default_line_indicator_selected_color 0x7f040003
41+
int color default_line_indicator_unselected_color 0x7f040004
42+
int color default_title_indicator_footer_color 0x7f040005
43+
int color default_title_indicator_selected_color 0x7f040006
44+
int color default_title_indicator_text_color 0x7f040007
45+
int color default_underline_indicator_selected_color 0x7f040008
46+
int color vpi__background_holo_dark 0x7f040009
47+
int color vpi__background_holo_light 0x7f04000a
48+
int color vpi__bright_foreground_disabled_holo_dark 0x7f04000b
49+
int color vpi__bright_foreground_disabled_holo_light 0x7f04000c
50+
int color vpi__bright_foreground_holo_dark 0x7f04000d
51+
int color vpi__bright_foreground_holo_light 0x7f04000e
52+
int color vpi__bright_foreground_inverse_holo_dark 0x7f04000f
53+
int color vpi__bright_foreground_inverse_holo_light 0x7f040010
54+
int color vpi__dark_theme 0x7f040011
55+
int color vpi__light_theme 0x7f040012
56+
int dimen default_circle_indicator_radius 0x7f060000
57+
int dimen default_circle_indicator_stroke_width 0x7f060001
58+
int dimen default_line_indicator_gap_width 0x7f060002
59+
int dimen default_line_indicator_line_width 0x7f060003
60+
int dimen default_line_indicator_stroke_width 0x7f060004
61+
int dimen default_title_indicator_clip_padding 0x7f060005
62+
int dimen default_title_indicator_footer_indicator_height 0x7f060006
63+
int dimen default_title_indicator_footer_indicator_underline_padding 0x7f060007
64+
int dimen default_title_indicator_footer_line_height 0x7f060008
65+
int dimen default_title_indicator_footer_padding 0x7f060009
66+
int dimen default_title_indicator_text_size 0x7f06000a
67+
int dimen default_title_indicator_title_padding 0x7f06000b
68+
int dimen default_title_indicator_top_padding 0x7f06000c
69+
int drawable vpi__tab_indicator 0x7f020000
70+
int drawable vpi__tab_selected_focused_holo 0x7f020001
71+
int drawable vpi__tab_selected_holo 0x7f020002
72+
int drawable vpi__tab_selected_pressed_holo 0x7f020003
73+
int drawable vpi__tab_unselected_focused_holo 0x7f020004
74+
int drawable vpi__tab_unselected_holo 0x7f020005
75+
int drawable vpi__tab_unselected_pressed_holo 0x7f020006
76+
int id bottom 0x7f050003
77+
int id none 0x7f050000
78+
int id top 0x7f050004
79+
int id triangle 0x7f050001
80+
int id underline 0x7f050002
81+
int integer default_circle_indicator_orientation 0x7f070000
82+
int integer default_title_indicator_footer_indicator_style 0x7f070001
83+
int integer default_title_indicator_line_position 0x7f070002
84+
int integer default_underline_indicator_fade_delay 0x7f070003
85+
int integer default_underline_indicator_fade_length 0x7f070004
86+
int style TextAppearance_TabPageIndicator 0x7f080000
87+
int style Theme_PageIndicatorDefaults 0x7f080001
88+
int style Widget 0x7f080002
89+
int style Widget_IconPageIndicator 0x7f080003
90+
int style Widget_TabPageIndicator 0x7f080004
91+
int[] styleable CirclePageIndicator { 0x010100c4, 0x010100d4, 0x7f010000, 0x7f010002, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008 }
92+
int styleable CirclePageIndicator_android_background 1
93+
int styleable CirclePageIndicator_android_orientation 0
94+
int styleable CirclePageIndicator_centered 2
95+
int styleable CirclePageIndicator_fillColor 4
96+
int styleable CirclePageIndicator_pageColor 5
97+
int styleable CirclePageIndicator_radius 6
98+
int styleable CirclePageIndicator_snap 7
99+
int styleable CirclePageIndicator_strokeColor 8
100+
int styleable CirclePageIndicator_strokeWidth 3
101+
int[] styleable LinePageIndicator { 0x010100d4, 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010009, 0x7f01000a }
102+
int styleable LinePageIndicator_android_background 0
103+
int styleable LinePageIndicator_centered 1
104+
int styleable LinePageIndicator_gapWidth 6
105+
int styleable LinePageIndicator_lineWidth 5
106+
int styleable LinePageIndicator_selectedColor 2
107+
int styleable LinePageIndicator_strokeWidth 3
108+
int styleable LinePageIndicator_unselectedColor 4
109+
int[] styleable TitlePageIndicator { 0x01010095, 0x01010098, 0x010100d4, 0x7f010001, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015 }
110+
int styleable TitlePageIndicator_android_background 2
111+
int styleable TitlePageIndicator_android_textColor 1
112+
int styleable TitlePageIndicator_android_textSize 0
113+
int styleable TitlePageIndicator_clipPadding 4
114+
int styleable TitlePageIndicator_footerColor 5
115+
int styleable TitlePageIndicator_footerIndicatorHeight 8
116+
int styleable TitlePageIndicator_footerIndicatorStyle 7
117+
int styleable TitlePageIndicator_footerIndicatorUnderlinePadding 9
118+
int styleable TitlePageIndicator_footerLineHeight 6
119+
int styleable TitlePageIndicator_footerPadding 10
120+
int styleable TitlePageIndicator_linePosition 11
121+
int styleable TitlePageIndicator_selectedBold 12
122+
int styleable TitlePageIndicator_selectedColor 3
123+
int styleable TitlePageIndicator_titlePadding 13
124+
int styleable TitlePageIndicator_topPadding 14
125+
int[] styleable UnderlinePageIndicator { 0x010100d4, 0x7f010001, 0x7f010016, 0x7f010017, 0x7f010018 }
126+
int styleable UnderlinePageIndicator_android_background 0
127+
int styleable UnderlinePageIndicator_fadeDelay 3
128+
int styleable UnderlinePageIndicator_fadeLength 4
129+
int styleable UnderlinePageIndicator_fades 2
130+
int styleable UnderlinePageIndicator_selectedColor 1
131+
int[] styleable ViewPagerIndicator { 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, 0x7f01001d, 0x7f01001e }
132+
int styleable ViewPagerIndicator_vpiCirclePageIndicatorStyle 0
133+
int styleable ViewPagerIndicator_vpiIconPageIndicatorStyle 1
134+
int styleable ViewPagerIndicator_vpiLinePageIndicatorStyle 2
135+
int styleable ViewPagerIndicator_vpiTabPageIndicatorStyle 4
136+
int styleable ViewPagerIndicator_vpiTitlePageIndicatorStyle 3
137+
int styleable ViewPagerIndicator_vpiUnderlinePageIndicatorStyle 5
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (C) 2010 The Android Open Source Project
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
18+
<item android:state_enabled="false" android:color="@color/vpi__bright_foreground_disabled_holo_dark"/>
19+
<item android:state_window_focused="false" android:color="@color/vpi__bright_foreground_holo_dark"/>
20+
<item android:state_pressed="true" android:color="@color/vpi__bright_foreground_holo_dark"/>
21+
<item android:state_selected="true" android:color="@color/vpi__bright_foreground_holo_dark"/>
22+
<!--item android:state_activated="true" android:color="@color/vpi__bright_foreground_holo_dark"/-->
23+
<item android:color="@color/vpi__bright_foreground_holo_dark"/> <!-- not selected -->
24+
</selector>
25+
<!-- From: file:/Users/lucasihlstrom/Documents/apping/Android/Auctionet-Android/Auctionet/Libraries/Android-ViewPagerIndicator/library/src/main/res/color/vpi__dark_theme.xml -->
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (C) 2010 The Android Open Source Project
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
18+
<item android:state_enabled="false" android:color="@color/vpi__bright_foreground_disabled_holo_light"/>
19+
<item android:state_window_focused="false" android:color="@color/vpi__bright_foreground_holo_light"/>
20+
<item android:state_pressed="true" android:color="@color/vpi__bright_foreground_holo_light"/>
21+
<item android:state_selected="true" android:color="@color/vpi__bright_foreground_holo_light"/>
22+
<!--item android:state_activated="true" android:color="@color/vpi__bright_foreground_holo_light"/-->
23+
<item android:color="@color/vpi__bright_foreground_holo_light"/> <!-- not selected -->
24+
25+
</selector>
26+
27+
<!-- From: file:/Users/lucasihlstrom/Documents/apping/Android/Auctionet-Android/Auctionet/Libraries/Android-ViewPagerIndicator/library/src/main/res/color/vpi__light_theme.xml -->
Loading
Loading
Loading
Loading
Loading
Loading
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (C) 2008 The Android Open Source Project
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
18+
<!-- Non focused states -->
19+
<item android:state_focused="false" android:state_selected="false" android:state_pressed="false" android:drawable="@drawable/vpi__tab_unselected_holo" />
20+
<item android:state_focused="false" android:state_selected="true" android:state_pressed="false" android:drawable="@drawable/vpi__tab_selected_holo" />
21+
22+
<!-- Focused states -->
23+
<item android:state_focused="true" android:state_selected="false" android:state_pressed="false" android:drawable="@drawable/vpi__tab_unselected_focused_holo" />
24+
<item android:state_focused="true" android:state_selected="true" android:state_pressed="false" android:drawable="@drawable/vpi__tab_selected_focused_holo" />
25+
26+
<!-- Pressed -->
27+
<!-- Non focused states -->
28+
<item android:state_focused="false" android:state_selected="false" android:state_pressed="true" android:drawable="@drawable/vpi__tab_unselected_pressed_holo" />
29+
<item android:state_focused="false" android:state_selected="true" android:state_pressed="true" android:drawable="@drawable/vpi__tab_selected_pressed_holo" />
30+
31+
<!-- Focused states -->
32+
<item android:state_focused="true" android:state_selected="false" android:state_pressed="true" android:drawable="@drawable/vpi__tab_unselected_pressed_holo" />
33+
<item android:state_focused="true" android:state_selected="true" android:state_pressed="true" android:drawable="@drawable/vpi__tab_selected_pressed_holo" />
34+
</selector>
35+
<!-- From: file:/Users/lucasihlstrom/Documents/apping/Android/Auctionet-Android/Auctionet/Libraries/Android-ViewPagerIndicator/library/src/main/res/drawable/vpi__tab_indicator.xml -->

0 commit comments

Comments
 (0)