blob: 0dcde4535ecc8eb4ecae2b843638115d99361c5b [file] [log] [blame]
Chris Banesdae3fa22015-05-06 12:02:28 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<!-- Definitions of styles to be exposed as public -->
18<resources>
Chris Banesb4434e92015-09-01 11:19:12 +010019 <public type="style" name="TextAppearance.Design.CollapsingToolbar.Expanded"/>
Chris Banes556d0962016-02-22 10:05:40 +000020 <public type="style" name="TextAppearance.Design.Counter"/>
21 <public type="style" name="TextAppearance.Design.Counter.Overflow"/>
Chris Banesdae3fa22015-05-06 12:02:28 +010022 <public type="style" name="TextAppearance.Design.Error"/>
23 <public type="style" name="TextAppearance.Design.Hint"/>
Chris Banes556d0962016-02-22 10:05:40 +000024 <public type="style" name="TextAppearance.Design.Snackbar.Message"/>
Chris Banesdae3fa22015-05-06 12:02:28 +010025 <public type="style" name="TextAppearance.Design.Tab"/>
Chris Banes556d0962016-02-22 10:05:40 +000026 <public type="style" name="Theme.Design"/>
Aurimas Liutikas23e27482016-04-27 17:37:11 -070027 <public type="style" name="Theme.Design.BottomNavigationView"/>
Chris Banes556d0962016-02-22 10:05:40 +000028 <public type="style" name="Theme.Design.BottomSheetDialog"/>
29 <public type="style" name="Theme.Design.Light"/>
30 <public type="style" name="Theme.Design.Light.BottomSheetDialog"/>
31 <public type="style" name="Theme.Design.Light.NoActionBar"/>
32 <public type="style" name="Theme.Design.NoActionBar"/>
Chris Banesdae3fa22015-05-06 12:02:28 +010033 <public type="style" name="Widget.Design.AppBarLayout"/>
Chris Banes556d0962016-02-22 10:05:40 +000034 <public type="style" name="Widget.Design.BottomSheet.Modal"/>
Chris Banesdae3fa22015-05-06 12:02:28 +010035 <public type="style" name="Widget.Design.CollapsingToolbar"/>
Chris Banes75284ff2015-05-01 12:46:56 +010036 <public type="style" name="Widget.Design.CoordinatorLayout"/>
Chris Banesdae3fa22015-05-06 12:02:28 +010037 <public type="style" name="Widget.Design.FloatingActionButton"/>
38 <public type="style" name="Widget.Design.NavigationView"/>
39 <public type="style" name="Widget.Design.Snackbar"/>
40 <public type="style" name="Widget.Design.TabLayout"/>
41 <public type="style" name="Widget.Design.TextInputLayout"/>
Chris Banesdae3fa22015-05-06 12:02:28 +010042</resources>