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

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

Issue 1757583002: Fix bookmark search row height issue that was cutting off text. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/bookmark_search_row.xml
diff --git a/chrome/android/java/res/layout/bookmark_search_row.xml b/chrome/android/java/res/layout/bookmark_search_row.xml
index 1a2f61d16b9991d6922d00249d5e3da765ed2961..be2cd1614013208e7e3cffc127aa21f572e4af15 100644
--- a/chrome/android/java/res/layout/bookmark_search_row.xml
+++ b/chrome/android/java/res/layout/bookmark_search_row.xml
@@ -8,8 +8,9 @@
<view class="org.chromium.chrome.browser.bookmarks.BookmarkSearchRow"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
- android:layout_height="48dp"
+ android:layout_height="wrap_content"
+ android:minHeight="48dp"
android:paddingEnd="20dp" >
<include layout="@layout/bookmark_row_content" />
-</view>
+</view>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698