Home | History | Annotate | Download | only in values-v17
      1 <?xml version="1.0" encoding="utf-8"?>
      2 
      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 -->
      7 
      8 <resources>
      9     <style name="MainTheme" parent="@android:style/Theme.Holo">
     10         <item name="android:actionBarStyle">@style/MainActionBar</item>
     11     </style>
     12     <style name="MainActionBar" parent="@android:style/Widget.Holo.ActionBar">
     13         <item name="android:displayOptions">showHome</item>
     14     </style>
     15     <style name="EmptyStateText" parent="@android:style/TextAppearance.Holo.Large">
     16         <item name="android:textColor">#888</item>
     17     </style>
     18     <style name="EmptyStateText.Hyperlink">
     19         <item name="android:textColor">@android:color/holo_blue_light</item>
     20         <item name="android:textStyle">italic</item>
     21     </style>
     22 </resources>
     23