diff options
author | John Reck <jreck@google.com> | 2011-05-11 15:55:32 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-05-13 10:22:42 -0700 |
commit | 2eec4c34867bbcf2c136f4e6e7f74670360545fe (patch) | |
tree | ae26d36563f745b3b55ce797a5eefadc5e813ad6 /res/layout-xlarge | |
parent | 837ea5b1f5a7c2105cd5a6799918d23ac7b1a2b6 (diff) | |
download | packages_apps_browser-2eec4c34867bbcf2c136f4e6e7f74670360545fe.zip packages_apps_browser-2eec4c34867bbcf2c136f4e6e7f74670360545fe.tar.gz packages_apps_browser-2eec4c34867bbcf2c136f4e6e7f74670360545fe.tar.bz2 |
Make add/edit bookmark be account-aware
Change-Id: I5e4e489d891adace7f76b4c4534a2203119dface
Diffstat (limited to 'res/layout-xlarge')
-rw-r--r-- | res/layout-xlarge/browser_add_bookmark.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/res/layout-xlarge/browser_add_bookmark.xml b/res/layout-xlarge/browser_add_bookmark.xml deleted file mode 100644 index 14edecf..0000000 --- a/res/layout-xlarge/browser_add_bookmark.xml +++ /dev/null @@ -1,25 +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. ---> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="@dimen/add_bookmark_width" - android:layout_height="wrap_content" - android:orientation="vertical" - > - - <include layout="@layout/browser_add_bookmark_content" /> - -</LinearLayout> |