diff options
author | Leon Scroggins <scroggo@google.com> | 2009-09-25 13:28:15 -0400 |
---|---|---|
committer | Leon Scroggins <scroggo@google.com> | 2009-09-25 13:28:15 -0400 |
commit | bbf5318725cf9be46e6cfec6d0c5fd7219d0d07f (patch) | |
tree | 2fdf2d9f54bd5d2c2686a358f843334c304ba67e /res/layout | |
parent | f85516172840450a4d1270b658905dc1649ceaf2 (diff) | |
download | packages_apps_Browser-bbf5318725cf9be46e6cfec6d0c5fd7219d0d07f.zip packages_apps_Browser-bbf5318725cf9be46e6cfec6d0c5fd7219d0d07f.tar.gz packages_apps_Browser-bbf5318725cf9be46e6cfec6d0c5fd7219d0d07f.tar.bz2 |
Update assets for new tab.
Also remove the old one and an obsolete file which references it.
Fixes http://b/issue?id=2099961
Change-Id: I92e08fcc07826d5bde7ddb87c71932de2e01b778
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/new_window_button.xml | 28 | ||||
-rw-r--r-- | res/layout/tab_view_add_tab.xml | 2 |
2 files changed, 1 insertions, 29 deletions
diff --git a/res/layout/new_window_button.xml b/res/layout/new_window_button.xml deleted file mode 100644 index af0a4bd..0000000 --- a/res/layout/new_window_button.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2009 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. ---> -<!-- android:background="@drawable/browser_tab_unselected" --> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="wrap_content" - android:layout_height="fill_parent" - > - <ImageView android:id="@+id/button" - android:src="@drawable/ic_add_tab" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - /> -</LinearLayout> diff --git a/res/layout/tab_view_add_tab.xml b/res/layout/tab_view_add_tab.xml index d8c5500..0752a84 100644 --- a/res/layout/tab_view_add_tab.xml +++ b/res/layout/tab_view_add_tab.xml @@ -26,7 +26,7 @@ android:layout_height="40dip" android:layout_marginLeft="8dip" android:layout_marginRight="8dip" - android:src="@drawable/ic_add_tab"/> + android:src="@drawable/ic_list_new_window"/> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" |