lint-baseline.xml (1791B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <issues format="6" by="lint 8.13.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.13.0)" variant="all" version="8.13.0"> 6 7 <issue 8 id="ButtonStyleXmlDetector" 9 message="All buttons must have a style, try using NeutralButton or similar." 10 errorLine1=" <Button" 11 errorLine2=" ~~~~~~"> 12 <location 13 file="src/main/res/layout/activity_main.xml" 14 line="23" 15 column="10"/> 16 </issue> 17 18 <issue 19 id="ButtonStyleXmlDetector" 20 message="All buttons must have a style, try using NeutralButton or similar." 21 errorLine1=" <Button" 22 errorLine2=" ~~~~~~"> 23 <location 24 file="src/main/res/layout/activity_main.xml" 25 line="30" 26 column="10"/> 27 </issue> 28 29 <issue 30 id="ButtonStyleXmlDetector" 31 message="All buttons must have a style, try using NeutralButton or similar." 32 errorLine1=" <Button" 33 errorLine2=" ~~~~~~"> 34 <location 35 file="src/main/res/layout/activity_main.xml" 36 line="37" 37 column="10"/> 38 </issue> 39 40 <issue 41 id="ButtonStyleXmlDetector" 42 message="All buttons must have a style, try using NeutralButton or similar." 43 errorLine1=" <Button" 44 errorLine2=" ~~~~~~"> 45 <location 46 file="src/main/res/layout/activity_main.xml" 47 line="44" 48 column="10"/> 49 </issue> 50 51 </issues>