app: address Deprecated lint

This commit is contained in:
Harsh Shandilya 2022-04-24 16:09:45 +05:30
parent 13e859baca
commit 759c3b2e1a
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 1 additions and 12 deletions

View File

@ -1,17 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (7.1.3)" variant="all" version="7.1.3">
<issue
id="Deprecated"
message="`android:editable` is deprecated: Use an `&lt;EditText>` to make it editable"
errorLine1=" android:editable=&quot;false&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/item_field.xml"
line="24"
column="7"/>
</issue>
<issue
id="MissingQuantity"
message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"

View File

@ -21,8 +21,8 @@
android:id="@+id/item_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:editable="false"
android:fontFamily="@font/sourcecodepro"
android:inputType="none"
android:textIsSelectable="true"
tools:text="p@55w0rd!" />