blob: a416eb4ef63314eac6666dfad800a60abf9ba0ad [file] [log] [blame]
Jeff Sharkey5e1884d2013-09-10 17:56:39 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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
Jeff Sharkey7d58fc62013-09-12 16:25:02 -070017<resources xmlns:android="http://schemas.android.com/apk/res/android">
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070018 <style name="TextAppearance" />
19
20 <style name="TextAppearance.Medium">
21 <item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
22 <item name="android:textColor">?android:attr/textColorSecondary</item>
23 </style>
24
25 <style name="TextAppearance.Small">
26 <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
27 <item name="android:textColor">?android:attr/textColorTertiary</item>
28 </style>
Jeff Sharkey7d58fc62013-09-12 16:25:02 -070029
30 <!-- Normally just a redirection, but this is used to make ourselves a
31 dialog on large tablets -->
Alan Viverette794c5ac2014-04-01 14:57:39 -070032 <style name="Theme" parent="@android:style/Theme.DeviceDefault.Light">
Jeff Sharkey2ceff512013-09-18 18:03:49 -070033 <item name="android:actionOverflowButtonStyle">@style/DarkerOverflow</item>
34 </style>
35
Alan Viverette794c5ac2014-04-01 14:57:39 -070036 <style name="DarkerOverflow" parent="@android:style/Widget.DeviceDefault.Light.ActionButton.Overflow">
Jeff Sharkey2ceff512013-09-18 18:03:49 -070037 <item name="android:src">@drawable/ic_menu_overflow</item>
38 </style>
39
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070040</resources>