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

Side by Side Diff: chrome/android/java/res/layout/new_tab_page_incognito_md.xml

Issue 2962713002: Fix inconsistent and incorrect Roboto Medium usage (Closed)
Patch Set: Fix inconsistent and incorrect Roboto Medium usage Created 3 years, 5 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2017 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2017 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <org.chromium.chrome.browser.ntp.IncognitoNewTabPageViewMD 6 <org.chromium.chrome.browser.ntp.IncognitoNewTabPageViewMD
7 xmlns:android="http://schemas.android.com/apk/res/android" 7 xmlns:android="http://schemas.android.com/apk/res/android"
8 xmlns:chrome="http://schemas.android.com/apk/res-auto" 8 xmlns:chrome="http://schemas.android.com/apk/res-auto"
9 android:id="@+id/ntp_content" 9 android:id="@+id/ntp_content"
10 android:layout_width="match_parent" 10 android:layout_width="match_parent"
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 android:textColor="@color/incognito_text" 71 android:textColor="@color/incognito_text"
72 android:lineSpacingExtra="6sp" /> 72 android:lineSpacingExtra="6sp" />
73 73
74 <TextView 74 <TextView
75 android:id="@+id/learn_more" 75 android:id="@+id/learn_more"
76 android:layout_width="wrap_content" 76 android:layout_width="wrap_content"
77 android:layout_height="wrap_content" 77 android:layout_height="wrap_content"
78 android:background="?attr/listChoiceBackgroundIndicator" 78 android:background="?attr/listChoiceBackgroundIndicator"
79 android:clickable="true" 79 android:clickable="true"
80 android:focusable="true" 80 android:focusable="true"
81 android:fontFamily="sans-serif-medium"
82 android:text="@string/learn_more" 81 android:text="@string/learn_more"
83 android:textColor="@color/google_blue_300" 82 android:textColor="@color/google_blue_300"
84 android:lineSpacingExtra="6sp" /> 83 android:lineSpacingExtra="6sp"
84 style="@style/RobotoMediumStyle" />
85 85
86 </LinearLayout> 86 </LinearLayout>
87 87
88 </org.chromium.chrome.browser.ntp.NewTabPageScrollView> 88 </org.chromium.chrome.browser.ntp.NewTabPageScrollView>
89 89
90 </org.chromium.chrome.browser.ntp.IncognitoNewTabPageViewMD> 90 </org.chromium.chrome.browser.ntp.IncognitoNewTabPageViewMD>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/new_tab_page_incognito.xml ('k') | chrome/android/java/res/layout/photo_picker_bitmap_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698