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

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

Issue 2456053007: Revert of [Payments] Show the icon for the typed in credit card in editor (Closed)
Patch Set: Created 4 years, 2 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/PersonalDataManager.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/payments_request_editor_textview.xml
diff --git a/chrome/android/java/res/layout/payments_request_editor_textview.xml b/chrome/android/java/res/layout/payments_request_editor_textview.xml
index 4c02ec0ba3695cf72fd9e7d4f1ed6f548b182169..ec5ba08f0ecc1ef92089059809439e13f4a9bff5 100644
--- a/chrome/android/java/res/layout/payments_request_editor_textview.xml
+++ b/chrome/android/java/res/layout/payments_request_editor_textview.xml
@@ -21,30 +21,12 @@
android:imeOptions="flagNoExtractUi" />
</org.chromium.chrome.browser.widget.CompatibilityTextInputLayout>
- <LinearLayout
- android:id="@+id/icons_layer"
- android:layout_width="wrap_content"
+ <ImageView
+ android:id="@+id/action_icon"
+ android:layout_width="48dp"
android:layout_height="48dp"
+ android:padding="12dp"
android:layout_gravity="end"
- android:orientation="horizontal">
-
- <ImageView
- android:id="@+id/value_icon"
- android:layout_width="wrap_content"
- android:layout_height="24dp"
- android:layout_gravity="center_vertical"
- android:layout_marginStart="8dp"
- android:adjustViewBounds="true"
- android:contentDescription="@null"
- android:clickable="false"
- android:visibility="gone"/>
-
- <ImageView
- android:id="@+id/action_icon"
- android:layout_width="48dp"
- android:layout_height="48dp"
- android:padding="12dp"
- android:contentDescription="@null"
- android:visibility="gone"/>
- </LinearLayout>
+ android:contentDescription="@null"
+ android:visibility="gone"/>
</FrameLayout>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698