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

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

Issue 1459593002: Added a UI for the Interests Prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/layout/new_tab_page.xml
diff --git a/chrome/android/java/res/layout/new_tab_page.xml b/chrome/android/java/res/layout/new_tab_page.xml
index e59ca3ec5ef4d605f8a1cf3286a9e927df448466..afc9dce8fee83432f853cf50b2a2d96b10ac6a0d 100644
--- a/chrome/android/java/res/layout/new_tab_page.xml
+++ b/chrome/android/java/res/layout/new_tab_page.xml
@@ -190,6 +190,26 @@
android:textColor="#5a5a5a" />
</FrameLayout>
<FrameLayout
+ android:background="?attr/listChoiceBackgroundIndicator"
+ android:contentDescription="@string/accessibility_ntp_toolbar_btn_interests"
+ android:id="@+id/interests_button"
+ android:layout_height="match_parent"
+ android:layout_weight="1"
+ android:layout_width="0dp"
+ android:paddingBottom="12dp"
+ android:paddingTop="12dp"
+ android:visibility="gone" >
+ <TextView
+ android:drawablePadding="8dp"
+ android:gravity="center_vertical"
+ android:layout_gravity="center_horizontal"
+ android:layout_height="match_parent"
+ android:layout_width="wrap_content"
+ android:text="@string/ntp_interests"
+ android:textColor="#5a5a5a"
+ android:textSize="12sp" />
+ </FrameLayout>
+ <FrameLayout
android:id="@+id/recent_tabs_button"
android:layout_width="0dp"
android:layout_height="match_parent"

Powered by Google App Engine
This is Rietveld 408576698