Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / remoting / android / java / res / values-v17 / styles.xml
blob9b7588af79e3ee57266400bdef573fe626ca5080
1 <?xml version="1.0" encoding="utf-8"?>
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
4      Use of this source code is governed by a BSD-style license that can be
5      found in the LICENSE file.
6 -->
8 <resources>
9     <style name="BaseTheme" parent="@style/Theme.AppCompat.Light">
10         <item name="colorPrimary">#E0E0E0</item>
11         <item name="colorPrimaryDark">#616161</item>
13         <!-- The same blue color as the host-online icon. -->
14         <item name="colorAccent">#4285F4</item>
15     </style>
16     <style name="BaseTheme.NavigationDrawer" parent="@style/BaseTheme">
17         <item name="windowActionBar">false</item>
18         <item name="windowNoTitle">true</item>
19         <!--suppress NewApi -->
20         <item name="android:windowDrawsSystemBarBackgrounds">true</item>
21     </style>
22     <style name="BaseTheme.Desktop" parent="@style/BaseTheme">
23         <item name="actionBarStyle">@style/ActionBar.Desktop</item>
24     </style>
26     <style name="ActionBar.Desktop" parent="@style/Widget.AppCompat.ActionBar">
27         <item name="displayOptions">homeAsUp</item>
28     </style>
30     <style name="EmptyStateText" parent="@android:style/TextAppearance.Large">
31         <item name="android:textColor">#888</item>
32     </style>
33     <style name="EmptyStateText.Hyperlink" parent="@style/EmptyStateText">
34         <item name="android:textColor">@android:color/holo_blue_light</item>
35         <item name="android:textStyle">italic</item>
36     </style>
37 </resources>