mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added subtitles, refactoring
This commit is contained in:
@@ -48,10 +48,11 @@ public class FragmentAnswers extends FragmentBase {
|
||||
@Override
|
||||
@Nullable
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
|
||||
View view = inflater.inflate(R.layout.fragment_answers, container, false);
|
||||
|
||||
setSubtitle(R.string.menu_answers);
|
||||
setHasOptionsMenu(true);
|
||||
|
||||
View view = inflater.inflate(R.layout.fragment_answers, container, false);
|
||||
|
||||
// Get controls
|
||||
rvAnswer = view.findViewById(R.id.rvAnswer);
|
||||
pbWait = view.findViewById(R.id.pbWait);
|
||||
|
||||
Reference in New Issue
Block a user