Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: chrome/android/java/res/layout/history_toolbar.xml

Issue 2640333003: [Downloads UI] Implement search (Closed)
Patch Set: Explicitly handle empty downloads query Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/layout/history_toolbar.xml
diff --git a/chrome/android/java/res/layout/history_toolbar.xml b/chrome/android/java/res/layout/history_toolbar.xml
index e3654a0de21b461ac4166236fd1eb3f36b22bf27..ef348e06f4e8742d31654dd304c22d2a1d6dbfe6 100644
--- a/chrome/android/java/res/layout/history_toolbar.xml
+++ b/chrome/android/java/res/layout/history_toolbar.xml
@@ -9,38 +9,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingStart="0dp"
- android:paddingEnd="0dp" >
-
- <include layout="@layout/number_roll_view" />
-
- <!-- TODO(twellington): extract so this can be shared with downloads. -->
- <LinearLayout
- android:id="@+id/history_search"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="horizontal"
- android:visibility="gone" >
- <EditText
- android:id="@+id/history_search_text"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:background="@null"
- android:hint="@string/history_manager_search"
- android:imeOptions="flagNoExtractUi|actionSearch"
- android:inputType="textNoSuggestions"
- android:singleLine="true"
- android:textColor="@color/default_text_color"
- android:textSize="16sp" />
-
- <org.chromium.chrome.browser.widget.TintedImageButton
- android:id="@+id/delete_button"
- style="@style/HistoryEndIcon"
- android:src="@drawable/btn_delete_url"
- android:contentDescription="@string/accessibility_toolbar_btn_delete_url"
- android:visibility="invisible"
- chrome:tint="@color/dark_mode_tint" />
-
- </LinearLayout>
-
-</org.chromium.chrome.browser.history.HistoryManagerToolbar>
+ android:paddingEnd="0dp" />
« no previous file with comments | « chrome/android/java/res/layout/download_manager_toolbar.xml ('k') | chrome/android/java/res/layout/search_toolbar.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698