Files
findmycar/FindMyCarLib/res/values/attrs.xml
Ricky Barrette cd1a00ac52 Added tich delegation to the map button, to make them easier to click
Change-Id: Ia43fa2a13af68c5e81f6023a8948d4d851479f21
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-09 10:48:05 -05:00

43 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--
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.
-->
<declare-styleable name="ViewPagerIndicator">
<attr format="reference" name="circlePageIndicatorStyle" />
<attr format="reference" name="titlePageIndicatorStyle" />
</declare-styleable>
<declare-styleable name="TitlePageIndicator">
<attr format="dimension" name="clipPadding" />
<attr format="color" name="footerColor" />
<attr format="dimension" name="footerLineHeight" />
<attr name="footerIndicatorStyle">
<enum name="none" value="0" />
<enum name="triangle" value="1" />
<enum name="underline" value="2" />
</attr>
<attr format="dimension" name="footerIndicatorHeight" />
<attr format="dimension" name="footerIndicatorPadding" />
<attr format="dimension" name="footerIndicatorUnderlinePadding" />
<attr format="color" name="selectedColor" />
<attr format="boolean" name="selectedBold" />
<attr format="color" name="textColor" />
<attr format="dimension" name="textSize" />
<attr format="dimension" name="titlePadding" />
</declare-styleable>
</resources>