Files
findmycar/FindMyCarLib/res/values/attrs.xml
2011-12-10 17:29:14 +00:00

51 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="com.admob.android.ads.AdView">
<attr format="color" name="backgroundColor" />
<attr format="color" name="primaryTextColor" />
<attr format="color" name="secondaryTextColor" />
<attr format="string" name="keywords" />
<attr format="integer" name="refreshInterval" />
</declare-styleable>
<!--
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>