mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
app: address Deprecated lint
This commit is contained in:
parent
13e859baca
commit
759c3b2e1a
@ -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 `<EditText>` to make it editable"
|
||||
errorLine1=" android:editable="false""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/res/layout/item_field.xml"
|
||||
line="24"
|
||||
column="7"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="MissingQuantity"
|
||||
message="For locale "fr" (French) the following quantities should also be defined: `many`"
|
||||
|
@ -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!" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user