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

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

Issue 1636773002: [Android] Fix bookmark row vertical alignment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkBookmarkRow.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/eb_row_content.xml
diff --git a/chrome/android/java/res/layout/eb_row_content.xml b/chrome/android/java/res/layout/eb_row_content.xml
index 4e421f9d27582ba37d91fcea6f3c2d5a637e729d..cd7fc36e8522917a60465053c9ec3404ec76b0a0 100644
--- a/chrome/android/java/res/layout/eb_row_content.xml
+++ b/chrome/android/java/res/layout/eb_row_content.xml
@@ -26,6 +26,7 @@
android:layout_width="0dp"
android:layout_height="48dp"
android:layout_weight="1"
+ android:gravity="center_vertical"
android:orientation="vertical" >
<TextView
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkBookmarkRow.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698