diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-06-29 15:26:24 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-06-29 15:26:24 +0200 |
| commit | b0be00d3f7317d4bdd4350db3000a787fe17b239 (patch) | |
| tree | c8acdec09c6529e9e4e65f8d2ed7792486d528ed /main | |
| parent | 8c63e9452e0daa4e999c15c67b33bae03c3c6889 (diff) | |
| download | cgeo-b0be00d3f7317d4bdd4350db3000a787fe17b239.zip cgeo-b0be00d3f7317d4bdd4350db3000a787fe17b239.tar.gz cgeo-b0be00d3f7317d4bdd4350db3000a787fe17b239.tar.bz2 | |
lint fix: suppress password input suggestion
Diffstat (limited to 'main')
| -rw-r--r-- | main/res/layout/logcache_activity.xml | 6 |
1 files changed, 4 insertions, 2 deletions
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"> <LinearLayout android:layout_width="fill_parent" @@ -67,7 +67,9 @@ style="@style/edittext_full" android:hint="@string/log_hint_log_password" android:inputType="text" - android:singleLine="true" /> + android:singleLine="true" + tools:ignore="TextFields" /> + </LinearLayout> <RatingBar |
