Updating gradle for Irrigation app
[iot2.git] / benchmarks / other / PhoneInterface / Irrigation / app / src / main / res / layout / content_main.xml
index f50e2d14d8954060a737d0569a8022e2b3287ffe..53eecbf1398fca993bd3a5e3f9ec52806c7513cd 100644 (file)
         android:layout_toStartOf="@+id/gatewayip" />
 
     <EditText
+        android:id="@+id/gatewayip"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_weight="1"
-        android:inputType="number|numberDecimal"
-        android:ems="10"
-        android:id="@+id/gatewayip"
-        android:text="192.168.2.191"
         android:layout_alignBottom="@+id/textView4"
         android:layout_alignLeft="@+id/week"
-        android:layout_alignStart="@+id/week" />
+        android:layout_alignStart="@+id/week"
+        android:layout_weight="1"
+        android:ems="10"
+        android:inputType="number|numberDecimal"
+        android:text="192.168.0.84" />
 </RelativeLayout>