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

Side by Side Diff: chrome/android/java/res/layout/payment_request_editor.xml

Issue 2450113003: [Payments] Increase spacing for payment request credit card and address editors (Closed)
Patch Set: for better indentation Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/java/res/layout/payment_request_editor_dropdown.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2016 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <!-- PaymentRequestUI editor dialog. --> 6 <!-- PaymentRequestUI editor dialog. -->
7 <RelativeLayout 7 <RelativeLayout
8 xmlns:android="http://schemas.android.com/apk/res/android" 8 xmlns:android="http://schemas.android.com/apk/res/android"
9 xmlns:chrome="http://schemas.android.com/apk/res-auto" > 9 xmlns:chrome="http://schemas.android.com/apk/res-auto" >
10 10
(...skipping 14 matching lines...) Expand all
25 android:layout_width="match_parent" 25 android:layout_width="match_parent"
26 android:layout_below="@id/action_bar" 26 android:layout_below="@id/action_bar"
27 android:layout_alignParentBottom="true" 27 android:layout_alignParentBottom="true"
28 android:layout_alignParentStart="true" 28 android:layout_alignParentStart="true"
29 android:layout_alignParentEnd="true" > 29 android:layout_alignParentEnd="true" >
30 30
31 <LinearLayout 31 <LinearLayout
32 android:id="@+id/contents" 32 android:id="@+id/contents"
33 android:layout_width="match_parent" 33 android:layout_width="match_parent"
34 android:layout_height="wrap_content" 34 android:layout_height="wrap_content"
35 android:paddingTop="@dimen/payments_section_large_spacing"
36 android:paddingStart="@dimen/pref_autofill_content_spacing" 35 android:paddingStart="@dimen/pref_autofill_content_spacing"
37 android:paddingEnd="@dimen/pref_autofill_content_spacing" 36 android:paddingEnd="@dimen/pref_autofill_content_spacing"
38 android:orientation="vertical" /> 37 android:orientation="vertical" />
39 38
40 </org.chromium.chrome.browser.payments.ui.FadingEdgeScrollView> 39 </org.chromium.chrome.browser.payments.ui.FadingEdgeScrollView>
41 40
42 <!-- Shadow overlaps the FadingEdgeScrollView. --> 41 <!-- Shadow overlaps the FadingEdgeScrollView. -->
43 <org.chromium.chrome.browser.widget.FadingShadowView 42 <org.chromium.chrome.browser.widget.FadingShadowView
44 android:id="@+id/shadow" 43 android:id="@+id/shadow"
45 android:layout_width="match_parent" 44 android:layout_width="match_parent"
46 android:layout_height="10dp" 45 android:layout_height="10dp"
47 android:layout_below="@id/action_bar" 46 android:layout_below="@id/action_bar"
48 android:layout_alignParentStart="true" 47 android:layout_alignParentStart="true"
49 android:layout_alignParentEnd="true" /> 48 android:layout_alignParentEnd="true" />
50 49
51 </RelativeLayout> 50 </RelativeLayout>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/res/layout/payment_request_editor_dropdown.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698