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

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

Issue 2275693003: Ntp: show footer with learn more link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@9patches
Patch Set: Use the intended url. Created 4 years, 4 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/res/layout/new_tab_page_snippets_header.xml » ('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_footer.xml
diff --git a/chrome/android/java/res/layout/payments_request_editor_textview.xml b/chrome/android/java/res/layout/new_tab_page_footer.xml
similarity index 66%
copy from chrome/android/java/res/layout/payments_request_editor_textview.xml
copy to chrome/android/java/res/layout/new_tab_page_footer.xml
index db89d5b0d4e4e0e6e5f62b0c0cd72f79b1f80df2..73ca7db1a59c86461b1e2bf78f4dce225008f38f 100644
--- a/chrome/android/java/res/layout/payments_request_editor_textview.xml
+++ b/chrome/android/java/res/layout/new_tab_page_footer.xml
@@ -3,10 +3,12 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
-<AutoCompleteTextView
+<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/text_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:singleLine="true"
- android:imeOptions="flagNoExtractUi" />
+ android:textColor="@color/snippets_text_color"
+ android:textSize="12sp"
+ android:textStyle="italic"
+ android:padding="12dp"
+ android:gravity="center" />
« no previous file with comments | « no previous file | chrome/android/java/res/layout/new_tab_page_snippets_header.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698