diff options
author | John Reck <jreck@google.com> | 2011-02-11 15:44:17 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-02-14 10:37:05 -0800 |
commit | 285ef044bb1098b3bf318a65fe6a86c93b2365b0 (patch) | |
tree | caa86eeebc1a0605e0e754fd1abeaaefad847643 /res/values-xlarge | |
parent | b3b653b821c2e7ef948925992b6bb6a83c2f923b (diff) | |
download | packages_apps_browser-285ef044bb1098b3bf318a65fe6a86c93b2365b0.zip packages_apps_browser-285ef044bb1098b3bf318a65fe6a86c93b2365b0.tar.gz packages_apps_browser-285ef044bb1098b3bf318a65fe6a86c93b2365b0.tar.bz2 |
Fix crash when opening bookmarks on phone
Change-Id: I862c52000e2f3f414e1064a66c922dc9e924bc88
Diffstat (limited to 'res/values-xlarge')
-rw-r--r-- | res/values-xlarge/styles.xml | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml deleted file mode 100644 index 473b170..0000000 --- a/res/values-xlarge/styles.xml +++ /dev/null @@ -1,63 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * - * Copyright 2006,2007,2008 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> - -<resources> - <style name="BrowserTheme" parent="@android:Theme.Holo"> - <item name="android:windowBackground">@color/white</item> - <item name="android:colorBackground">#FFFFFFFF</item> - <item name="android:windowActionBar">true</item> - <item name="android:windowNoTitle">false</item> - <item name="android:actionBarStyle">@style/ActionBarStyle</item> - <item name="android:actionButtonStyle">@style/ActionButton</item> - </style> - <style name="Dialog" parent="@android:style/Theme.Holo.Dialog" > - <item name="android:windowActionBar">false</item> - </style> - <style name="BookmarkTheme" parent="@android:Theme.Holo"> - <item name="android:windowActionBar">false</item> - <item name="android:windowNoTitle">true</item> - <item name="android:colorBackgroundCacheHint">@null</item> - <item name="android:windowFrame">@null</item> - <item name="android:windowContentOverlay">@null</item> - <item name="android:windowIsFloating">true</item> - <item name="android:backgroundDimEnabled">false</item> - <item name="android:windowIsTranslucent">true</item> - </style> - <style name="ShortCutTheme" parent="@android:Theme.Holo"> - </style> - <style name="ActionBarStyle"> - <item name="android:height">56dip</item> - <item name="android:background">@drawable/bg_browsertabs</item> - <item name="android:displayOptions"></item> - </style> - <style name="ActionButton"> - <item name="android:background">?android:attr/selectableItemBackground</item> - </style> - <style name="Suggestions" parent="@android:style/Widget.Holo.Light.AutoCompleteTextView"> - </style> - <style name="SuggestionLineMedium" - parent="@android:style/TextAppearance.Holo.Medium.Inverse"> - <item name="android:textSize">16sp</item> - </style> - <style name="SuggestionLineSmall" - parent="@android:style/TextAppearance.Holo.Small.Inverse"> - <item name="android:textSize">12sp</item> - </style> -</resources> |