総額表示実装 WIP

This commit is contained in:
ろむねこ 2024-07-23 11:42:16 +09:00
parent 7ecd46fb98
commit 86093a1e13
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -152,6 +152,7 @@ public class HistoryItemListAdapter extends RecyclerView.Adapter<HistoryItemList
// ((MonthHeaderViewHolder) holder).monthHeaderTextView.setText(historyData.getRegisteredAt().getMonth() + "");
// DEBUG: 月をまたぐデータがないので
((MonthHeaderViewHolder) holder).monthHeaderTitle.setText(historyData.getRegisteredAt().getDate() + "");
((MonthHeaderViewHolder) holder).monthTotalTextView.setText(getMonthTotal(historyData) + "");
}
}