aboutsummaryrefslogtreecommitdiffstats
path: root/iget_android/app/src/main/res/layout/list_item_log.xml
diff options
context:
space:
mode:
Diffstat (limited to 'iget_android/app/src/main/res/layout/list_item_log.xml')
-rw-r--r--iget_android/app/src/main/res/layout/list_item_log.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/iget_android/app/src/main/res/layout/list_item_log.xml b/iget_android/app/src/main/res/layout/list_item_log.xml
new file mode 100644
index 00000000..6b0b6e17
--- /dev/null
+++ b/iget_android/app/src/main/res/layout/list_item_log.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <TextView
+ android:id="@+id/log_line"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"/>
+
+</LinearLayout> \ No newline at end of file