From b669f031457784f889905ec3e627fd3e087623ce Mon Sep 17 00:00:00 2001
From: aringot <alexis.ringot@fhstp.ac.at>
Date: Tue, 13 Mar 2018 19:15:04 +0100
Subject: [PATCH] Deleted test file

---
 .../app/src/main/res/layout/test_stored.xml   | 29 -------------------
 1 file changed, 29 deletions(-)
 delete mode 100644 SoniControl/app/src/main/res/layout/test_stored.xml

diff --git a/SoniControl/app/src/main/res/layout/test_stored.xml b/SoniControl/app/src/main/res/layout/test_stored.xml
deleted file mode 100644
index 8710fe7e..00000000
--- a/SoniControl/app/src/main/res/layout/test_stored.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright (c) 2018. Peter Kopciak, Kevin Pirner, Alexis Ringot, Florian Taurer, Matthias Zeppelzauer.
-  ~
-  ~ This file is part of SoniControl app.
-  ~
-  ~     SoniControl app is free software: you can redistribute it and/or modify
-  ~     it under the terms of the GNU General Public License as published by
-  ~     the Free Software Foundation, either version 3 of the License, or
-  ~     (at your option) any later version.
-  ~
-  ~     SoniControl app is distributed in the hope that it will be useful,
-  ~     but WITHOUT ANY WARRANTY; without even the implied warranty of
-  ~     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  ~     GNU General Public License for more details.
-  ~
-  ~     You should have received a copy of the GNU General Public License
-  ~     along with SoniControl app.  If not, see <http://www.gnu.org/licenses/>.
-  -->
-
-<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/stored_listView"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent" />
-</LinearLayout>
\ No newline at end of file
-- 
GitLab