aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/logcache_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/logcache_activity.xml')
-rw-r--r--main/res/layout/logcache_activity.xml6
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