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

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

Issue 1407903004: [Offline pages] Setting a proper NTP incognito message for offline pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moving the message in the strings file and updating description for translators Created 5 years, 1 month 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/IncognitoNewTabPage.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 <TextView 44 <TextView
45 android:layout_width="wrap_content" 45 android:layout_width="wrap_content"
46 android:layout_height="wrap_content" 46 android:layout_height="wrap_content"
47 android:fontFamily="sans-serif-light" 47 android:fontFamily="sans-serif-light"
48 android:text="@string/new_tab_incognito_header" 48 android:text="@string/new_tab_incognito_header"
49 android:textColor="#d2d2d2" 49 android:textColor="#d2d2d2"
50 android:textSize="24sp" /> 50 android:textSize="24sp" />
51 51
52 <TextView 52 <TextView
53 android:id="@+id/new_tab_incognito_message"
53 android:layout_width="wrap_content" 54 android:layout_width="wrap_content"
54 android:layout_height="wrap_content" 55 android:layout_height="wrap_content"
55 android:layout_marginTop="32dp" 56 android:layout_marginTop="32dp"
56 android:layout_marginBottom="10dp" 57 android:layout_marginBottom="10dp"
57 android:maxWidth="660dp" 58 android:maxWidth="660dp"
58 android:singleLine="false" 59 android:singleLine="false"
59 android:text="@string/new_tab_incognito_message" 60 android:text="@string/new_tab_incognito_message"
60 android:textColor="#bdbdbd" 61 android:textColor="#bdbdbd"
61 android:textSize="14sp" 62 android:textSize="14sp"
62 android:lineSpacingMultiplier="1.2" /> 63 android:lineSpacingMultiplier="1.2" />
(...skipping 10 matching lines...) Expand all
73 android:text="@string/learn_more" 74 android:text="@string/learn_more"
74 android:textAllCaps="true" 75 android:textAllCaps="true"
75 android:textColor="#03a9f4" 76 android:textColor="#03a9f4"
76 android:textSize="14sp" /> 77 android:textSize="14sp" />
77 78
78 </LinearLayout> 79 </LinearLayout>
79 80
80 </org.chromium.chrome.browser.ntp.NewTabScrollView> 81 </org.chromium.chrome.browser.ntp.NewTabScrollView>
81 82
82 </org.chromium.chrome.browser.ntp.IncognitoNewTabPageView> 83 </org.chromium.chrome.browser.ntp.IncognitoNewTabPageView>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/IncognitoNewTabPage.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698