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

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

Issue 2859453003: Fixed font style for download home title (Closed)
Patch Set: rebase Created 3 years, 8 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 | « chrome/android/java/res/layout/download_manager_spinner.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2fce1857a5ef9e51b65d2a844445ff0a74fe3ed4..b73386246b7ba00b27b49657363cad2652439c49 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
@@ -8,7 +8,7 @@
xmlns:chrome="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingTop="16dp"
+ android:paddingTop="11dp"
android:paddingBottom="6dp"
android:orientation="vertical" >
@@ -17,9 +17,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"
+ android:textAppearance="@style/RobotoMediumStyle"
android:textColor="@color/google_blue_500"
- android:textSize="16sp"
- android:textStyle="bold" />
+ android:textSize="16sp" />
<!-- The progress bar uses 20dp of space, vertically, including spacing. -->
<org.chromium.chrome.browser.widget.MaterialProgressBar
« no previous file with comments | « chrome/android/java/res/layout/download_manager_spinner.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698