|
|
@@ -145,41 +145,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal"
|
|
|
android:gravity="center_vertical">
|
|
|
-
|
|
|
- <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"/>
|
|
|
-
|
|
|
<Button
|
|
|
android:id="@+id/openKeyBuckle"
|
|
|
android:layout_width="100dp"
|