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

Side by Side Diff: chrome/android/java/res/values/values.xml

Issue 2231493002: Add lint suppression to android values. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | no next file » | 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 2011 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2011 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 <resources xmlns:android="http://schemas.android.com/apk/res/android"> 6 <resources
7 xmlns:android="http://schemas.android.com/apk/res/android"
8 xmlns:tools="http://schemas.android.com/tools"
9 tools:ignore="MissingTranslation">
7 10
8 <!-- Font to use when a spec asks for "Roboto Medium". 11 <!-- Font to use when a spec asks for "Roboto Medium".
9 Bolding the text makes it look almost, but not quite, entirely unlike R oboto Medium, 12 Bolding the text makes it look almost, but not quite, entirely unlike R oboto Medium,
10 which doesn't exist pre-L. --> 13 which doesn't exist pre-L. -->
11 <string name="roboto_medium_typeface">sans-serif</string> 14 <string name="roboto_medium_typeface">sans-serif</string>
12 <integer name="roboto_medium_textstyle">1</integer> 15 <integer name="roboto_medium_textstyle">1</integer>
13 16
14 <!-- Menu Animation Constants --> 17 <!-- Menu Animation Constants -->
15 <item type="fraction" format="fraction" name="menu_animation_pivot_x">95%</i tem> 18 <item type="fraction" format="fraction" name="menu_animation_pivot_x">95%</i tem>
16 19
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <string name="help_context_incognito_learn_more">chrome_incognito</string> 56 <string name="help_context_incognito_learn_more">chrome_incognito</string>
54 <string name="help_context_usage_reports">send_crash_report</string> 57 <string name="help_context_usage_reports">send_crash_report</string>
55 <string name="help_context_sad_tab">mobile_awsnap</string> 58 <string name="help_context_sad_tab">mobile_awsnap</string>
56 <string name="help_context_physical_web">physical_web</string> 59 <string name="help_context_physical_web">physical_web</string>
57 <string name="help_context_clear_browsing_data">clear_browsing_data</string> 60 <string name="help_context_clear_browsing_data">clear_browsing_data</string>
58 <string name="help_context_change_sync_passphrase">change_sync_passphrase</s tring> 61 <string name="help_context_change_sync_passphrase">change_sync_passphrase</s tring>
59 62
60 <!-- Our manage space activity. Default pre-KitKat to be nothing. --> 63 <!-- Our manage space activity. Default pre-KitKat to be nothing. -->
61 <string name="manage_space_activity"></string> 64 <string name="manage_space_activity"></string>
62 </resources> 65 </resources>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698