intial commit of 4.0
This commit is contained in:
51
FindMyCarLib/res/values/attrs.xml
Normal file
51
FindMyCarLib/res/values/attrs.xml
Normal file
@@ -0,0 +1,51 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user