attrs.xml revision fce4cf6161b2a1644ad21034f0afe4087d659ab4
1f821bd86bc4090bd75226b8264417a305f0398d5Maurice Lam<?xml version="1.0" encoding="UTF-8"?>
2efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam<!--
3efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    Copyright (C) 2015 The Android Open Source Project
4efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam
5efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    Licensed under the Apache License, Version 2.0 (the "License");
6efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    you may not use this file except in compliance with the License.
7efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    You may obtain a copy of the License at
8efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam
9efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam         http://www.apache.org/licenses/LICENSE-2.0
10efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam
11efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    Unless required by applicable law or agreed to in writing, software
12efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    distributed under the License is distributed on an "AS IS" BASIS,
13efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    See the License for the specific language governing permissions and
15efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    limitations under the License.
16efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam-->
17efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam
18efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam<resources>
19efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam
20fce4cf6161b2a1644ad21034f0afe4087d659ab4Maurice Lam    <!-- Theme attributes -->
2195af12dac219e6945bab6142ea3a4099077314aaMaurice Lam    <attr name="suwLayoutTheme" format="reference" />
22f821bd86bc4090bd75226b8264417a305f0398d5Maurice Lam    <attr name="suwMarginSides" format="dimension|reference" />
2395af12dac219e6945bab6142ea3a4099077314aaMaurice Lam
24b06f6f3b9f60b75acd8b380f8ef62095b7696879Maurice Lam    <attr name="suwCardBackground" format="color|reference" />
2595af12dac219e6945bab6142ea3a4099077314aaMaurice Lam    <attr name="suwNavBarBackgroundColor" format="color" />
26b06f6f3b9f60b75acd8b380f8ef62095b7696879Maurice Lam    <attr name="suwNavBarButtonBackground" format="color|reference" />
2795af12dac219e6945bab6142ea3a4099077314aaMaurice Lam    <attr name="suwNavBarTextColor" format="color" />
2895af12dac219e6945bab6142ea3a4099077314aaMaurice Lam    <attr name="suwNavBarTheme" format="reference" />
2995af12dac219e6945bab6142ea3a4099077314aaMaurice Lam
30fce4cf6161b2a1644ad21034f0afe4087d659ab4Maurice Lam    <!-- Custom view attributes -->
31fce4cf6161b2a1644ad21034f0afe4087d659ab4Maurice Lam    <attr name="suwHeaderText" format="string" localization="suggested" />
32fce4cf6161b2a1644ad21034f0afe4087d659ab4Maurice Lam
330e6095c127b612821147a1c55d6ec4f679e5c47eMaurice Lam    <declare-styleable name="SuwIllustration">
340e6095c127b612821147a1c55d6ec4f679e5c47eMaurice Lam        <attr name="suwAspectRatio" format="float" />
350e6095c127b612821147a1c55d6ec4f679e5c47eMaurice Lam    </declare-styleable>
360e6095c127b612821147a1c55d6ec4f679e5c47eMaurice Lam
37efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    <declare-styleable name="SuwStickyHeaderListView">
380e6095c127b612821147a1c55d6ec4f679e5c47eMaurice Lam        <attr name="suwHeader" format="reference" />
39efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    </declare-styleable>
40efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam
41fce4cf6161b2a1644ad21034f0afe4087d659ab4Maurice Lam    <declare-styleable name="SuwGlifLayout">
42fce4cf6161b2a1644ad21034f0afe4087d659ab4Maurice Lam        <attr name="android:icon" />
43fce4cf6161b2a1644ad21034f0afe4087d659ab4Maurice Lam        <attr name="suwHeaderColor" format="reference|color" />
44fce4cf6161b2a1644ad21034f0afe4087d659ab4Maurice Lam        <attr name="suwHeaderText" />
45fce4cf6161b2a1644ad21034f0afe4087d659ab4Maurice Lam    </declare-styleable>
46fce4cf6161b2a1644ad21034f0afe4087d659ab4Maurice Lam
4795af12dac219e6945bab6142ea3a4099077314aaMaurice Lam    <declare-styleable name="SuwSetupWizardLayout">
4895af12dac219e6945bab6142ea3a4099077314aaMaurice Lam        <attr name="suwBackground" format="color|reference" />
4995af12dac219e6945bab6142ea3a4099077314aaMaurice Lam        <attr name="suwBackgroundTile" format="color|reference" />
50fce4cf6161b2a1644ad21034f0afe4087d659ab4Maurice Lam        <attr name="suwHeaderText" />
517114577a094593dbf55b625146b3809800697030Jorim Jaggi        <attr name="suwDecorPaddingTop" format="dimension|reference" />
5295af12dac219e6945bab6142ea3a4099077314aaMaurice Lam        <attr name="suwIllustration" format="color|reference" />
537114577a094593dbf55b625146b3809800697030Jorim Jaggi        <attr name="suwIllustrationAspectRatio" format="float|reference" />
5495af12dac219e6945bab6142ea3a4099077314aaMaurice Lam        <attr name="suwIllustrationHorizontalTile" format="color|reference" />
5595af12dac219e6945bab6142ea3a4099077314aaMaurice Lam        <attr name="suwIllustrationImage" format="color|reference" />
5695af12dac219e6945bab6142ea3a4099077314aaMaurice Lam    </declare-styleable>
5795af12dac219e6945bab6142ea3a4099077314aaMaurice Lam
58bdfc0132ff90a333de202adfbf204cdc8139e632Maurice Lam    <declare-styleable name="SuwTemplateLayout">
59bdfc0132ff90a333de202adfbf204cdc8139e632Maurice Lam        <attr name="android:layout" />
60bdfc0132ff90a333de202adfbf204cdc8139e632Maurice Lam        <attr name="suwContainer" format="reference" />
61bdfc0132ff90a333de202adfbf204cdc8139e632Maurice Lam    </declare-styleable>
62bdfc0132ff90a333de202adfbf204cdc8139e632Maurice Lam
635bf291fde3dfd64f264d525534730514a279c8fcMaurice Lam    <declare-styleable name="SuwSetupWizardItemsLayout">
645bf291fde3dfd64f264d525534730514a279c8fcMaurice Lam        <attr name="android:entries" />
655bf291fde3dfd64f264d525534730514a279c8fcMaurice Lam    </declare-styleable>
665bf291fde3dfd64f264d525534730514a279c8fcMaurice Lam
67960c0ea0b1d36904beef0f01715dd43a211e88caMaurice Lam    <declare-styleable name="SuwAbstractItem">
68960c0ea0b1d36904beef0f01715dd43a211e88caMaurice Lam        <attr name="android:id" />
69960c0ea0b1d36904beef0f01715dd43a211e88caMaurice Lam    </declare-styleable>
70960c0ea0b1d36904beef0f01715dd43a211e88caMaurice Lam
715bf291fde3dfd64f264d525534730514a279c8fcMaurice Lam    <declare-styleable name="SuwItem">
725bf291fde3dfd64f264d525534730514a279c8fcMaurice Lam        <attr name="android:enabled" />
735bf291fde3dfd64f264d525534730514a279c8fcMaurice Lam        <attr name="android:icon" />
745bf291fde3dfd64f264d525534730514a279c8fcMaurice Lam        <attr name="android:title" />
755bf291fde3dfd64f264d525534730514a279c8fcMaurice Lam        <attr name="android:layout" />
765bf291fde3dfd64f264d525534730514a279c8fcMaurice Lam        <attr name="android:summary" />
775bf291fde3dfd64f264d525534730514a279c8fcMaurice Lam    </declare-styleable>
785bf291fde3dfd64f264d525534730514a279c8fcMaurice Lam
79efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam</resources>
80