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

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

Issue 2269293002: [Download Home] Various fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DOWNLOADS_activity_tests
Patch Set: Fullscreen activity Created 4 years, 4 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/download_manager_ui_space_widget.xml
diff --git a/chrome/android/java/res/layout/download_manager_ui_space_widget.xml b/chrome/android/java/res/layout/download_manager_ui_space_widget.xml
index 34927e4e8c70c489701ef82b8828d02b8f56a323..ded16cfa3b93ef498e763c1d300c310de5ef29d4 100644
--- a/chrome/android/java/res/layout/download_manager_ui_space_widget.xml
+++ b/chrome/android/java/res/layout/download_manager_ui_space_widget.xml
@@ -26,17 +26,15 @@
android:textColor="@color/descriptive_text_color"
android:textSize="14sp" />
- <!-- TODO(dfalcantara): Style this toolbar as Material on JB & KK.
- These are currently broken in the support library and look Holo.
- -->
+ <!-- The widget ends up claiming 48dp of space, vertically. -->
<ProgressBar
android:id="@+id/space_bar"
- style="@style/Widget.AppCompat.ProgressBar.Horizontal"
+ style="@style/MaterialProgressBar"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingTop="@dimen/drawer_margin_large"
- android:paddingBottom="@dimen/drawer_margin_large"
- android:paddingStart="@dimen/drawer_margin_large"
- android:paddingEnd="@dimen/drawer_margin_large" />
+ android:layout_height="4dp"
+ android:layout_marginTop="22dp"
+ android:layout_marginBottom="22dp"
+ android:layout_marginStart="@dimen/drawer_margin_large"
+ android:layout_marginEnd="@dimen/drawer_margin_large" />
</merge>
« no previous file with comments | « chrome/android/java/res/layout/download_item_view.xml ('k') | chrome/android/java/res/values-v17/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698