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

Unified Diff: remoting/android/java/res/values-v17/styles.xml

Issue 1813613002: [remoting android] Suppress NewApi lint warning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/java/res/values-v17/styles.xml
diff --git a/remoting/android/java/res/values-v17/styles.xml b/remoting/android/java/res/values-v17/styles.xml
index 9f0c04f994b6b4ade3f0bf1d9d3916e47cfc35ca..a7596607e0d1c6eae4dae32ae7e0fd1a79f45052 100644
--- a/remoting/android/java/res/values-v17/styles.xml
+++ b/remoting/android/java/res/values-v17/styles.xml
@@ -43,6 +43,7 @@
<style name="ToolbarStyle">
<item name="android:background">?attr/colorPrimary</item>
+ <!--suppress NewApi -->
<item name="android:elevation">4dp</item>
<item name="contentInsetStart">@dimen/toolbar_content_inset_start</item>
</style>
« 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