commit e8e0d66af89813be582881131c3208946f3566a0
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Mon Dec 6 17:05:38 2021 +0100

    Progress with Config UI.

diff --git a/src/main/res/layout/config.xml b/src/main/res/layout/config.xml
index 169f7182..a9b0314f 100644
--- a/src/main/res/layout/config.xml
+++ b/src/main/res/layout/config.xml
@@ -45,7 +45,7 @@
                 android:id="@+id/configDetailsName2"
                 android:layout_width="0dp"
                 android:layout_height="match_parent"
-                android:layout_weight="2.5"
+                android:layout_weight="2.1"
                 android:gravity="center_vertical|start"
                 android:paddingStart="5dp"
                 android:textSize="26sp"
@@ -80,7 +80,7 @@
                 android:id="@+id/configDetailsAuthor2"
                 android:layout_width="0dp"
                 android:layout_height="match_parent"
-                android:layout_weight="2.5"
+                android:layout_weight="2.1"
                 android:gravity="center_vertical|start"
                 android:paddingStart="5dp"
                 android:textSize="26sp"
@@ -116,6 +116,7 @@
                 android:layout_width="0dp"
                 android:layout_height="match_parent"
                 android:layout_weight="2.5"
+                android:gravity="start"
                 android:paddingTop="20dp"
                 android:paddingBottom="20dp"
                 android:orientation="horizontal">
@@ -125,7 +126,6 @@
                     android:layout_width="0dp"
                     android:layout_height="match_parent"
                     android:layout_weight="1"
-                    android:gravity="center_vertical"
                     android:src="@drawable/ui_difficulty_unchecked"/>
 
                 <ImageView
@@ -133,7 +133,6 @@
                     android:layout_width="0dp"
                     android:layout_height="match_parent"
                     android:layout_weight="1"
-                    android:gravity="center_vertical"
                     android:src="@drawable/ui_difficulty_unchecked"/>
 
                 <ImageView
@@ -141,7 +140,6 @@
                     android:layout_width="0dp"
                     android:layout_height="match_parent"
                     android:layout_weight="1"
-                    android:gravity="center_vertical"
                     android:src="@drawable/ui_difficulty_unchecked"/>
 
                 <ImageView
@@ -149,7 +147,6 @@
                     android:layout_width="0dp"
                     android:layout_height="match_parent"
                     android:layout_weight="1"
-                    android:gravity="center_vertical"
                     android:src="@drawable/ui_difficulty_unchecked"/>
 
                 <ImageView
@@ -157,7 +154,6 @@
                     android:layout_width="0dp"
                     android:layout_height="match_parent"
                     android:layout_weight="1"
-                    android:gravity="center_vertical"
                     android:src="@drawable/ui_difficulty_unchecked"/>
 
             </LinearLayout>
@@ -190,7 +186,7 @@
                 android:id="@+id/meshRadioGroup"
                 android:layout_width="0dp"
                 android:layout_height="match_parent"
-                android:layout_weight="2.5"
+                android:layout_weight="2.1"
                 android:orientation="horizontal"
                 android:checkedButton="@+id/meshNice"
                 android:background="@color/grey">
@@ -200,7 +196,7 @@
                     android:layout_width="0dp"
                     android:layout_height="match_parent"
                     android:layout_weight="1"
-                    android:layout_marginBottom="0dp"
+                    android:buttonTint="@color/white"
                     android:text="@string/config_mesh_simple"/>
 
                 <RadioButton
@@ -208,7 +204,7 @@
                     android:layout_width="0dp"
                     android:layout_height="match_parent"
                     android:layout_weight="1"
-                    android:layout_marginBottom="0dp"
+                    android:buttonTint="@color/white"
                     android:text="@string/config_mesh_nice"/>
 
             </RadioGroup>
