Update lint baseline after sdk update.

Test: ./gradlew lintRelease
Change-Id: Ib83dc3e6c8312f2eb45902b5da40680d18ad7b07
diff --git a/compat/lint-baseline.xml b/compat/lint-baseline.xml
index 8eec225..e961253 100644
--- a/compat/lint-baseline.xml
+++ b/compat/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/content/lint-baseline.xml b/content/lint-baseline.xml
index 172bbf6..e961253 100644
--- a/content/lint-baseline.xml
+++ b/content/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 2.4.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/core-ui/lint-baseline.xml b/core-ui/lint-baseline.xml
index 412bb63..1062fea 100644
--- a/core-ui/lint-baseline.xml
+++ b/core-ui/lint-baseline.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
     <issue
         id="WrongConstant"
diff --git a/core-utils/lint-baseline.xml b/core-utils/lint-baseline.xml
index 8eec225..e961253 100644
--- a/core-utils/lint-baseline.xml
+++ b/core-utils/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/customtabs/lint-baseline.xml b/customtabs/lint-baseline.xml
index 8eec225..e961253 100644
--- a/customtabs/lint-baseline.xml
+++ b/customtabs/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/design/lint-baseline.xml b/design/lint-baseline.xml
index 0618190..e961253 100644
--- a/design/lint-baseline.xml
+++ b/design/lint-baseline.xml
@@ -1,48 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="ResourceType"
-        message="Expected resource of type anim"
-        errorLine1="            parser = resources.getAnimation(id);"
-        errorLine2="                                            ~~">
-        <location
-            file="src/android/support/graphics/drawable/AnimatorInflaterCompat.java"
-            line="130"
-            column="45"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: ActionBar.DISPLAY_USE_LOGO, ActionBar.DISPLAY_SHOW_HOME, ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_CUSTOM"
-        errorLine1="        setDisplayOptions(options, 0xffffffff);"
-        errorLine2="                                   ~~~~~~~~~~">
-        <location
-            file="src/android/support/v7/app/ToolbarActionBar.java"
-            line="251"
-            column="36"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: ActionBar.DISPLAY_USE_LOGO, ActionBar.DISPLAY_SHOW_HOME, ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_CUSTOM"
-        errorLine1="        setDisplayOptions(options, 0xffffffff);"
-        errorLine2="                                   ~~~~~~~~~~">
-        <location
-            file="src/android/support/v7/app/ToolbarActionBar.java"
-            line="251"
-            column="36"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/dynamic-animation/lint-baseline.xml b/dynamic-animation/lint-baseline.xml
index 8eec225..e961253 100644
--- a/dynamic-animation/lint-baseline.xml
+++ b/dynamic-animation/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/emoji/appcompat/lint-baseline.xml b/emoji/appcompat/lint-baseline.xml
index 0618190..e961253 100644
--- a/emoji/appcompat/lint-baseline.xml
+++ b/emoji/appcompat/lint-baseline.xml
@@ -1,48 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="ResourceType"
-        message="Expected resource of type anim"
-        errorLine1="            parser = resources.getAnimation(id);"
-        errorLine2="                                            ~~">
-        <location
-            file="src/android/support/graphics/drawable/AnimatorInflaterCompat.java"
-            line="130"
-            column="45"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: ActionBar.DISPLAY_USE_LOGO, ActionBar.DISPLAY_SHOW_HOME, ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_CUSTOM"
-        errorLine1="        setDisplayOptions(options, 0xffffffff);"
-        errorLine2="                                   ~~~~~~~~~~">
-        <location
-            file="src/android/support/v7/app/ToolbarActionBar.java"
-            line="251"
-            column="36"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: ActionBar.DISPLAY_USE_LOGO, ActionBar.DISPLAY_SHOW_HOME, ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_CUSTOM"
-        errorLine1="        setDisplayOptions(options, 0xffffffff);"
-        errorLine2="                                   ~~~~~~~~~~">
-        <location
-            file="src/android/support/v7/app/ToolbarActionBar.java"
-            line="251"
-            column="36"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/emoji/bundled/lint-baseline.xml b/emoji/bundled/lint-baseline.xml
index 8eec225..e961253 100644
--- a/emoji/bundled/lint-baseline.xml
+++ b/emoji/bundled/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/emoji/core/lint-baseline.xml b/emoji/core/lint-baseline.xml
index 8eec225..e961253 100644
--- a/emoji/core/lint-baseline.xml
+++ b/emoji/core/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/exifinterface/lint-baseline.xml b/exifinterface/lint-baseline.xml
index 8eec225..e961253 100644
--- a/exifinterface/lint-baseline.xml
+++ b/exifinterface/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/fragment/lint-baseline.xml b/fragment/lint-baseline.xml
index 412bb63..e961253 100644
--- a/fragment/lint-baseline.xml
+++ b/fragment/lint-baseline.xml
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/graphics/drawable/animated/lint-baseline.xml b/graphics/drawable/animated/lint-baseline.xml
index 8486755..0668235 100644
--- a/graphics/drawable/animated/lint-baseline.xml
+++ b/graphics/drawable/animated/lint-baseline.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
     <issue
         id="ResourceType"
@@ -12,15 +12,4 @@
             column="45"/>
     </issue>
 
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
-
 </issues>
diff --git a/graphics/drawable/static/lint-baseline.xml b/graphics/drawable/static/lint-baseline.xml
index 8eec225..e961253 100644
--- a/graphics/drawable/static/lint-baseline.xml
+++ b/graphics/drawable/static/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/media-compat-test-client/lint-baseline.xml b/media-compat-test-client/lint-baseline.xml
index 8eec225..e961253 100644
--- a/media-compat-test-client/lint-baseline.xml
+++ b/media-compat-test-client/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/media-compat-test-service/lint-baseline.xml b/media-compat-test-service/lint-baseline.xml
index 8eec225..e961253 100644
--- a/media-compat-test-service/lint-baseline.xml
+++ b/media-compat-test-service/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/media-compat/lint-baseline.xml b/media-compat/lint-baseline.xml
index 8eec225..e961253 100644
--- a/media-compat/lint-baseline.xml
+++ b/media-compat/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/percent/lint-baseline.xml b/percent/lint-baseline.xml
index 8eec225..e961253 100644
--- a/percent/lint-baseline.xml
+++ b/percent/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/recommendation/lint-baseline.xml b/recommendation/lint-baseline.xml
index 412bb63..e961253 100644
--- a/recommendation/lint-baseline.xml
+++ b/recommendation/lint-baseline.xml
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/samples/SupportContentDemos/build.gradle b/samples/SupportContentDemos/build.gradle
index 38a6e8918..4c7691a 100644
--- a/samples/SupportContentDemos/build.gradle
+++ b/samples/SupportContentDemos/build.gradle
@@ -24,6 +24,12 @@
         minSdkVersion 14
         targetSdkVersion project.ext.currentSdk
     }
+
+    lintOptions {
+        abortOnError true
+        check 'NewApi'
+    }
+
 }
 
 dependencies {
@@ -31,3 +37,4 @@
     compile project(':appcompat-v7')
     compile project(':support-content')
 }
+
diff --git a/transition/lint-baseline.xml b/transition/lint-baseline.xml
index 412bb63..e961253 100644
--- a/transition/lint-baseline.xml
+++ b/transition/lint-baseline.xml
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/tv-provider/lint-baseline.xml b/tv-provider/lint-baseline.xml
index 4d27812..4eaddc8 100644
--- a/tv-provider/lint-baseline.xml
+++ b/tv-provider/lint-baseline.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
     <issue
         id="WrongConstant"
diff --git a/v13/lint-baseline.xml b/v13/lint-baseline.xml
index 412bb63..e961253 100644
--- a/v13/lint-baseline.xml
+++ b/v13/lint-baseline.xml
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/v14/preference/lint-baseline.xml b/v14/preference/lint-baseline.xml
index 1521f3e..1d140cc 100644
--- a/v14/preference/lint-baseline.xml
+++ b/v14/preference/lint-baseline.xml
@@ -1,38 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="ResourceType"
-        message="Expected resource of type anim"
-        errorLine1="            parser = resources.getAnimation(id);"
-        errorLine2="                                            ~~">
-        <location
-            file="src/android/support/graphics/drawable/AnimatorInflaterCompat.java"
-            line="130"
-            column="45"/>
-    </issue>
-
-    <issue
-        id="Suspicious0dp"
-        message="Suspicious size: this will make the view invisible, should be used with `layout_weight`"
-        errorLine1="        android:layout_width=&quot;0dp&quot;"
-        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
-        <location
-            file="res/layout/preference_dropdown.xml"
-            line="29"
-            column="9"/>
-    </issue>
-
-    <issue
-        id="Suspicious0dp"
-        message="Suspicious size: this will make the view invisible, should be used with `layout_weight`"
-        errorLine1="        android:layout_width=&quot;0dp&quot;"
-        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
-        <location
-            file="res/layout-v11/preference_dropdown.xml"
-            line="30"
-            column="9"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
     <issue
         id="Suspicious0dp"
@@ -67,37 +34,4 @@
             column="9"/>
     </issue>
 
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: ActionBar.DISPLAY_USE_LOGO, ActionBar.DISPLAY_SHOW_HOME, ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_CUSTOM"
-        errorLine1="        setDisplayOptions(options, 0xffffffff);"
-        errorLine2="                                   ~~~~~~~~~~">
-        <location
-            file="src/android/support/v7/app/ToolbarActionBar.java"
-            line="251"
-            column="36"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: ActionBar.DISPLAY_USE_LOGO, ActionBar.DISPLAY_SHOW_HOME, ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_CUSTOM"
-        errorLine1="        setDisplayOptions(options, 0xffffffff);"
-        errorLine2="                                   ~~~~~~~~~~">
-        <location
-            file="src/android/support/v7/app/ToolbarActionBar.java"
-            line="251"
-            column="36"/>
-    </issue>
-
 </issues>
diff --git a/v17/leanback/lint-baseline.xml b/v17/leanback/lint-baseline.xml
index 412bb63..e961253 100644
--- a/v17/leanback/lint-baseline.xml
+++ b/v17/leanback/lint-baseline.xml
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/v17/preference-leanback/lint-baseline.xml b/v17/preference-leanback/lint-baseline.xml
index bb2e6a5..22aaf9d 100644
--- a/v17/preference-leanback/lint-baseline.xml
+++ b/v17/preference-leanback/lint-baseline.xml
@@ -1,16 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="ResourceType"
-        message="Expected resource of type anim"
-        errorLine1="            parser = resources.getAnimation(id);"
-        errorLine2="                                            ~~">
-        <location
-            file="src/android/support/graphics/drawable/AnimatorInflaterCompat.java"
-            line="130"
-            column="45"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
     <issue
         id="Suspicious0dp"
@@ -56,107 +45,4 @@
             column="16"/>
     </issue>
 
-    <issue
-        id="Suspicious0dp"
-        message="Suspicious size: this will make the view invisible, should be used with `layout_weight`"
-        errorLine1="        android:layout_width=&quot;0dp&quot;"
-        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
-        <location
-            file="res/layout/preference_dropdown.xml"
-            line="29"
-            column="9"/>
-    </issue>
-
-    <issue
-        id="Suspicious0dp"
-        message="Suspicious size: this will make the view invisible, should be used with `layout_weight`"
-        errorLine1="        android:layout_width=&quot;0dp&quot;"
-        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
-        <location
-            file="res/layout-v11/preference_dropdown.xml"
-            line="30"
-            column="9"/>
-    </issue>
-
-    <issue
-        id="Suspicious0dp"
-        message="Suspicious size: this will make the view invisible, should be used with `layout_weight`"
-        errorLine1="        android:layout_width=&quot;0dp&quot;"
-        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
-        <location
-            file="res/layout-v17/preference_dropdown_material.xml"
-            line="32"
-            column="9"/>
-    </issue>
-
-    <issue
-        id="Suspicious0dp"
-        message="Suspicious size: this will make the view invisible, should be used with `layout_weight`"
-        errorLine1="        android:layout_width=&quot;0dp&quot;"
-        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
-        <location
-            file="res/layout-v21/preference_dropdown_material.xml"
-            line="32"
-            column="9"/>
-    </issue>
-
-    <issue
-        id="Suspicious0dp"
-        message="Suspicious size: this will make the view invisible, should be used with `layout_weight`"
-        errorLine1="        android:layout_width=&quot;0dp&quot;"
-        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
-        <location
-            file="res/layout/preference_dropdown_material.xml"
-            line="32"
-            column="9"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: ActionBar.DISPLAY_USE_LOGO, ActionBar.DISPLAY_SHOW_HOME, ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_CUSTOM"
-        errorLine1="        setDisplayOptions(options, 0xffffffff);"
-        errorLine2="                                   ~~~~~~~~~~">
-        <location
-            file="src/android/support/v7/app/ToolbarActionBar.java"
-            line="251"
-            column="36"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: ActionBar.DISPLAY_USE_LOGO, ActionBar.DISPLAY_SHOW_HOME, ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_CUSTOM"
-        errorLine1="        setDisplayOptions(options, 0xffffffff);"
-        errorLine2="                                   ~~~~~~~~~~">
-        <location
-            file="src/android/support/v7/app/ToolbarActionBar.java"
-            line="251"
-            column="36"/>
-    </issue>
-
-    <issue
-        id="RtlCompat"
-        message="Inconsistent alignment specification between `textAlignment` and `gravity` attributes: was `center_vertical`, expected `start`"
-        errorLine1="            android:textAlignment=&quot;viewStart&quot; />"
-        errorLine2="                                   ~~~~~~~~~">
-        <location
-            file="res/layout/abc_popup_menu_header_item_layout.xml"
-            line="33"
-            column="36"/>
-        <location
-            file="res/layout/abc_popup_menu_header_item_layout.xml"
-            line="29"
-            column="37"/>
-    </issue>
-
 </issues>
diff --git a/v4/lint-baseline.xml b/v4/lint-baseline.xml
index 412bb63..e961253 100644
--- a/v4/lint-baseline.xml
+++ b/v4/lint-baseline.xml
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/v7/appcompat/lint-baseline.xml b/v7/appcompat/lint-baseline.xml
index 0618190..3ae048f 100644
--- a/v7/appcompat/lint-baseline.xml
+++ b/v7/appcompat/lint-baseline.xml
@@ -1,27 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="ResourceType"
-        message="Expected resource of type anim"
-        errorLine1="            parser = resources.getAnimation(id);"
-        errorLine2="                                            ~~">
-        <location
-            file="src/android/support/graphics/drawable/AnimatorInflaterCompat.java"
-            line="130"
-            column="45"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
     <issue
         id="WrongConstant"
diff --git a/v7/cardview/lint-baseline.xml b/v7/cardview/lint-baseline.xml
index 8eec225..e961253 100644
--- a/v7/cardview/lint-baseline.xml
+++ b/v7/cardview/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/v7/gridlayout/lint-baseline.xml b/v7/gridlayout/lint-baseline.xml
index 412bb63..e961253 100644
--- a/v7/gridlayout/lint-baseline.xml
+++ b/v7/gridlayout/lint-baseline.xml
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/v7/mediarouter/lint-baseline.xml b/v7/mediarouter/lint-baseline.xml
index daceff2..9ea4e70 100644
--- a/v7/mediarouter/lint-baseline.xml
+++ b/v7/mediarouter/lint-baseline.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
     <issue
         id="MissingSuperCall"
@@ -13,17 +13,6 @@
     </issue>
 
     <issue
-        id="ResourceType"
-        message="Expected resource of type anim"
-        errorLine1="            parser = resources.getAnimation(id);"
-        errorLine2="                                            ~~">
-        <location
-            file="src/android/support/graphics/drawable/AnimatorInflaterCompat.java"
-            line="130"
-            column="45"/>
-    </issue>
-
-    <issue
         id="LongLogTag"
         message="The logging tag can be at most 23 characters, was 24 (MediaRouteActionProvider)"
         errorLine1="            Log.e(TAG, &quot;onCreateActionView: this ActionProvider is already associated &quot; +"
@@ -34,37 +23,4 @@
             column="19"/>
     </issue>
 
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: ActionBar.DISPLAY_USE_LOGO, ActionBar.DISPLAY_SHOW_HOME, ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_CUSTOM"
-        errorLine1="        setDisplayOptions(options, 0xffffffff);"
-        errorLine2="                                   ~~~~~~~~~~">
-        <location
-            file="src/android/support/v7/app/ToolbarActionBar.java"
-            line="251"
-            column="36"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: ActionBar.DISPLAY_USE_LOGO, ActionBar.DISPLAY_SHOW_HOME, ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_CUSTOM"
-        errorLine1="        setDisplayOptions(options, 0xffffffff);"
-        errorLine2="                                   ~~~~~~~~~~">
-        <location
-            file="src/android/support/v7/app/ToolbarActionBar.java"
-            line="251"
-            column="36"/>
-    </issue>
-
 </issues>
diff --git a/v7/palette/lint-baseline.xml b/v7/palette/lint-baseline.xml
index 8eec225..e961253 100644
--- a/v7/palette/lint-baseline.xml
+++ b/v7/palette/lint-baseline.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/v7/preference/lint-baseline.xml b/v7/preference/lint-baseline.xml
index becfe2e3..22b46d6 100644
--- a/v7/preference/lint-baseline.xml
+++ b/v7/preference/lint-baseline.xml
@@ -1,16 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="ResourceType"
-        message="Expected resource of type anim"
-        errorLine1="            parser = resources.getAnimation(id);"
-        errorLine2="                                            ~~">
-        <location
-            file="src/android/support/graphics/drawable/AnimatorInflaterCompat.java"
-            line="130"
-            column="45"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
     <issue
         id="Suspicious0dp"
@@ -34,37 +23,4 @@
             column="9"/>
     </issue>
 
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: ActionBar.DISPLAY_USE_LOGO, ActionBar.DISPLAY_SHOW_HOME, ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_CUSTOM"
-        errorLine1="        setDisplayOptions(options, 0xffffffff);"
-        errorLine2="                                   ~~~~~~~~~~">
-        <location
-            file="src/android/support/v7/app/ToolbarActionBar.java"
-            line="251"
-            column="36"/>
-    </issue>
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: ActionBar.DISPLAY_USE_LOGO, ActionBar.DISPLAY_SHOW_HOME, ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_CUSTOM"
-        errorLine1="        setDisplayOptions(options, 0xffffffff);"
-        errorLine2="                                   ~~~~~~~~~~">
-        <location
-            file="src/android/support/v7/app/ToolbarActionBar.java"
-            line="251"
-            column="36"/>
-    </issue>
-
 </issues>
diff --git a/v7/recyclerview/lint-baseline.xml b/v7/recyclerview/lint-baseline.xml
index 412bb63..e961253 100644
--- a/v7/recyclerview/lint-baseline.xml
+++ b/v7/recyclerview/lint-baseline.xml
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>
diff --git a/wear/lint-baseline.xml b/wear/lint-baseline.xml
index 412bb63..e961253 100644
--- a/wear/lint-baseline.xml
+++ b/wear/lint-baseline.xml
@@ -1,15 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<issues format="4" by="lint 3.0.0-alpha6">
-
-    <issue
-        id="WrongConstant"
-        message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END"
-        errorLine1="                            + gravityToString(childGravity) + &quot; but this &quot; + TAG + &quot; already has a &quot;"
-        errorLine2="                                              ~~~~~~~~~~~~">
-        <location
-            file="java/android/support/v4/widget/DrawerLayout.java"
-            line="1075"
-            column="47"/>
-    </issue>
+<issues format="4" by="lint 3.0.0-alpha7">
 
 </issues>