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

Side by Side Diff: chrome/android/java/res/layout/new_tab_page_incognito.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 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 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.IncognitoNewTabPageView 6 <org.chromium.chrome.browser.ntp.IncognitoNewTabPageView
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 android:layout_marginTop="32dp" 57 android:layout_marginTop="32dp"
58 android:layout_marginBottom="10dp" 58 android:layout_marginBottom="10dp"
59 android:text="@null" 59 android:text="@null"
60 android:textColor="#bdbdbd" /> 60 android:textColor="#bdbdbd" />
61 61
62 <TextView 62 <TextView
63 android:id="@+id/learn_more" 63 android:id="@+id/learn_more"
64 style="@style/IncognitoNewTabLearnMoreLink" 64 style="@style/IncognitoNewTabLearnMoreLink"
65 android:layout_width="wrap_content" 65 android:layout_width="wrap_content"
66 android:layout_height="wrap_content" 66 android:layout_height="wrap_content"
67 android:fontFamily="sans-serif-medium"
68 android:text="@string/learn_more" 67 android:text="@string/learn_more"
69 android:textColor="#03a9f4" /> 68 android:textColor="#03a9f4" />
70 69
71 </LinearLayout> 70 </LinearLayout>
72 71
73 </org.chromium.chrome.browser.ntp.NewTabPageScrollView> 72 </org.chromium.chrome.browser.ntp.NewTabPageScrollView>
74 73
75 </org.chromium.chrome.browser.ntp.IncognitoNewTabPageView> 74 </org.chromium.chrome.browser.ntp.IncognitoNewTabPageView>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698