Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / remoting / android / java / res / values-v17 / styles.xml
blobb8a7118dc56ab63edd75f5cddd14cd7943be0072
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.NoActionBar">
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="windowNoTitle">true</item>
18         <!--suppress NewApi -->
19         <item name="android:windowDrawsSystemBarBackgrounds">true</item>
20     </style>
22     <style name="EmptyStateText" parent="@android:style/TextAppearance.Large">
23         <item name="android:textColor">#888</item>
24     </style>
25     <style name="EmptyStateText.Hyperlink" parent="@style/EmptyStateText">
26         <item name="android:textColor">@android:color/holo_blue_light</item>
27         <item name="android:textStyle">italic</item>
28     </style>
29 </resources>