Added texts

This commit is contained in:
M66B
2019-05-03 07:28:36 +02:00
parent b3345815a7
commit cc8d2a102a
4 changed files with 16 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ public class FragmentAnswer extends FragmentBase {
@Override
@Nullable
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
setSubtitle(R.string.menu_answers);
setSubtitle(R.string.title_answer_caption);
view = (ViewGroup) inflater.inflate(R.layout.fragment_answer, container, false);