tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

lint-baseline.xml (867B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <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">
      3 
      4    <issue
      5        id="ButtonStyleXmlDetector"
      6        message="All buttons must have a style, try using NeutralButton or similar."
      7        errorLine1="    &lt;Button"
      8        errorLine2="     ~~~~~~">
      9        <location
     10            file="src/main/res/layout/activity_main.xml"
     11            line="39"
     12            column="6"/>
     13    </issue>
     14 
     15    <issue
     16        id="ButtonStyleXmlDetector"
     17        message="All buttons must have a style, try using NeutralButton or similar."
     18        errorLine1="    &lt;Button"
     19        errorLine2="     ~~~~~~">
     20        <location
     21            file="src/main/res/layout/activity_main.xml"
     22            line="54"
     23            column="6"/>
     24    </issue>
     25 
     26 </issues>