commit ac02465ed2f3f45a3c05bd04ddfd2388b1137484
Author: Leszek Koltunski <leszek@distorted.org>
Date:   Tue Jun 28 21:45:05 2016 +0100

    minor stuff in layouts

diff --git a/src/main/java/org/distorted/examples/vertex3d/Vertex3DRenderer.java b/src/main/java/org/distorted/examples/vertex3d/Vertex3DRenderer.java
index 8e535f8..db0f5e5 100644
--- a/src/main/java/org/distorted/examples/vertex3d/Vertex3DRenderer.java
+++ b/src/main/java/org/distorted/examples/vertex3d/Vertex3DRenderer.java
@@ -145,8 +145,8 @@ class Vertex3DRenderer implements GLSurfaceView.Renderer
       {
       mView = v;
 
-      //mObject = new DistortedCubes( Vertex3DActivity.getCols(), Vertex3DActivity.getShape(), SIZE);
-      mObject = new DistortedBitmap( SIZE, SIZE, 3);
+      mObject = new DistortedCubes( Vertex3DActivity.getCols(), Vertex3DActivity.getShape(), SIZE);
+      //mObject = new DistortedBitmap( SIZE, SIZE, 3);
       mCenter = new DistortedBitmap(SIZE, SIZE, 1);
 
       mObjWidth = mObject.getWidth();
diff --git a/src/main/res/layout/matrix3dlayout.xml b/src/main/res/layout/matrix3dlayout.xml
index 6102314..aad37e1 100644
--- a/src/main/res/layout/matrix3dlayout.xml
+++ b/src/main/res/layout/matrix3dlayout.xml
@@ -15,7 +15,7 @@
         android:layout_width="fill_parent"
         android:layout_height="wrap_content"
         android:onClick="Default"
-        android:text="@string/Default" />
+        android:text="@string/reset" />
 
     <ScrollView
         android:id="@+id/matrix3dscrollView"
diff --git a/src/main/res/layout/vertex3ddeform.xml b/src/main/res/layout/vertex3ddeform.xml
index 3983ea9..72c3f6f 100644
--- a/src/main/res/layout/vertex3ddeform.xml
+++ b/src/main/res/layout/vertex3ddeform.xml
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
             <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-                android:id="@+id/vertex3dRowDeform"
-                android:orientation="horizontal"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content" >
+                          android:id="@+id/vertex3dRowDeform"
+                          android:orientation="horizontal"
+                          android:layout_width="match_parent"
+                          android:layout_height="wrap_content"
+                >
 
                 <LinearLayout
                     android:layout_width="0dp"
@@ -18,7 +19,7 @@
                         android:layout_marginEnd="5dp"
                         android:layout_marginStart="5dp"
                         android:layout_marginTop="3dp"
-                        android:textAppearance="?android:attr/textAppearanceLarge" />
+                        />
 
                     <SeekBar
                         android:id="@+id/vertex3ddeformBar1"
diff --git a/src/main/res/layout/vertex3ddistort.xml b/src/main/res/layout/vertex3ddistort.xml
index d181093..272d1de 100644
--- a/src/main/res/layout/vertex3ddistort.xml
+++ b/src/main/res/layout/vertex3ddistort.xml
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 
             <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-                android:id="@+id/vertex3dRowDistort"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:orientation="horizontal" >
+                          android:id="@+id/vertex3dRowDistort"
+                          android:layout_width="match_parent"
+                          android:layout_height="wrap_content"
+                          android:orientation="horizontal"
+                >
 
                 <LinearLayout
                     android:layout_width="0dp"
@@ -19,7 +20,7 @@
                         android:layout_marginEnd="5dp"
                         android:layout_marginStart="5dp"
                         android:layout_marginTop="3dp"
-                        android:textAppearance="?android:attr/textAppearanceLarge" />
+                        />
 
                     <SeekBar
                         android:id="@+id/vertex3ddistortBar1"
diff --git a/src/main/res/layout/vertex3dlayout.xml b/src/main/res/layout/vertex3dlayout.xml
index 878ccf2..f036bec 100644
--- a/src/main/res/layout/vertex3dlayout.xml
+++ b/src/main/res/layout/vertex3dlayout.xml
@@ -14,7 +14,8 @@
         android:orientation="horizontal"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        >
+        android:layout_marginBottom="5dp"
+        android:background="@android:color/holo_green_dark">
 
         <LinearLayout
             android:orientation="vertical"
@@ -23,14 +24,19 @@
             android:layout_weight="0.8">
 
             <TextView
+                android:id="@+id/vertex3dcenterText"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
-                android:id="@+id/vertex3dcenterText"/>
+                android:layout_marginEnd="5dp"
+                android:layout_marginStart="5dp"
+                android:layout_marginTop="3dp"
+                />
 
             <LinearLayout
                 android:orientation="horizontal"
                 android:layout_width="match_parent"
-                android:layout_height="match_parent">
+                android:layout_height="match_parent"
+                >
 
                 <SeekBar
                     android:layout_width="fill_parent"
@@ -57,7 +63,8 @@
             android:layout_height="wrap_content"
             android:onClick="Default"
             android:text="@string/reset"
-            android:layout_gravity="right"/>
+            android:layout_gravity="right"
+            android:layout_marginTop="3dp"/>
     </LinearLayout>
 
     <ScrollView
diff --git a/src/main/res/layout/vertex3dsink.xml b/src/main/res/layout/vertex3dsink.xml
index e78d6bd..be10755 100644
--- a/src/main/res/layout/vertex3dsink.xml
+++ b/src/main/res/layout/vertex3dsink.xml
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 
             <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-                android:id="@+id/vertex3dRowSink"
-                android:orientation="horizontal"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content" >
+                          android:id="@+id/vertex3dRowSink"
+                          android:orientation="horizontal"
+                          android:layout_width="match_parent"
+                          android:layout_height="wrap_content"
+                >
 
                 <LinearLayout
                     android:layout_width="0dp"
@@ -19,7 +20,7 @@
                         android:layout_marginEnd="5dp"
                         android:layout_marginStart="5dp"
                         android:layout_marginTop="3dp"
-                        android:textAppearance="?android:attr/textAppearanceLarge" />
+                        />
 
                     <SeekBar
                         android:id="@+id/vertex3dsinkBar1"
diff --git a/src/main/res/layout/vertex3dswirl.xml b/src/main/res/layout/vertex3dswirl.xml
index b8e74aa..8fee5b5 100644
--- a/src/main/res/layout/vertex3dswirl.xml
+++ b/src/main/res/layout/vertex3dswirl.xml
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
             <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-                android:id="@+id/vertex3dRowSwirl"
-                android:orientation="horizontal"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content" >
+                          android:id="@+id/vertex3dRowSwirl"
+                          android:orientation="horizontal"
+                          android:layout_width="match_parent"
+                          android:layout_height="wrap_content"
+                >
 
                 <LinearLayout
                     android:layout_width="0dp"
@@ -18,7 +19,7 @@
                         android:layout_marginEnd="5dp"
                         android:layout_marginStart="5dp"
                         android:layout_marginTop="3dp"
-                        android:textAppearance="?android:attr/textAppearanceLarge" />
+                        />
 
                     <SeekBar
                         android:id="@+id/vertex3dswirlBar1"
