tor-browser

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

lint-baseline.xml (2350B)


      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_crash.xml"
     11            line="12"
     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_crash.xml"
     22            line="19"
     23            column="6"/>
     24    </issue>
     25 
     26    <issue
     27        id="ButtonStyleXmlDetector"
     28        message="All buttons must have a style, try using NeutralButton or similar."
     29        errorLine1="    &lt;Button"
     30        errorLine2="     ~~~~~~">
     31        <location
     32            file="src/main/res/layout/activity_crash.xml"
     33            line="26"
     34            column="6"/>
     35    </issue>
     36 
     37    <issue
     38        id="ButtonStyleXmlDetector"
     39        message="All buttons must have a style, try using NeutralButton or similar."
     40        errorLine1="    &lt;Button"
     41        errorLine2="     ~~~~~~">
     42        <location
     43            file="src/main/res/layout/activity_crash.xml"
     44            line="33"
     45            column="6"/>
     46    </issue>
     47 
     48    <issue
     49        id="MonochromeLauncherIcon"
     50        message="The application adaptive icon is missing a monochrome tag"
     51        errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
     52        errorLine2="^">
     53        <location
     54            file="src/main/res/mipmap-anydpi/ic_launcher.xml"
     55            line="6"
     56            column="1"/>
     57    </issue>
     58 
     59    <issue
     60        id="MonochromeLauncherIcon"
     61        message="The application adaptive roundIcon is missing a monochrome tag"
     62        errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
     63        errorLine2="^">
     64        <location
     65            file="src/main/res/mipmap-anydpi/ic_launcher_round.xml"
     66            line="6"
     67            column="1"/>
     68    </issue>
     69 
     70 </issues>