switch from eclipse to android studio
[goodguy/cinelerra.git] / CineRmt / src / main / res / layout / activity_config.xml
diff --git a/CineRmt/src/main/res/layout/activity_config.xml b/CineRmt/src/main/res/layout/activity_config.xml
deleted file mode 100644 (file)
index fb74356..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:id="@+id/config_layout"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    tools:context="com.local.cinermt.ConfigActivity"
-    android:background="#fdb308">
-
-    <LinearLayout
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:orientation="vertical" >
-
-        <TextView
-            android:id="@+id/ip_addr_text"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:text="IP Address:"
-            android:textColor="#000000" />
-
-        <EditText
-            android:id="@+id/ip_addr"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content" />
-
-        <TextView
-            android:id="@+id/pin_text"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:text="PIN:"
-            android:textColor="#000000" />
-
-        <EditText
-            android:id="@+id/pin"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content" />
-
-        <TextView
-            android:id="@+id/dport"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:text="Port:"
-            android:textColor="#000000" />
-
-        <EditText
-            android:id="@+id/port"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content" />
-
-        <Button
-            android:id="@+id/back"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:text="Back" />
-    </LinearLayout>
-
-</FrameLayout>
\ No newline at end of file