Project

General

Profile

« Previous | Next » 

Revision bc7e49ec

Added by Leszek Koltunski over 2 years ago

Improve layout in the bandaged view.

View differences:

src/main/java/org/distorted/main/RubikActivity.java
141 141

  
142 142
    private void computeBarHeights()
143 143
      {
144
      float height = getScreenHeightInPixels();
144
      float height = mScreenHeight;
145 145
      int barHeight = (int)(height*RATIO_BAR);
146 146
      mHeightLowerBar = barHeight;
147 147
      mHeightUpperBar = barHeight;

Also available in: Unified diff