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

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

Issue 2703463002: [List UI Unification] Basic list unification for phones (Closed)
Patch Set: [List UI Unification] Basic list unification for phones Created 3 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 | chrome/android/java/res/layout/bookmark_main.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/bookmark_folder_row.xml
diff --git a/chrome/android/java/res/layout/bookmark_folder_row.xml b/chrome/android/java/res/layout/bookmark_folder_row.xml
index 8d4435f7d07287ee3fdb2f1e909b7befb4ed2711..c05013dcc083776a459e813eca9f21c0830a335f 100644
--- a/chrome/android/java/res/layout/bookmark_folder_row.xml
+++ b/chrome/android/java/res/layout/bookmark_folder_row.xml
@@ -8,7 +8,7 @@
<view class="org.chromium.chrome.browser.bookmarks.BookmarkFolderRow"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
- android:layout_height="48dp" >
+ android:layout_height="wrap_content" >
<include layout="@layout/bookmark_row_content" />
</view>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/bookmark_main.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698