diff options
author | John Reck <jreck@google.com> | 2011-06-07 14:36:10 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-06-07 14:36:31 -0700 |
commit | 4650033a3790598316d01deef8f52d0bf39d5837 (patch) | |
tree | a9702858448dcb40c05f4a5601b847169a212b83 /res/layout | |
parent | f33b1637487af3786ee30f295f2c84db6db1e6b3 (diff) | |
download | packages_apps_Browser-4650033a3790598316d01deef8f52d0bf39d5837.zip packages_apps_Browser-4650033a3790598316d01deef8f52d0bf39d5837.tar.gz packages_apps_Browser-4650033a3790598316d01deef8f52d0bf39d5837.tar.bz2 |
New useragent switcher design
Uses a popup menu off of the globe on tablets or favicon on phones
Change-Id: Ia3634b5a218456127abb8b266a6cfc664836b037
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/help_dialog_useragent_switcher.xml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/res/layout/help_dialog_useragent_switcher.xml b/res/layout/help_dialog_useragent_switcher.xml deleted file mode 100644 index cc29a2d..0000000 --- a/res/layout/help_dialog_useragent_switcher.xml +++ /dev/null @@ -1,37 +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="wrap_content" - android:layout_height="wrap_content" - android:orientation="vertical"> - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/help_useragent_switcher" /> - - <ImageView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:src="@drawable/help_useragent_tablet" /> - - <ImageView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:src="@drawable/help_useragent_laptop" /> - -</LinearLayout> |