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

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

Issue 2113493002: [Payments] Switch to using TextInputLayouts, update statusbar color (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 4 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/res/layout/autofill_local_card_editor.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/autofill_editor_base_buttons.xml
diff --git a/chrome/android/java/res/layout/autofill_editor_base_buttons.xml b/chrome/android/java/res/layout/autofill_editor_base_buttons.xml
index 9e8853ecb1ca6e18defe5fd0b92f318e10555462..fe127a868fb75ab1e6c48bd4e4302ef8ebca1fc0 100644
--- a/chrome/android/java/res/layout/autofill_editor_base_buttons.xml
+++ b/chrome/android/java/res/layout/autofill_editor_base_buttons.xml
@@ -9,12 +9,16 @@
<Space style="@style/ButtonBarTopSpacerLight" />
- <!-- CANCEL and SAVE buttons. -->
+ <!-- CANCEL and SAVE buttons.
+ paddingEnd is already handled by the ScrollView parent.
+ -->
<org.chromium.chrome.browser.widget.DualControlLayout
android:id="@+id/button_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:padding="@dimen/payments_section_large_spacing"
+ android:paddingStart="@dimen/payments_section_large_spacing"
+ android:paddingTop="@dimen/payments_section_large_spacing"
+ android:paddingBottom="@dimen/payments_section_large_spacing"
android:background="@android:color/white"
app:stackedMargin="@dimen/infobar_margin_between_stacked_buttons"
app:primaryButtonText="@string/save"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/autofill_local_card_editor.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698