mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +00:00
app: address Deprecated lint
This commit is contained in:
@@ -1,17 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<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
|
<issue
|
||||||
id="MissingQuantity"
|
id="MissingQuantity"
|
||||||
message="For locale "fr" (French) the following quantities should also be defined: `many`"
|
message="For locale "fr" (French) the following quantities should also be defined: `many`"
|
||||||
|
@@ -21,8 +21,8 @@
|
|||||||
android:id="@+id/item_text"
|
android:id="@+id/item_text"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:editable="false"
|
|
||||||
android:fontFamily="@font/sourcecodepro"
|
android:fontFamily="@font/sourcecodepro"
|
||||||
|
android:inputType="none"
|
||||||
android:textIsSelectable="true"
|
android:textIsSelectable="true"
|
||||||
tools:text="p@55w0rd!" />
|
tools:text="p@55w0rd!" />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user