Ejemplo n.º 1
0
  private void updatePathButton() {
    String text = getString(R.string.path_button);
    text = text.replace("$PATH", path);
    choosePathButton.setText(Html.fromHtml(text));

    if (preferences.isPathSet()) {
      openButton.setEnabled(true);
    }
  }