Inital Commit of the framented migration

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-05-10 13:07:38 -04:00
parent 50f050dd33
commit 69597150ea
64 changed files with 4363 additions and 2178 deletions

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2011 Patrik Åkerfeldt
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>
<declare-styleable name="ViewPagerIndicator">
<attr name="circlePageIndicatorStyle" format="reference"/>
<attr name="titlePageIndicatorStyle" format="reference"/>
</declare-styleable>
<declare-styleable name="CirclePageIndicator">
<attr name="centered" format="boolean" />
<attr name="fillColor" format="color" />
<attr name="radius" format="dimension" />
<attr name="snap" format="boolean" />
<attr name="strokeColor" format="color" />
</declare-styleable>
<declare-styleable name="TitlePageIndicator">
<attr name="clipPadding" format="dimension" />
<attr name="footerColor" format="color" />
<attr name="footerLineHeight" format="dimension" />
<attr name="footerIndicatorStyle">
<enum name="none" value="0" />
<enum name="triangle" value="1" />
<enum name="underline" value="2" />
</attr>
<attr name="footerIndicatorHeight" format="dimension" />
<attr name="footerIndicatorPadding" format="dimension" />
<attr name="footerIndicatorUnderlinePadding" format="dimension" />
<attr name="selectedColor" format="color" />
<attr name="selectedBold" format="boolean" />
<attr name="textColor" format="color" />
<attr name="textSize" format="dimension" />
<attr name="titlePadding" format="dimension" />
</declare-styleable>
</resources>