diff options
Diffstat (limited to 'main/res/values/vpi__styles.xml')
| -rw-r--r-- | main/res/values/vpi__styles.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/main/res/values/vpi__styles.xml b/main/res/values/vpi__styles.xml index 0662c1c..832f32f 100644 --- a/main/res/values/vpi__styles.xml +++ b/main/res/values/vpi__styles.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2011 Jake Wharton +<!-- + 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. @@ -15,10 +16,11 @@ --> <resources> + <style name="Theme.PageIndicatorDefaults" parent="android:Theme"> <item name="vpiTitlePageIndicatorStyle">@style/Widget.TitlePageIndicator</item> </style> - + <style name="Widget"></style> <style name="Widget.TitlePageIndicator" parent="Widget"> @@ -36,4 +38,5 @@ <item name="titlePadding">@dimen/default_title_indicator_title_padding</item> <item name="topPadding">@dimen/default_title_indicator_top_padding</item> </style> -</resources> + +</resources>
\ No newline at end of file |
