summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-07-18 10:30:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-18 10:30:55 -0700
commite6404b8168ee68bbaad753be932129d73d54de39 (patch)
tree75d277e8b4441a164674e3f4029a960770d6e710 /res/layout-sw600dp
parent22a50d1be91b88ef0f978f582c12b8e630f7eef6 (diff)
parentd3e4d5b4ffdf374b836ec9d4d3e315040c8c3779 (diff)
downloadpackages_apps_browser-e6404b8168ee68bbaad753be932129d73d54de39.zip
packages_apps_browser-e6404b8168ee68bbaad753be932129d73d54de39.tar.gz
packages_apps_browser-e6404b8168ee68bbaad753be932129d73d54de39.tar.bz2
Merge "Move ComboView to its own activity"
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/bookmarks_history.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/res/layout-sw600dp/bookmarks_history.xml b/res/layout-sw600dp/bookmarks_history.xml
deleted file mode 100644
index ae5e19b..0000000
--- a/res/layout-sw600dp/bookmarks_history.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-<FrameLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/bg_browser" />