|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/setting_area"
|
|
|
|
|
android:layout_width="@dimen/_288dp"
|
|
|
|
|
android:layout_height="@dimen/_536dp"
|
|
|
|
|
android:layout_height="@dimen/_624dp"
|
|
|
|
|
android:layout_alignParentEnd="true"
|
|
|
|
|
android:layout_marginEnd="@dimen/_21dp"
|
|
|
|
|
android:layout_marginTop="@dimen/_260dp"
|
|
|
|
@ -152,6 +152,30 @@
|
|
|
|
|
android:layout_height="@dimen/_34dp"
|
|
|
|
|
android:layout_marginStart="@dimen/_13dp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/item_pump"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="@dimen/_88dp"
|
|
|
|
|
android:focusable="true"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:paddingStart="@dimen/_66dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/pump_switch"
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:textSize="@dimen/_30dp" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/pump_switch"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:checked="false"
|
|
|
|
|
android:layout_height="@dimen/_34dp"
|
|
|
|
|
android:layout_marginStart="@dimen/_13dp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|