attrs.xml revision 95af12dac219e6945bab6142ea3a4099077314aa
1efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice 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
2095af12dac219e6945bab6142ea3a4099077314aaMaurice Lam    <attr name="suwLayoutTheme" format="reference" />
2195af12dac219e6945bab6142ea3a4099077314aaMaurice Lam
2295af12dac219e6945bab6142ea3a4099077314aaMaurice Lam    <attr name="suwNavBarBackgroundColor" format="color" />
2395af12dac219e6945bab6142ea3a4099077314aaMaurice Lam    <attr name="suwNavBarTextColor" format="color" />
2495af12dac219e6945bab6142ea3a4099077314aaMaurice Lam    <attr name="suwNavBarTheme" format="reference" />
2595af12dac219e6945bab6142ea3a4099077314aaMaurice Lam
260e6095c127b612821147a1c55d6ec4f679e5c47eMaurice Lam    <declare-styleable name="SuwIllustration">
270e6095c127b612821147a1c55d6ec4f679e5c47eMaurice Lam        <attr name="suwAspectRatio" format="float" />
280e6095c127b612821147a1c55d6ec4f679e5c47eMaurice Lam    </declare-styleable>
290e6095c127b612821147a1c55d6ec4f679e5c47eMaurice Lam
30efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    <declare-styleable name="SuwStickyHeaderListView">
310e6095c127b612821147a1c55d6ec4f679e5c47eMaurice Lam        <attr name="suwHeader" format="reference" />
32efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam    </declare-styleable>
33efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam
3495af12dac219e6945bab6142ea3a4099077314aaMaurice Lam    <declare-styleable name="SuwSetupWizardLayout">
3595af12dac219e6945bab6142ea3a4099077314aaMaurice Lam        <attr name="android:layout" />
3695af12dac219e6945bab6142ea3a4099077314aaMaurice Lam        <attr name="suwBackground" format="color|reference" />
3795af12dac219e6945bab6142ea3a4099077314aaMaurice Lam        <attr name="suwBackgroundTile" format="color|reference" />
3895af12dac219e6945bab6142ea3a4099077314aaMaurice Lam        <attr name="suwHeaderText" format="string" localization="suggested" />
3995af12dac219e6945bab6142ea3a4099077314aaMaurice Lam        <attr name="suwIllustration" format="color|reference" />
4095af12dac219e6945bab6142ea3a4099077314aaMaurice Lam        <attr name="suwIllustrationHorizontalTile" format="color|reference" />
4195af12dac219e6945bab6142ea3a4099077314aaMaurice Lam        <attr name="suwIllustrationImage" format="color|reference" />
4295af12dac219e6945bab6142ea3a4099077314aaMaurice Lam    </declare-styleable>
4395af12dac219e6945bab6142ea3a4099077314aaMaurice Lam
44efbc38ccde179dbcbb85f9d018bb6d3510105a19Maurice Lam</resources>
45