mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-11 19:45:01 -05:00
39 lines
2.0 KiB
XML
39 lines
2.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- Copyright (C) 2011 Jake Wharton
|
||
|
|
||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
you may not use this file except in compliance with the License.
|
||
|
You may obtain a copy of the License at
|
||
|
|
||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
|
||
|
Unless required by applicable law or agreed to in writing, software
|
||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
See the License for the specific language governing permissions and
|
||
|
limitations under the License.
|
||
|
-->
|
||
|
|
||
|
<resources>
|
||
|
<bool name="default_circle_indicator_centered">true</bool>
|
||
|
<color name="default_circle_indicator_fill_color">#FFFFFFFF</color>
|
||
|
<integer name="default_circle_indicator_orientation">0</integer>
|
||
|
<dimen name="default_circle_indicator_radius">3dp</dimen>
|
||
|
<bool name="default_circle_indicator_snap">false</bool>
|
||
|
<color name="default_circle_indicator_stroke_color">#FFDDDDDD</color>
|
||
|
<dimen name="default_circle_indicator_stroke_width">1dp</dimen>
|
||
|
|
||
|
<dimen name="default_title_indicator_clip_padding">4dp</dimen>
|
||
|
<color name="default_title_indicator_footer_color">#FF6899FF</color>
|
||
|
<dimen name="default_title_indicator_footer_line_height">2dp</dimen>
|
||
|
<integer name="default_title_indicator_footer_indicator_style">2</integer>
|
||
|
<dimen name="default_title_indicator_footer_indicator_height">4dp</dimen>
|
||
|
<dimen name="default_title_indicator_footer_indicator_underline_padding">20dp</dimen>
|
||
|
<dimen name="default_title_indicator_footer_padding">7dp</dimen>
|
||
|
<color name="default_title_indicator_selected_color">#FFFFFFFF</color>
|
||
|
<bool name="default_title_indicator_selected_bold">true</bool>
|
||
|
<color name="default_title_indicator_text_color">#BBFFFFFF</color>
|
||
|
<dimen name="default_title_indicator_text_size">15sp</dimen>
|
||
|
<dimen name="default_title_indicator_title_padding">5dp</dimen>
|
||
|
<dimen name="default_title_indicator_top_padding">7dp</dimen>
|
||
|
</resources>
|