diff --git a/Android/ChorusRFLaptimer/app/src/main/res/layout/race_setup.xml b/Android/ChorusRFLaptimer/app/src/main/res/layout/race_setup.xml
index 364cbbf..1b727e5 100644
--- a/Android/ChorusRFLaptimer/app/src/main/res/layout/race_setup.xml
+++ b/Android/ChorusRFLaptimer/app/src/main/res/layout/race_setup.xml
@@ -1,20 +1,20 @@
+ android:layout_height="wrap_content">
+ android:animateLayoutChanges="true"
+ android:orientation="vertical">
+ android:background="@color/colorBatteryMonitor"
+ android:orientation="horizontal">
+ android:checked="true"
+ android:text="@string/setup_lipo_monitor" />
+ android:textColor="?android:attr/textColorPrimaryNoDisable"
+ tools:text="0.00V" />
@@ -61,11 +61,11 @@
+ android:orientation="horizontal"
+ android:visibility="gone">
+ android:gravity="center_vertical"
+ android:text="@string/setup_adjust_voltage" />
@@ -194,8 +191,8 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center_horizontal"
- tools:text="5 sec."
- android:textColor="?android:attr/textColorPrimaryNoDisable" />
+ android:textColor="?android:attr/textColorPrimaryNoDisable"
+ tools:text="5 sec." />
@@ -244,10 +240,9 @@
@@ -290,10 +285,9 @@
@@ -335,10 +329,9 @@
@@ -364,10 +357,9 @@
@@ -394,10 +386,9 @@
@@ -426,10 +417,9 @@
@@ -451,20 +441,18 @@
-
-
+ android:orientation="horizontal">
+ android:orientation="vertical"
+ android:visibility="gone">
-
+
@@ -504,13 +492,13 @@
+ android:orientation="horizontal"
+ android:visibility="visible">
-
\ No newline at end of file
+
diff --git a/Android/ChorusRFLaptimer/app/src/main/res/values/dimens.xml b/Android/ChorusRFLaptimer/app/src/main/res/values/dimens.xml
index cef3abc..9012584 100644
--- a/Android/ChorusRFLaptimer/app/src/main/res/values/dimens.xml
+++ b/Android/ChorusRFLaptimer/app/src/main/res/values/dimens.xml
@@ -4,4 +4,5 @@
16dp
16dp
8dp
+ 4dp
diff --git a/Android/ChorusRFLaptimer/app/src/main/res/values/styles.xml b/Android/ChorusRFLaptimer/app/src/main/res/values/styles.xml
index 545b9c6..71f6c7f 100644
--- a/Android/ChorusRFLaptimer/app/src/main/res/values/styles.xml
+++ b/Android/ChorusRFLaptimer/app/src/main/res/values/styles.xml
@@ -17,4 +17,12 @@
+
+