Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.
Merged

Dev #180

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#168. Add some fixes.
  • Loading branch information
bogdan-evtushenko committed Aug 23, 2019
commit f207de6ae8b23c9fa45b57b9c87af72ef3adc44f
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,13 @@ public ViewHolder(View view) {
}

public interface SummaryViewInterface {
public TextView getTvPeriod();
TextView getTvPeriod();

public TextView getTvTotalIncome();
TextView getTvTotalIncome();

public TextView getTvTotalExpense();
TextView getTvTotalExpense();

public TextView getTvTotal();
TextView getTvTotal();
}


}