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

Unified Diff: chrome/android/java/res/layout/download_manager_spinner.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 | « no previous file | chrome/android/java/res/layout/download_manager_ui_space_widget.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/download_manager_spinner.xml
diff --git a/chrome/android/java/res/layout/download_manager_spinner.xml b/chrome/android/java/res/layout/download_manager_spinner.xml
index 1e9bf58b288e096117bb377d377fffa56cbf2316..4c5d5ddfa04f485c4cef3d9b2adfb5703264e8e9 100644
--- a/chrome/android/java/res/layout/download_manager_spinner.xml
+++ b/chrome/android/java/res/layout/download_manager_spinner.xml
@@ -6,6 +6,6 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textSize="20sp"
- android:textStyle="bold"
- android:textColor="@color/black_alpha_87" />
+ android:textAppearance="@style/RobotoMediumStyle"
+ android:textColor="@color/black_alpha_87"
+ android:textSize="20sp" />
« no previous file with comments | « no previous file | chrome/android/java/res/layout/download_manager_ui_space_widget.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698