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.
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>
16 <style name="BaseTheme.NavigationDrawer" parent="@style/BaseTheme">
17 <item name="windowNoTitle">true</item>
18 <!--suppress NewApi -->
19 <item name="android:windowDrawsSystemBarBackgrounds">true</item>
22 <style name="EmptyStateText" parent="@android:style/TextAppearance.Large">
23 <item name="android:textColor">#888</item>
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>