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

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

Issue 2962713002: Fix inconsistent and incorrect Roboto Medium usage (Closed)
Patch Set: Fix inconsistent and incorrect Roboto Medium usage Created 3 years, 6 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/photo_picker_bitmap_view.xml
diff --git a/chrome/android/java/res/layout/photo_picker_bitmap_view.xml b/chrome/android/java/res/layout/photo_picker_bitmap_view.xml
index e84c8c3db880c1bb1a1bd18fc76da0b9c9a3409e..22c50ccccceb23fe18ca367d2271d7985572d5bd 100644
--- a/chrome/android/java/res/layout/photo_picker_bitmap_view.xml
+++ b/chrome/android/java/res/layout/photo_picker_bitmap_view.xml
@@ -77,11 +77,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/photo_picker_label_gap"
- android:fontFamily="sans-serif-medium"
android:gravity="center"
- android:textStyle="bold"
android:textSize="14sp"
android:textAllCaps="true"
- android:textColor="@color/photo_picker_special_tile_color" />
+ android:textColor="@color/photo_picker_special_tile_color"
+ style="@style/RobotoMediumStyle" />
</LinearLayout>
</view>
« no previous file with comments | « chrome/android/java/res/layout/new_tab_page_incognito_md.xml ('k') | chrome/android/java/res/layout/snackbar.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698