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

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

Issue 2809923003: [Home] Add a Chrome Home specific incognito NTP (Closed)
Patch Set: Don't destroy IncognitoBottomSheetContent when bottom sheet closed 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
Index: chrome/android/java/res/layout/new_tab_page_incognito.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_incognito.xml b/chrome/android/java/res/layout/new_tab_page_incognito.xml
index 2c0c9e0817fdab2f10760595a3314322e571c95b..84f44dcfe152fd0570949646831265c11662cc61 100644
--- a/chrome/android/java/res/layout/new_tab_page_incognito.xml
+++ b/chrome/android/java/res/layout/new_tab_page_incognito.xml
@@ -51,30 +51,22 @@
<TextView
android:id="@+id/new_tab_incognito_message"
+ style="@style/IncognitoNewTabMessage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="32dp"
android:layout_marginBottom="10dp"
- android:maxWidth="660dp"
- android:singleLine="false"
android:text="@null"
- android:textColor="#bdbdbd"
- android:textSize="14sp"
- android:lineSpacingMultiplier="1.2" />
+ android:textColor="#bdbdbd" />
<TextView
android:id="@+id/learn_more"
+ style="@style/IncognitoNewTabLearnMoreLink"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="?attr/listChoiceBackgroundIndicator"
- android:clickable="true"
- android:focusable="true"
android:fontFamily="sans-serif-medium"
- android:padding="16dp"
android:text="@string/learn_more"
- android:textAllCaps="true"
- android:textColor="#03a9f4"
- android:textSize="14sp" />
+ android:textColor="#03a9f4" />
dgn 2017/04/15 12:37:04 nit: you're setting the background in the style, w
Theresa 2017/04/17 15:38:08 R.color.incognito_primary_color is used for the in
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698