Use main switcher activity, small improvements

- hosts EULA
- goto either setup or messages
This commit is contained in:
M66B
2018-08-10 13:32:07 +00:00
parent 54f8bf357f
commit d48c2cd87a
15 changed files with 187 additions and 106 deletions

View File

@@ -35,6 +35,8 @@ public class FragmentEula extends FragmentEx {
@Override
@Nullable
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
setSubtitle(R.string.title_eula);
View view = inflater.inflate(R.layout.fragment_eula, container, false);
Button btnAgree = view.findViewById(R.id.btnOk);