Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21478 rajender 1
<?xml version="1.0" encoding="utf-8"?>
2
<merger version="3"><dataSet config="main$Generated" generated="true"><source path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res"/><source path="/home/rajender/Desktop/ProfitMandiAndroid/library/build/generated/res/rs/debug"/><source path="/home/rajender/Desktop/ProfitMandiAndroid/library/build/generated/res/resValues/debug"/></dataSet><dataSet config="debug$Generated" generated="true"><source path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/debug/res"/></dataSet><dataSet config="main" generated-set="main$Generated"><source path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res"><file path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/values/vpi__styles.xml" qualifiers=""><style name="Widget.IconPageIndicator" parent="Widget">
3
        <item name="android:layout_marginLeft">6dp</item>
4
        <item name="android:layout_marginRight">6dp</item>
5
    </style><style name="Theme.PageIndicatorDefaults" parent="android:Theme">
6
        <item name="vpiIconPageIndicatorStyle">@style/Widget.IconPageIndicator</item>
7
        <item name="vpiTabPageIndicatorStyle">@style/Widget.TabPageIndicator</item>
8
    </style><style name="Widget">
9
    </style><style name="Widget.TabPageIndicator" parent="Widget">
10
        <item name="android:gravity">center</item>
11
        <item name="android:background">@drawable/vpi__tab_indicator</item>
12
        <item name="android:paddingLeft">22dip</item>
13
        <item name="android:paddingRight">22dip</item>
14
        <item name="android:paddingTop">12dp</item>
15
        <item name="android:paddingBottom">12dp</item>
16
        <item name="android:textAppearance">@style/TextAppearance.TabPageIndicator</item>
17
        <item name="android:textSize">12sp</item>
18
        <item name="android:maxLines">1</item>
19
    </style><style name="TextAppearance.TabPageIndicator" parent="Widget">
20
        <item name="android:textStyle">bold</item>
21
        <item name="android:textColor">@color/vpi__dark_theme</item>
22
    </style></file><file path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/values/vpi__defaults.xml" qualifiers=""><dimen name="default_circle_indicator_radius">3dp</dimen><color name="default_circle_indicator_fill_color">#FFFFFFFF</color><color name="default_circle_indicator_page_color">#00000000</color><bool name="default_circle_indicator_snap">false</bool><bool name="default_title_indicator_selected_bold">true</bool><color name="default_underline_indicator_selected_color">#FF33B5E5</color><dimen name="default_title_indicator_clip_padding">4dp</dimen><integer name="default_underline_indicator_fade_length">400</integer><dimen name="default_line_indicator_line_width">12dp</dimen><dimen name="default_title_indicator_footer_indicator_height">4dp</dimen><color name="default_circle_indicator_stroke_color">#FFDDDDDD</color><color name="default_line_indicator_selected_color">#FF33B5E5</color><integer name="default_underline_indicator_fade_delay">300</integer><integer name="default_circle_indicator_orientation">0</integer><bool name="default_circle_indicator_centered">true</bool><integer name="default_title_indicator_footer_indicator_style">2</integer><dimen name="default_title_indicator_footer_padding">7dp</dimen><dimen name="default_title_indicator_top_padding">7dp</dimen><color name="default_title_indicator_text_color">#BBFFFFFF</color><dimen name="default_title_indicator_title_padding">5dp</dimen><dimen name="default_title_indicator_text_size">15dp</dimen><bool name="default_underline_indicator_fades">true</bool><dimen name="default_circle_indicator_stroke_width">1dp</dimen><dimen name="default_line_indicator_gap_width">4dp</dimen><color name="default_line_indicator_unselected_color">#FFBBBBBB</color><integer name="default_title_indicator_line_position">0</integer><dimen name="default_line_indicator_stroke_width">1dp</dimen><dimen name="default_title_indicator_footer_indicator_underline_padding">20dp</dimen><color name="default_title_indicator_selected_color">#FFFFFFFF</color><dimen name="default_title_indicator_footer_line_height">2dp</dimen><bool name="default_line_indicator_centered">true</bool><color name="default_title_indicator_footer_color">#FF33B5E5</color></file><file path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/values/vpi__attrs.xml" qualifiers=""><attr format="boolean" name="centered"/><declare-styleable name="CirclePageIndicator">
23
        <!-- Whether or not the indicators should be centered. -->
24
        <attr name="centered"/>
25
        <!-- Color of the filled circle that represents the current page. -->
26
        <attr format="color" name="fillColor"/>
27
        <!-- Color of the filled circles that represents pages. -->
28
        <attr format="color" name="pageColor"/>
29
        <!-- Orientation of the indicator. -->
30
        <attr name="android:orientation"/>
31
        <!-- Radius of the circles. This is also the spacing between circles. -->
32
        <attr format="dimension" name="radius"/>
33
        <!-- Whether or not the selected indicator snaps to the circles. -->
34
        <attr format="boolean" name="snap"/>
35
        <!-- Color of the open circles. -->
36
        <attr format="color" name="strokeColor"/>
37
        <!-- Width of the stroke used to draw the circles. -->
38
        <attr name="strokeWidth"/>
39
        <!-- View background -->
40
        <attr name="android:background"/>
41
    </declare-styleable><attr format="color" name="selectedColor"/><declare-styleable name="TitlePageIndicator">
42
        <!-- Screen edge padding. -->
43
        <attr format="dimension" name="clipPadding"/>
44
        <!-- Color of the footer line and indicator. -->
45
        <attr format="color" name="footerColor"/>
46
        <!-- Height of the footer line. -->
47
        <attr format="dimension" name="footerLineHeight"/>
48
        <!-- Style of the indicator. Default is triangle. -->
49
        <attr name="footerIndicatorStyle">
50
            <enum name="none" value="0"/>
51
            <enum name="triangle" value="1"/>
52
            <enum name="underline" value="2"/>
53
        </attr>
54
        <!-- Height of the indicator above the footer line. -->
55
        <attr format="dimension" name="footerIndicatorHeight"/>
56
        <!-- Left and right padding of the underline indicator. -->
57
        <attr format="dimension" name="footerIndicatorUnderlinePadding"/>
58
        <!-- Padding between the bottom of the title and the footer. -->
59
        <attr format="dimension" name="footerPadding"/>
60
        <!-- Position of the line. -->
61
        <attr name="linePosition">
62
            <enum name="bottom" value="0"/>
63
            <enum name="top" value="1"/>
64
        </attr>
65
        <!-- Color of the selected title. -->
66
        <attr name="selectedColor"/>
67
        <!-- Whether or not the selected item is displayed as bold. -->
68
        <attr format="boolean" name="selectedBold"/>
69
        <!-- Color of regular titles. -->
70
        <attr name="android:textColor"/>
71
        <!-- Size of title text. -->
72
        <attr name="android:textSize"/>
73
        <!-- Padding between titles when bumping into each other. -->
74
        <attr format="dimension" name="titlePadding"/>
75
        <!-- Padding between titles and the top of the View. -->
76
        <attr format="dimension" name="topPadding"/>
77
        <!-- View background -->
78
        <attr name="android:background"/>
79
    </declare-styleable><declare-styleable name="UnderlinePageIndicator">
80
        <!-- Whether or not the selected indicator fades. -->
81
        <attr format="boolean" name="fades"/>
82
        <!-- Length of the delay to fade the indicator. -->
83
        <attr format="integer" name="fadeDelay"/>
84
        <!-- Length of the indicator fade to transparent. -->
85
        <attr format="integer" name="fadeLength"/>
86
        <!-- Color of the selected line that represents the current page. -->
87
        <attr name="selectedColor"/>
88
        <!-- View background -->
89
        <attr name="android:background"/>
90
    </declare-styleable><declare-styleable name="ViewPagerIndicator">
91
        <!-- Style of the circle indicator. -->
92
        <attr format="reference" name="vpiCirclePageIndicatorStyle"/>
93
        <!-- Style of the icon indicator's views. -->
94
        <attr format="reference" name="vpiIconPageIndicatorStyle"/>
95
        <!-- Style of the line indicator. -->
96
        <attr format="reference" name="vpiLinePageIndicatorStyle"/>
97
        <!-- Style of the title indicator. -->
98
        <attr format="reference" name="vpiTitlePageIndicatorStyle"/>
99
        <!-- Style of the tab indicator's tabs. -->
100
        <attr format="reference" name="vpiTabPageIndicatorStyle"/>
101
        <!-- Style of the underline indicator. -->
102
        <attr format="reference" name="vpiUnderlinePageIndicatorStyle"/>
103
    </declare-styleable><attr format="color" name="unselectedColor"/><attr format="dimension" name="strokeWidth"/><declare-styleable name="LinePageIndicator">
104
        <!-- Whether or not the indicators should be centered. -->
105
        <attr name="centered"/>
106
        <!-- Color of the unselected lines that represent the pages. -->
107
        <attr name="unselectedColor"/>
108
        <!-- Color of the selected line that represents the current page. -->
109
        <attr name="selectedColor"/>
110
        <!-- Width of each indicator line. -->
111
        <attr format="dimension" name="lineWidth"/>
112
        <!-- Width of each indicator line's stroke. -->
113
        <attr name="strokeWidth"/>
114
        <!-- Width of the gap between each indicator line. -->
115
        <attr format="dimension" name="gapWidth"/>
116
        <!-- View background -->
117
        <attr name="android:background"/>
118
    </declare-styleable></file><file path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/values/vpi__colors.xml" qualifiers=""><color name="vpi__bright_foreground_holo_dark">@color/vpi__background_holo_light</color><color name="vpi__bright_foreground_inverse_holo_light">@color/vpi__bright_foreground_holo_dark</color><color name="vpi__bright_foreground_disabled_holo_light">#ffb2b2b2</color><color name="vpi__background_holo_light">#fff3f3f3</color><color name="vpi__bright_foreground_disabled_holo_dark">#ff4c4c4c</color><color name="vpi__bright_foreground_inverse_holo_dark">@color/vpi__bright_foreground_holo_light</color><color name="vpi__background_holo_dark">#ff000000</color><color name="vpi__bright_foreground_holo_light">@color/vpi__background_holo_dark</color></file><file name="vpi__tab_unselected_pressed_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png" qualifiers="mdpi-v4" type="drawable"/><file name="vpi__tab_selected_focused_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-mdpi/vpi__tab_selected_focused_holo.9.png" qualifiers="mdpi-v4" type="drawable"/><file name="vpi__tab_selected_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-mdpi/vpi__tab_selected_holo.9.png" qualifiers="mdpi-v4" type="drawable"/><file name="vpi__tab_selected_pressed_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png" qualifiers="mdpi-v4" type="drawable"/><file name="vpi__tab_unselected_focused_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png" qualifiers="mdpi-v4" type="drawable"/><file name="vpi__tab_unselected_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-mdpi/vpi__tab_unselected_holo.9.png" qualifiers="mdpi-v4" type="drawable"/><file name="vpi__tab_unselected_pressed_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png" qualifiers="xhdpi-v4" type="drawable"/><file name="vpi__tab_selected_focused_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png" qualifiers="xhdpi-v4" type="drawable"/><file name="vpi__tab_selected_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-xhdpi/vpi__tab_selected_holo.9.png" qualifiers="xhdpi-v4" type="drawable"/><file name="vpi__tab_selected_pressed_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png" qualifiers="xhdpi-v4" type="drawable"/><file name="vpi__tab_unselected_focused_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png" qualifiers="xhdpi-v4" type="drawable"/><file name="vpi__tab_unselected_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-xhdpi/vpi__tab_unselected_holo.9.png" qualifiers="xhdpi-v4" type="drawable"/><file name="vpi__tab_unselected_pressed_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png" qualifiers="hdpi-v4" type="drawable"/><file name="vpi__tab_selected_focused_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-hdpi/vpi__tab_selected_focused_holo.9.png" qualifiers="hdpi-v4" type="drawable"/><file name="vpi__tab_selected_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-hdpi/vpi__tab_selected_holo.9.png" qualifiers="hdpi-v4" type="drawable"/><file name="vpi__tab_selected_pressed_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png" qualifiers="hdpi-v4" type="drawable"/><file name="vpi__tab_unselected_focused_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png" qualifiers="hdpi-v4" type="drawable"/><file name="vpi__tab_unselected_holo" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable-hdpi/vpi__tab_unselected_holo.9.png" qualifiers="hdpi-v4" type="drawable"/><file name="vpi__dark_theme" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/color/vpi__dark_theme.xml" qualifiers="" type="color"/><file name="vpi__light_theme" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/color/vpi__light_theme.xml" qualifiers="" type="color"/><file name="vpi__tab_indicator" path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/main/res/drawable/vpi__tab_indicator.xml" qualifiers="" type="drawable"/></source><source path="/home/rajender/Desktop/ProfitMandiAndroid/library/build/generated/res/rs/debug"/><source path="/home/rajender/Desktop/ProfitMandiAndroid/library/build/generated/res/resValues/debug"/></dataSet><dataSet config="debug" generated-set="debug$Generated"><source path="/home/rajender/Desktop/ProfitMandiAndroid/library/src/debug/res"/></dataSet><mergedItems><configuration qualifiers=""><declare-styleable name="UnderlinePageIndicator"><attr format="boolean" name="fades"/><attr format="integer" name="fadeDelay"/><attr format="integer" name="fadeLength"/><attr name="selectedColor"/><attr name="android:background"/></declare-styleable><declare-styleable name="CirclePageIndicator"><attr name="centered"/><attr format="color" name="fillColor"/><attr format="color" name="pageColor"/><attr name="android:orientation"/><attr format="dimension" name="radius"/><attr format="boolean" name="snap"/><attr format="color" name="strokeColor"/><attr name="strokeWidth"/><attr name="android:background"/></declare-styleable><declare-styleable name="ViewPagerIndicator"><attr format="reference" name="vpiCirclePageIndicatorStyle"/><attr format="reference" name="vpiIconPageIndicatorStyle"/><attr format="reference" name="vpiLinePageIndicatorStyle"/><attr format="reference" name="vpiTitlePageIndicatorStyle"/><attr format="reference" name="vpiTabPageIndicatorStyle"/><attr format="reference" name="vpiUnderlinePageIndicatorStyle"/></declare-styleable><declare-styleable name="TitlePageIndicator"><attr format="dimension" name="clipPadding"/><attr format="color" name="footerColor"/><attr format="dimension" name="footerLineHeight"/><attr name="footerIndicatorStyle"><enum name="none" value="0"/><enum name="triangle" value="1"/><enum name="underline" value="2"/></attr><attr format="dimension" name="footerIndicatorHeight"/><attr format="dimension" name="footerIndicatorUnderlinePadding"/><attr format="dimension" name="footerPadding"/><attr name="linePosition"><enum name="bottom" value="0"/><enum name="top" value="1"/></attr><attr name="selectedColor"/><attr format="boolean" name="selectedBold"/><attr name="android:textColor"/><attr name="android:textSize"/><attr format="dimension" name="titlePadding"/><attr format="dimension" name="topPadding"/><attr name="android:background"/></declare-styleable><declare-styleable name="LinePageIndicator"><attr name="centered"/><attr name="unselectedColor"/><attr name="selectedColor"/><attr format="dimension" name="lineWidth"/><attr name="strokeWidth"/><attr format="dimension" name="gapWidth"/><attr name="android:background"/></declare-styleable></configuration></mergedItems></merger>