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, 0 insertions, 12 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
deleted file mode 100644
index 6b0b6e17..00000000
--- a/iget_android/app/src/main/res/layout/list_item_log.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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