blob: c887fa01e3a7030af6fcd84cfcdb6a958a0b412b [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 The Android Open Source Project
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="PagedListView">
<!-- Fade duration in ms -->
<attr name="fadeLastItem" format="boolean" />
<!-- Set to true/false to offset rows as they slide off screen. Defaults to true -->
<attr name="offsetRows" format="boolean" />
<attr name="glowColor" format="color" />
<!-- Whether loading list view in drawer or not -->
<attr name="rightGutterEnabled" format="boolean" />
</declare-styleable>
<declare-styleable name="DrawerArrowDrawable">
<!-- The drawing color for the bars -->
<attr name="carArrowColor" format="color"/>
<!-- Whether bars should rotate or not during transition -->
<attr name="carArrowSpinBars" format="boolean"/>
<!-- The total size of the drawable -->
<attr name="carArrowDrawableSize" format="dimension"/>
<!-- The max gap between the bars when they are parallel to each other -->
<attr name="carArrowGapBetweenBars" format="dimension"/>
<!-- The size of the top and bottom bars when they merge to the middle bar to form an arrow -->
<attr name="carArrowTopBottomBarSize" format="dimension"/>
<!-- The size of the middle bar when top and bottom bars merge into middle bar to form an arrow -->
<attr name="carArrowMiddleBarSize" format="dimension"/>
<!-- The size of the bars when they are parallel to each other -->
<attr name="carArrowBarSize" format="dimension"/>
<!-- The thickness (stroke size) for the bar paint -->
<attr name="carArrowThickness" format="dimension"/>
</declare-styleable>
<attr name="carDrawerArrowStyle" format="reference" />
<declare-styleable name="MaxWidthLayout">
<attr name="carMaxWidth" format="dimension" />
</declare-styleable>
</resources>