commit b971cdbe7ec0d8a9f12745f1a94a102e8997abd7
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Mon Apr 3 23:56:56 2023 +0200

    remove android imports from distorted-puzzle-jsons and distorted-puzzle-dmesh

diff --git a/src/main/res/layout/dialog_about.xml b/src/main/res/layout/dialog_about.xml
index af7ce5a8..6d70f959 100644
--- a/src/main/res/layout/dialog_about.xml
+++ b/src/main/res/layout/dialog_about.xml
@@ -9,7 +9,7 @@
         android:id="@+id/about_share_layout"
         android:layout_width="fill_parent"
         android:layout_height="0dp"
-        android:layout_weight="0.4"
+        android:layout_weight="0.1"
         android:gravity="center|fill_horizontal"
         android:layout_marginLeft="10dp"
         android:layout_marginRight="10dp"
@@ -50,7 +50,7 @@
         android:id="@+id/about_email_layout"
         android:layout_width="fill_parent"
         android:layout_height="0dp"
-        android:layout_weight="0.4"
+        android:layout_weight="0.1"
         android:gravity="center|fill_horizontal"
         android:layout_marginLeft="10dp"
         android:layout_marginRight="10dp"
@@ -102,7 +102,7 @@
         android:id="@+id/about_new_layout"
         android:layout_width="fill_parent"
         android:layout_height="0dp"
-        android:layout_weight="0.7"
+        android:layout_weight="0.3"
         android:gravity="center|fill_horizontal"
         android:layout_marginLeft="10dp"
         android:layout_marginRight="10dp"
@@ -147,7 +147,7 @@
         android:id="@+id/about_coming_layout"
         android:layout_width="fill_parent"
         android:layout_height="0dp"
-        android:layout_weight="1"
+        android:layout_weight="0.4"
         android:gravity="center|fill_horizontal"
         android:layout_marginLeft="10dp"
         android:layout_marginRight="10dp"
