aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values/vpi__attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/values/vpi__attrs.xml')
-rw-r--r--main/res/values/vpi__attrs.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/main/res/values/vpi__attrs.xml b/main/res/values/vpi__attrs.xml
index 4eeb55b..7798b3d 100644
--- a/main/res/values/vpi__attrs.xml
+++ b/main/res/values/vpi__attrs.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 Patrik Ã…kerfeldt
+<!--
+ Copyright (C) 2011 Patrik Ã…kerfeldt
Copyright (C) 2011 Jake Wharton
Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,12 +17,14 @@
-->
<resources>
+
<declare-styleable name="ViewPagerIndicator">
+
<!-- Style of the title indicator. -->
- <attr name="vpiTitlePageIndicatorStyle" format="reference"/>
+ <attr name="vpiTitlePageIndicatorStyle" format="reference" />
</declare-styleable>
-
<declare-styleable name="TitlePageIndicator">
+
<!-- Screen edge padding. -->
<attr name="clipPadding" format="dimension" />
<!-- Color of the footer line and indicator. -->
@@ -53,4 +56,5 @@
<!-- Padding between titles and the top of the View. -->
<attr name="topPadding" format="dimension" />
</declare-styleable>
-</resources>
+
+</resources> \ No newline at end of file