From b0be00d3f7317d4bdd4350db3000a787fe17b239 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sun, 29 Jun 2014 15:26:24 +0200 Subject: lint fix: suppress password input suggestion --- main/res/layout/logcache_activity.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/res/layout/logcache_activity.xml b/main/res/layout/logcache_activity.xml index 5445285..b01ea74 100644 --- a/main/res/layout/logcache_activity.xml +++ b/main/res/layout/logcache_activity.xml @@ -4,7 +4,7 @@ android:layout_height="fill_parent" android:background="?background_color" android:orientation="vertical" - android:padding="4dip" > + android:padding="4dip" xmlns:tools="http://schemas.android.com/tools"> + android:singleLine="true" + tools:ignore="TextFields" /> +