~emmanuel-florent/financisto/financisto-mapsV2

« back to all changes in this revision

Viewing changes to src/ru/orangesoftware/financisto/widget/AmountInput.java

  • Committer: Denis Solonenko
  • Date: 2013-02-13 16:58:59 UTC
  • mfrom: (427.2.8 financisto-uk-UA)
  • Revision ID: denis.solonenko@gmail.com-20130213165859-g2ywrw1qa3mmx2dx
MergedĀ fromĀ lp:~lubomirv/financisto/financisto-uk-UA

Show diffs side-by-side

added added

removed removed

Lines of Context:
328
328
                secondary.setTextColor(color);
329
329
        }
330
330
 
 
331
    public void openCalculator() {
 
332
        startInputActivity(CalculatorInput.class);
 
333
    }
 
334
 
331
335
}