Added operations subtitle

pull/125/head
M66B 6 years ago
parent 99a174f8c1
commit def63c2381

@ -45,6 +45,8 @@ public class FragmentOperations extends FragmentEx {
@Override @Override
@Nullable @Nullable
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) { public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
setSubtitle(R.string.menu_operations);
View view = inflater.inflate(R.layout.fragment_operations, container, false); View view = inflater.inflate(R.layout.fragment_operations, container, false);
// Get controls // Get controls

Loading…
Cancel
Save