update android remote_control app for android-studio, new icons, added GPL
[goodguy/history.git] / CineRmt / src / main / res / layout / activity_config.xml
similarity index 77%
rename from CineRmt/res/layout/activity_config.xml
rename to CineRmt/src/main/res/layout/activity_config.xml
index 2c07bbf2e98e2952b213d2593d761182eceb9313..fb7435616ccb9bd35a65f1589884c88d612362e4 100644 (file)
@@ -2,20 +2,21 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:id="@+id/config_layout"
     android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    tools:context="com.example.cinermt.ConfigActivity"
-    tools:ignore="MergeRootFrame" >
+    android:layout_height="match_parent"
+    tools:context="com.local.cinermt.ConfigActivity"
+    android:background="#fdb308">
 
     <LinearLayout
         android:layout_width="match_parent"
-        android:layout_height="wrap_content"
+        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:text="IP Address:"
+            android:textColor="#000000" />
 
         <EditText
             android:id="@+id/ip_addr"
@@ -26,7 +27,8 @@
             android:id="@+id/pin_text"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:text="PIN:" />
+            android:text="PIN:"
+            android:textColor="#000000" />
 
         <EditText
             android:id="@+id/pin"
@@ -37,7 +39,8 @@
             android:id="@+id/dport"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:text="Port:" />
+            android:text="Port:"
+            android:textColor="#000000" />
 
         <EditText
             android:id="@+id/port"