Project

General

Profile

« Previous | Next » 

Revision e108b57e

Added by Leszek Koltunski about 4 years ago

Re-add the Pattern dialog, but attach it to the Pattern uistate this time.
The idea to do away with the dialog proves impossible - we'd have to resize the top bar, which causes very unpleasant flashes.

View differences:

src/main/java/org/distorted/dialog/RubikDialogScoresView.java
157 157
    {
158 158
    removeAllViews();
159 159

  
160
    View tab = inflate(act, R.layout.dialog_tab, null);
160
    View tab = inflate(act, R.layout.dialog_scores_tab, null);
161 161
    mLayout = tab.findViewById(R.id.tabLayout);
162 162
    addView(tab);
163 163
    }

Also available in: Unified diff