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

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

Issue 915173011: Add store-locally checkbox to Android card unmasking prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update string desc Created 5 years, 10 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/autofill/CardUnmaskBridge.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
diff --git a/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml b/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
index 4673106c26abfb1447f9c8f40264970e1cfb9ed5..832ca37de3132b4a1f797fa2bdd272c187867901 100644
--- a/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
+++ b/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
@@ -74,6 +74,15 @@
android:gravity="start"
android:textColor="@color/input_underline_error_color"
android:visibility="gone" />
+
+ <CheckBox
+ android:id="@+id/store_locally_checkbox"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:textSize="16sp"
+ android:layout_marginStart="16dp"
+ android:layout_marginEnd="10dp"
+ android:text="@string/autofill_card_unmask_prompt_store_locally" />
</LinearLayout>
<LinearLayout
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/autofill/CardUnmaskBridge.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698