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

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

Issue 2744763005: 🏠 Add pull-handle to bottom toolbar (Closed)
Patch Set: findbugs nit picking Created 3 years, 9 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/bottom_toolbar_phone.xml
diff --git a/chrome/android/java/res/layout/bottom_toolbar_phone.xml b/chrome/android/java/res/layout/bottom_toolbar_phone.xml
index 00d1b0b5db088e875bdffeb5531b9d2df615367a..9dc48913c0fa4ad4a20f4dab7f39be410c9d2c08 100644
--- a/chrome/android/java/res/layout/bottom_toolbar_phone.xml
+++ b/chrome/android/java/res/layout/bottom_toolbar_phone.xml
@@ -10,7 +10,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
android:layout_width="match_parent"
- android:layout_height="@dimen/toolbar_height_no_shadow" >
+ android:layout_height="match_parent" >
<include layout="@layout/toolbar_phone_common"/>
« no previous file with comments | « chrome/android/java/res/layout/bottom_control_container.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698