diff options
| author | SammysHP <sven@sammyshp.de> | 2011-11-30 23:40:07 +0100 |
|---|---|---|
| committer | SammysHP <sven@sammyshp.de> | 2011-11-30 23:40:07 +0100 |
| commit | 2ee316f47764cd69a770a0f95de527c923adfeb6 (patch) | |
| tree | d247375dd09c6e606954dcab051a1157a80619d0 /main/res/values/vpi__defaults.xml | |
| parent | ee6f3da6cc73b7c747b435d1a6ea352babd3fd75 (diff) | |
| download | cgeo-2ee316f47764cd69a770a0f95de527c923adfeb6.zip cgeo-2ee316f47764cd69a770a0f95de527c923adfeb6.tar.gz cgeo-2ee316f47764cd69a770a0f95de527c923adfeb6.tar.bz2 | |
New viewpager-indicator
See #847
Diffstat (limited to 'main/res/values/vpi__defaults.xml')
| -rw-r--r-- | main/res/values/vpi__defaults.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/main/res/values/vpi__defaults.xml b/main/res/values/vpi__defaults.xml new file mode 100644 index 0000000..4e0bb8f --- /dev/null +++ b/main/res/values/vpi__defaults.xml @@ -0,0 +1,31 @@ +<?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> + <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">1px</dimen> + <integer name="default_title_indicator_footer_indicator_style">1</integer> + <dimen name="default_title_indicator_footer_indicator_height">5dp</dimen> + <dimen name="default_title_indicator_footer_indicator_underline_padding">20dp</dimen> + <dimen name="default_title_indicator_footer_padding">8dp</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">#FFAAAAAA</color> + <dimen name="default_title_indicator_text_size">18dp</dimen> + <dimen name="default_title_indicator_title_padding">5dp</dimen> + <dimen name="default_title_indicator_top_padding">0dp</dimen> +</resources>
\ No newline at end of file |
