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/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