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

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

Issue 2963523002: Additional improvements of the new Incognito NTP (Closed)
Patch Set: Addressed comments. 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/IncognitoNewTabPageViewMD.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/new_tab_page_incognito_md.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_incognito_md.xml b/chrome/android/java/res/layout/new_tab_page_incognito_md.xml
index 146fd29dd46b1660b54d64a4362545d30831c42e..c8302c64097edf5a86326eb04e0ef07eaebb67d0 100644
--- a/chrome/android/java/res/layout/new_tab_page_incognito_md.xml
+++ b/chrome/android/java/res/layout/new_tab_page_incognito_md.xml
@@ -42,34 +42,39 @@
android:id="@+id/new_tab_incognito_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:fontFamily="sans-serif-light"
android:text="@string/new_tab_otr_title"
android:textColor="@color/incognito_header" />
<TextView
android:id="@+id/new_tab_incognito_subtitle"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:fontFamily="sans-serif-light"
android:text="@string/new_tab_otr_subtitle"
android:textColor="@color/incognito_header"
android:lineSpacingExtra="6sp" />
- <TextView
- android:id="@+id/new_tab_incognito_features"
- android:layout_width="match_parent"
+ <LinearLayout
+ android:id="@+id/new_tab_incognito_bulletpoints_container"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:singleLine="false"
- android:textColor="@color/incognito_text"
- android:lineSpacingExtra="6sp" />
+ android:orientation="horizontal"
+ android:gravity="start">
- <TextView
- android:id="@+id/new_tab_incognito_warning"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:singleLine="false"
- android:textColor="@color/incognito_text"
- android:lineSpacingExtra="6sp" />
+ <TextView
+ android:id="@+id/new_tab_incognito_features"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textColor="@color/incognito_text"
+ android:lineSpacingExtra="6sp" />
+
+ <TextView
+ android:id="@+id/new_tab_incognito_warning"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textColor="@color/incognito_text"
+ android:lineSpacingExtra="6sp" />
+
+ </LinearLayout>
<TextView
android:id="@+id/learn_more"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/IncognitoNewTabPageViewMD.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698