commit 391d680e6873a6fbdfa6221a5fda2ab104729e73
Author: leszek <leszek@koltunski.pl>
Date:   Fri Oct 6 14:03:03 2023 +0200

    Improve About Dialog

diff --git a/src/main/res/layout/dialog_about.xml b/src/main/res/layout/dialog_about.xml
index dce3c5a4..1287262f 100644
--- a/src/main/res/layout/dialog_about.xml
+++ b/src/main/res/layout/dialog_about.xml
@@ -8,8 +8,7 @@
     <LinearLayout
         android:id="@+id/about_share_layout"
         android:layout_width="fill_parent"
-        android:layout_height="0dp"
-        android:layout_weight="0.12"
+        android:layout_height="wrap_content"
         android:gravity="center|fill_horizontal"
         android:layout_marginLeft="10dp"
         android:layout_marginRight="10dp"
@@ -18,8 +17,11 @@
 
         <ImageView
             android:layout_gravity="top"
+            android:adjustViewBounds="true"
             android:layout_height="wrap_content"
             android:layout_marginStart="5dp"
+            android:layout_marginTop="5dp"
+            android:layout_marginBottom="5dp"
             android:layout_width="0dp"
             android:layout_weight="0.2"
             android:src="@drawable/ui_share"/>
@@ -49,8 +51,7 @@
    <LinearLayout
         android:id="@+id/about_email_layout"
         android:layout_width="fill_parent"
-        android:layout_height="0dp"
-        android:layout_weight="0.12"
+        android:layout_height="wrap_content"
         android:gravity="center|fill_horizontal"
         android:layout_marginLeft="10dp"
         android:layout_marginRight="10dp"
@@ -60,15 +61,18 @@
 
         <ImageView
             android:layout_gravity="top"
+            android:adjustViewBounds="true"
             android:layout_height="wrap_content"
             android:layout_marginStart="5dp"
+            android:layout_marginTop="5dp"
+            android:layout_marginBottom="5dp"
             android:layout_width="0dp"
             android:layout_weight="0.2"
             android:src="@drawable/ui_contact"/>
 
         <LinearLayout
             android:layout_width="0dp"
-            android:layout_height="match_parent"
+            android:layout_height="wrap_content"
             android:layout_weight="1"
             android:gravity="center|fill_horizontal"
             android:background="@color/dark_grey"
@@ -101,8 +105,7 @@
    <LinearLayout
         android:id="@+id/about_new_layout"
         android:layout_width="fill_parent"
-        android:layout_height="0dp"
-        android:layout_weight="0.31"
+        android:layout_height="wrap_content"
         android:gravity="center|fill_horizontal"
         android:layout_marginLeft="10dp"
         android:layout_marginRight="10dp"
@@ -112,8 +115,11 @@
 
         <ImageView
             android:layout_gravity="top"
+            android:adjustViewBounds="true"
             android:layout_height="wrap_content"
             android:layout_marginStart="5dp"
+            android:layout_marginTop="5dp"
+            android:layout_marginBottom="5dp"
             android:layout_width="0dp"
             android:layout_weight="0.2"
             android:src="@drawable/ui_new"/>
@@ -121,7 +127,7 @@
         <ScrollView
             android:id="@+id/new_scroll"
             android:layout_width="0dp"
-            android:layout_height="match_parent"
+            android:layout_height="wrap_content"
             android:layout_weight="1"
             android:paddingTop="10dp"
             android:paddingBottom="10dp"
@@ -146,8 +152,7 @@
    <LinearLayout
         android:id="@+id/about_coming_layout"
         android:layout_width="fill_parent"
-        android:layout_height="0dp"
-        android:layout_weight="0.45"
+        android:layout_height="wrap_content"
         android:gravity="center|fill_horizontal"
         android:layout_marginLeft="10dp"
         android:layout_marginRight="10dp"
@@ -157,8 +162,11 @@
 
         <ImageView
             android:layout_gravity="top"
+            android:adjustViewBounds="true"
             android:layout_height="wrap_content"
             android:layout_marginStart="5dp"
+            android:layout_marginTop="5dp"
+            android:layout_marginBottom="5dp"
             android:layout_width="0dp"
             android:layout_weight="0.2"
             android:src="@drawable/ui_todo"/>
@@ -166,7 +174,7 @@
         <ScrollView
             android:id="@+id/coming_scroll"
             android:layout_width="0dp"
-            android:layout_height="match_parent"
+            android:layout_height="wrap_content"
             android:layout_weight="1"
             android:paddingTop="10dp"
             android:paddingBottom="10dp"
