diff options
Diffstat (limited to 'iget_android/app/src/main/res/layout/fragment_logcat_output.xml')
-rw-r--r-- | iget_android/app/src/main/res/layout/fragment_logcat_output.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/iget_android/app/src/main/res/layout/fragment_logcat_output.xml b/iget_android/app/src/main/res/layout/fragment_logcat_output.xml deleted file mode 100644 index 93f58f0e..00000000 --- a/iget_android/app/src/main/res/layout/fragment_logcat_output.xml +++ /dev/null @@ -1,14 +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"> - - <ListView - android:id="@+id/log_output" - android:layout_weight="1" - android:layout_width="match_parent" - android:layout_height="0dp"> - </ListView> - -</LinearLayout>
\ No newline at end of file |