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

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

Issue 965933002: Address NewApi and other Android lint warnings in src/chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/homepage_preferences.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/fre_choose_account.xml
diff --git a/chrome/android/java/res/layout/fre_choose_account.xml b/chrome/android/java/res/layout/fre_choose_account.xml
index b5bcf65bacec5dd60e142ce6cee26edf27e0a556..82468b5cc23e8a35cd72ecba0ebeb016d7b81404 100644
--- a/chrome/android/java/res/layout/fre_choose_account.xml
+++ b/chrome/android/java/res/layout/fre_choose_account.xml
@@ -93,6 +93,7 @@
android:layout_gravity="bottom"
android:orientation="horizontal" >
+ <!--suppress ButtonStyle -->
<Button
android:id="@+id/negative_button"
android:layout_width="0dp"
@@ -107,6 +108,7 @@
android:textColor="@color/light_normal_color"
android:textSize="@dimen/fre_button_text_size" />
+ <!--suppress ButtonStyle -->
<Button
android:id="@+id/positive_button"
android:layout_width="0dp"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/homepage_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698