When I made the AbstractBudgetEditorActivity, I decided to split the title strings into two strings that said "Add Budget" and "Add Entry" instead of three strings that were "{0} Budget", "Add", and "Edit". It's simpler to do it without the string placeholders, in my opinion.
This branch does that for the add/edit entry strings.
When I made the
AbstractBudgetEditorActivity
, I decided to split the title strings into two strings that said "Add Budget" and "Add Entry" instead of three strings that were "{0} Budget", "Add", and "Edit". It's simpler to do it without the string placeholders, in my opinion.This branch does that for the add/edit entry strings.