Backed out changeset 501e46e3e348 (bug 1137483)

This commit is contained in:
Carsten "Tomcat" Book 2015-05-08 10:48:19 +02:00
parent 0394b38e1c
commit 747a7e6045
2 changed files with 0 additions and 5 deletions

View File

@ -98,10 +98,6 @@ public class SearchEngineBar extends TwoWayView
final SearchEngine searchEngine = searchEngines.get(position);
faviconView.updateAndScaleImage(searchEngine.getIcon(), searchEngine.getEngineIdentifier());
final View container = view.findViewById(R.id.search_engine_icon_container);
final String desc = getResources().getString(R.string.search_bar_item_desc, searchEngine.getEngineIdentifier());
container.setContentDescription(desc);
return view;
}
}

View File

@ -11,7 +11,6 @@
View (browser_search at the time of this writing). -->
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/search_engine_icon_container"
android:layout_height="match_parent"
android:layout_width="72dp"
android:background="@color/pressed_about_page_header_grey">