aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/view_log_activity.xml (renamed from app/src/main/res/layout/page_viewlog.xml)7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/layout/page_viewlog.xml b/app/src/main/res/layout/view_log_activity.xml
index 4eea176..da663e4 100644
--- a/app/src/main/res/layout/page_viewlog.xml
+++ b/app/src/main/res/layout/view_log_activity.xml
@@ -20,12 +20,13 @@
20 20
21<ScrollView 21<ScrollView
22 xmlns:android="http://schemas.android.com/apk/res/android" 22 xmlns:android="http://schemas.android.com/apk/res/android"
23 android:id="@+id/logview_frame" 23 android:id="@+id/log_view_frame"
24 android:layout_width="match_parent" 24 android:layout_width="match_parent"
25 android:layout_height="match_parent"> 25 android:layout_height="match_parent"
26 android:fadeScrollbars="false">
26 27
27 <TextView 28 <TextView
28 android:id="@+id/logview_text" 29 android:id="@+id/log_view_text"
29 android:layout_width="match_parent" 30 android:layout_width="match_parent"
30 android:layout_height="wrap_content" 31 android:layout_height="wrap_content"
31 android:fontFamily="monospace" 32 android:fontFamily="monospace"