|
@@ -78,6 +78,7 @@
|
|
|
android:background="#852852"
|
|
android:background="#852852"
|
|
|
android:hint="Slave Idx"
|
|
android:hint="Slave Idx"
|
|
|
android:text="0"
|
|
android:text="0"
|
|
|
|
|
+ android:inputType="number"
|
|
|
android:textColorHint="@color/white"
|
|
android:textColorHint="@color/white"
|
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
|
android:layout_margin="10dp"/>
|
|
android:layout_margin="10dp"/>
|
|
@@ -88,6 +89,7 @@
|
|
|
android:layout_height="40dp"
|
|
android:layout_height="40dp"
|
|
|
android:background="#852852"
|
|
android:background="#852852"
|
|
|
android:hint="Lock Idx"
|
|
android:hint="Lock Idx"
|
|
|
|
|
+ android:inputType="number"
|
|
|
android:textColorHint="@color/white"
|
|
android:textColorHint="@color/white"
|
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
|
android:layout_margin="10dp"/>
|
|
android:layout_margin="10dp"/>
|
|
@@ -122,4 +124,44 @@
|
|
|
android:textSize="8sp"
|
|
android:textSize="8sp"
|
|
|
android:layout_margin="5dp"/>
|
|
android:layout_margin="5dp"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
+
|
|
|
|
|
+ <EditText
|
|
|
|
|
+ android:id="@+id/leftLight"
|
|
|
|
|
+ android:layout_width="100dp"
|
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
|
+ android:background="#852852"
|
|
|
|
|
+ android:hint="Key Left Light"
|
|
|
|
|
+ android:text="0"
|
|
|
|
|
+ android:inputType="number"
|
|
|
|
|
+ android:textColorHint="@color/white"
|
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
|
+ android:layout_margin="10dp"/>
|
|
|
|
|
+
|
|
|
|
|
+ <EditText
|
|
|
|
|
+ android:id="@+id/rightLight"
|
|
|
|
|
+ android:layout_width="100dp"
|
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
|
+ android:background="#852852"
|
|
|
|
|
+ android:hint="Key Right Light"
|
|
|
|
|
+ android:text="0"
|
|
|
|
|
+ android:inputType="number"
|
|
|
|
|
+ android:textColorHint="@color/white"
|
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
|
+ android:layout_margin="10dp"/>
|
|
|
|
|
+
|
|
|
|
|
+ <Button
|
|
|
|
|
+ android:id="@+id/keyLight"
|
|
|
|
|
+ android:layout_width="100dp"
|
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
|
+ android:minWidth="0dp"
|
|
|
|
|
+ android:minHeight="0dp"
|
|
|
|
|
+ android:text="Key Light"
|
|
|
|
|
+ android:textSize="8sp"
|
|
|
|
|
+ android:layout_margin="5dp"/>
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|