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

Unified Diff: chrome/android/shell/res/layout/suggestion_item.xml

Issue 900103002: Fix random lint warnings in chrome/android/shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/shell/res/layout/suggestion_item.xml
diff --git a/chrome/android/shell/res/layout/suggestion_item.xml b/chrome/android/shell/res/layout/suggestion_item.xml
index 9f3ff7fe006633bc01a9385700e4542685058ed1..396379078d07a1fe2a439ca3b5dfa05e109b9ace 100644
--- a/chrome/android/shell/res/layout/suggestion_item.xml
+++ b/chrome/android/shell/res/layout/suggestion_item.xml
@@ -12,7 +12,7 @@
android:gravity="center_vertical"
android:orientation="horizontal">
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ <LinearLayout
android:id="@+id/inner_layout"
android:layout_width="0dp"
android:layout_height="match_parent"
@@ -28,6 +28,7 @@
android:ellipsize="end"
android:singleLine="true"
android:textAlignment="viewStart"
+ android:gravity="start"
android:textSize="18sp"
android:includeFontPadding="false"/>
@@ -41,6 +42,7 @@
android:ellipsize="end"
android:singleLine="true"
android:textAlignment="viewStart"
+ android:gravity="start"
android:includeFontPadding="false"/>
</LinearLayout>
@@ -51,6 +53,7 @@
android:layout_height="match_parent"
android:gravity="end"
android:scaleType="center"
- android:src="@drawable/suggestion_arrow"/>
+ android:src="@drawable/suggestion_arrow"
+ android:contentDescription="@null" />
</LinearLayout>
« no previous file with comments | « chrome/android/shell/res/layout/chrome_shell_activity.xml ('k') | chrome/android/shell/res/menu/main_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698