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

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

Issue 2104123003: Clean up lint warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/android/java/res/layout/payment_request_spinny.xml
diff --git a/chrome/android/java/res/layout/payment_request_spinny.xml b/chrome/android/java/res/layout/payment_request_spinny.xml
index fe7ee6ba6554e213216b64235ef8d6cf6479565f..ea7605f5db29efa64fdca14c4ac50694545b10a3 100644
--- a/chrome/android/java/res/layout/payment_request_spinny.xml
+++ b/chrome/android/java/res/layout/payment_request_spinny.xml
@@ -11,6 +11,8 @@
-->
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:ignore="MergeRootFrame"
android:id="@+id/payment_request_spinny"
android:layout_width="match_parent"
android:layout_height="wrap_content"

Powered by Google App Engine
This is Rietveld 408576698