Project

General

Profile

« Previous | Next » 

Revision 1071fb69

Added by Leszek Koltunski over 2 years ago

Corrections for the UI.

View differences:

src/main/java/org/distorted/config/ConfigScreen.java
179 179
          int rowCount = Math.min(mMaxRowCount,mRowCount);
180 180
          View popupView = mObjectPopup.getContentView();
181 181
          popupView.setSystemUiVisibility(RubikActivity.FLAGS);
182
          displayPopup(act,view,mObjectPopup,mObjectSize*mColCount,mObjectSize*rowCount+4*margin,margin,margin);
182
          displayPopup(act,view,mObjectPopup,mObjectSize*mColCount,mObjectSize*rowCount+5*margin,margin,margin);
183 183
          }
184 184
        }
185 185
      });
src/main/java/org/distorted/main/RubikActivity.java
98 98

  
99 99
    private static final int ACTIVITY_NUMBER = 0;
100 100
    private static final float RATIO_BAR  = 0.10f;
101
    private static final float RATIO_INSET= 0.08f;
101
    private static final float RATIO_INSET= 0.09f;
102 102

  
103 103
    private boolean mJustStarted;
104 104
    private FirebaseAnalytics mFirebaseAnalytics;
src/main/java/org/distorted/screens/RubikScreenPlay.java
147 147
          int rowCount = Math.min(mMaxRowCount,mRowCount);
148 148
          View popupView = mObjectPopup.getContentView();
149 149
          popupView.setSystemUiVisibility(RubikActivity.FLAGS);
150
          displayPopup(act,view,mObjectPopup,mObjectSize*mColCount,mObjectSize*rowCount+mBottomHeight+2*lMargin,margin,margin);
150
          displayPopup(act,view,mObjectPopup,mObjectSize*mColCount,mObjectSize*rowCount+mBottomHeight+2*lMargin+5*margin,margin,margin);
151 151
          }
152 152
        }
153 153
      });

Also available in: Unified diff