diff options
author | Michael Kolb <kolby@google.com> | 2011-03-02 14:53:15 -0800 |
---|---|---|
committer | Michael Kolb <kolby@google.com> | 2011-03-02 14:53:37 -0800 |
commit | e3524d8049879deb11a4f4bbff637872d5b21ce5 (patch) | |
tree | a29d7c9d35d9a50d5dc02c3a3cda354b7eb90b55 /res/layout | |
parent | 386442409f4e2336d388d4d090c5f3fcb79db7e2 (diff) | |
download | packages_apps_Browser-e3524d8049879deb11a4f4bbff637872d5b21ce5.zip packages_apps_Browser-e3524d8049879deb11a4f4bbff637872d5b21ce5.tar.gz packages_apps_Browser-e3524d8049879deb11a4f4bbff637872d5b21ce5.tar.bz2 |
fix another url bar icon bug
Bug: 3419951
Change-Id: I1d84dfb37d01f76829a5006861f649572d104c4f
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/url_bar.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/res/layout/url_bar.xml b/res/layout/url_bar.xml index 4d8efdd..f2b32c4 100644 --- a/res/layout/url_bar.xml +++ b/res/layout/url_bar.xml @@ -51,19 +51,12 @@ android:orientation="horizontal" android:background="@drawable/url_background"> <ImageView - android:id="@+id/web_icon" + android:id="@+id/url_icon" android:layout_width="wrap_content" android:layout_height="match_parent" android:src="@drawable/ic_web_holo_dark" style="@style/HoloIcon" /> <ImageView - android:id="@+id/voice_icon" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:src="@drawable/ic_voice_search_holo_dark" - style="@style/HoloIcon" - android:visibility="gone" /> - <ImageView android:id="@+id/lock" android:layout_width="wrap_content" android:layout_height="match_parent" |