blob: bcfb749c6f6b0270e3a58326ba4c8e7d5afe7faa [file] [log] [blame]
John Reck94dbea62011-04-13 17:30:38 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 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<resources>
Enrico Ros1f5a0952014-11-18 20:15:48 -080017
18 <style name="BrowserTheme" parent="@style/BrowserBase">
19 <item name="android:windowBackground">@color/browser_window_background</item>
20
John Reck94dbea62011-04-13 17:30:38 -070021 <item name="android:windowActionBar">true</item>
22 <item name="android:windowNoTitle">false</item>
Enrico Ros1f5a0952014-11-18 20:15:48 -080023 <!--<item name="android:windowActionModeOverlay">true</item>-->
John Reck94dbea62011-04-13 17:30:38 -070024 <item name="android:actionBarStyle">@style/ActionBarStyle</item>
John Reck30b065e2011-07-19 10:58:05 -070025 <item name="android:actionBarSize">56dip</item>
John Reck94dbea62011-04-13 17:30:38 -070026 </style>
Enrico Ros1f5a0952014-11-18 20:15:48 -080027
Kulanthaivel Palanichamya94b4d32015-01-29 19:32:14 -080028 <style name="ComboViewTheme" parent="@style/BrowserBase">
29 </style>
30
John Reck94dbea62011-04-13 17:30:38 -070031</resources>