Added color title

This commit is contained in:
M66B
2019-07-13 13:53:45 +02:00
parent 091067073a
commit 7ad57f431a
5 changed files with 41 additions and 14 deletions

View File

@@ -299,7 +299,7 @@ public class FragmentAccount extends FragmentBase {
@Override
public void onClick(View v) {
FragmentDialogColor fragment = new FragmentDialogColor();
fragment.initialize(R.string.title_account_color, color, new Bundle(), getContext());
fragment.initialize(R.string.title_color, color, new Bundle(), getContext());
fragment.setTargetFragment(FragmentAccount.this, REQUEST_COLOR);
fragment.show(getFragmentManager(), "account:color");
}