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

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

Issue 954063003: Fix the last lint warnings in chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/java/res/layout/autofill_credit_card_editor.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 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 3
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 8 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
9 android:layout_width="wrap_content" 9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"> 10 android:layout_height="wrap_content">
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 android:layout_height="wrap_content" 134 android:layout_height="wrap_content"
135 android:src="@drawable/verify_checkmark" 135 android:src="@drawable/verify_checkmark"
136 android:visibility="gone" 136 android:visibility="gone"
137 android:contentDescription="@null" /> 137 android:contentDescription="@null" />
138 138
139 <TextView 139 <TextView
140 android:id="@+id/verification_message" 140 android:id="@+id/verification_message"
141 android:layout_width="wrap_content" 141 android:layout_width="wrap_content"
142 android:layout_height="wrap_content" 142 android:layout_height="wrap_content"
143 android:textColor="?attr/colorAccent" 143 android:textColor="?attr/colorAccent"
144 android:textSize="20dp" /> 144 android:textSize="20sp" />
145 </LinearLayout> 145 </LinearLayout>
146 </RelativeLayout> 146 </RelativeLayout>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/res/layout/autofill_credit_card_editor.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698