Exemple #1
0
  public void recreateControls() {
    rightStack.clearAllViews();
    mapInfoControls.populateStackControl(rightStack, view, false);

    leftStack.clearAllViews();
    mapInfoControls.populateStackControl(leftStack, view, true);
    leftStack.requestLayout();
    rightStack.requestLayout();

    statusBar.removeAllViews();
    mapInfoControls.populateStatusBar(statusBar);
    updateColorShadowsOfText(null);
  }