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

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

Issue 1928063002: [NTP Snippets] Fill space below the last snippet if necessary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: suppress warning, back to int instead of viewlist, remove unnecessary checks Created 4 years, 7 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/toolbar.xml
diff --git a/chrome/android/java/res/layout/toolbar.xml b/chrome/android/java/res/layout/toolbar.xml
index 72a7843410581ca92062a25183b71239edf02b01..a60dfc6c60847de35be3a2c6deb3cfce514173c1 100644
--- a/chrome/android/java/res/layout/toolbar.xml
+++ b/chrome/android/java/res/layout/toolbar.xml
@@ -82,7 +82,7 @@
<org.chromium.chrome.browser.widget.ToolbarProgressBar
android:id="@+id/progress"
android:layout_width="match_parent"
- android:layout_height="2dp"
+ android:layout_height="@dimen/toolbar_progress_bar_height"
chrome:progressBarColor="@color/progress_bar_foreground"
chrome:backgroundColor="@color/progress_bar_background" />

Powered by Google App Engine
This is Rietveld 408576698