From fc81ee83d96cc4b2c9bbc2c3ae743bf7a9acf86a Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 19 Jul 2022 02:17:06 +0530 Subject: Misc cleanups and bugfixes (#2019) * Fix decrypt activity items being editable * Remove unused resources and re-roll lint baseline * Make lint mark all warnings as errors --- app/src/main/res/layout/item_field.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_field.xml b/app/src/main/res/layout/item_field.xml index 9e8dec3c..3d275f35 100644 --- a/app/src/main/res/layout/item_field.xml +++ b/app/src/main/res/layout/item_field.xml @@ -21,7 +21,7 @@ android:id="@+id/item_text" android:layout_width="match_parent" android:layout_height="wrap_content" - android:inputType="none" + android:editable="false" android:textIsSelectable="true" tools:text="p@55w0rd!" /> -- cgit v1.2.3