commit 876803e60cb4203d77eefeca72b973141e3ff58d
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Wed Jun 29 15:42:31 2022 +0200

    Progress

diff --git a/src/main/java/org/distorted/screens/RubikScreenPlay.java b/src/main/java/org/distorted/screens/RubikScreenPlay.java
index 781c4631..b70ab08e 100644
--- a/src/main/java/org/distorted/screens/RubikScreenPlay.java
+++ b/src/main/java/org/distorted/screens/RubikScreenPlay.java
@@ -125,14 +125,13 @@ public class RubikScreenPlay extends RubikScreenAbstract implements RubikNetwork
     layoutTop.removeAllViews();
     TextView label = (TextView)inflater.inflate(R.layout.upper_text, null);
     label.setTextSize(TypedValue.COMPLEX_UNIT_PX, titleSize);
-  //  label.setText(R.string.app_name);
+    label.setText(R.string.app_name);
     layoutTop.addView(label);
 
     // BOTTOM /////////////////////////
     LinearLayout layoutBot = act.findViewById(R.id.lowerBar);
     layoutBot.removeAllViews();
     RelativeLayout relLayout = (RelativeLayout)inflater.inflate(R.layout.play_bottom_bar, null);
-    //relLayout.setBackgroundColor(Color.parseColor("#000000"));
     layoutBot.addView(relLayout);
 
     TypedValue outValue = new TypedValue();
@@ -150,8 +149,6 @@ public class RubikScreenPlay extends RubikScreenAbstract implements RubikNetwork
     paramsMid.height = (int)(mScreenHeight-mUpperBarHeight-mLowerBarHeight);
     hiddenView.setLayoutParams(paramsMid);
 
-label.setText("s:"+mScreenHeight+" u:"+mUpperBarHeight+" l:"+mLowerBarHeight);
-
     ScrollView scroll = (ScrollView)inflater.inflate(R.layout.popup_object_simple, null);
     hiddenView.addView(scroll);
 
diff --git a/src/main/res/layout/play_bottom_bar.xml b/src/main/res/layout/play_bottom_bar.xml
index cec3fcd3..2237f58e 100644
--- a/src/main/res/layout/play_bottom_bar.xml
+++ b/src/main/res/layout/play_bottom_bar.xml
@@ -2,10 +2,11 @@
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/bottomLayout"
        android:layout_width="match_parent"
-       android:layout_height="wrap_content"
+       android:layout_height="match_parent"
        android:background="@android:color/transparent"
-       android:paddingEnd="10dp"
-       android:paddingStart="10dp">
+       android:paddingTop="5dp"
+       android:paddingEnd="15dp"
+       android:paddingStart="15dp">
 
        <ImageButton
            android:id="@+id/buttonAbout"
