summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
blob: 0cb7ae98a2c1c45bf542c5e3b6fb7bb24044cbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 Cyanogen, Inc.
-->
<resources>

    <declare-styleable name="ComponentSelector">
        <attr name="itemsPerPage" format="integer"/>
    </declare-styleable>

    <!-- Attributes for Wallpaper Card -->
    <declare-styleable name="WallpaperCardView">
        <attr name="labelText" format="string" />
    </declare-styleable>

    <!-- Attributes for PerAppThemeListView -->
    <declare-styleable name="PerAppThemeListView">
        <attr name="maxHeight" format="dimension" />
    </declare-styleable>

    <declare-styleable name="FittedTextView">
        <attr name="autoFitText" format="boolean" />
    </declare-styleable>
</resources>