Revert "Layout improvement"

This reverts commit 222a16b963.
This commit is contained in:
M66B
2018-08-03 16:22:21 +00:00
parent 5f77582bec
commit 0a1759b198
2 changed files with 22 additions and 22 deletions

View File

@@ -92,8 +92,8 @@ public class FragmentAccount extends Fragment {
providers.add(0, new Provider(getString(R.string.title_custom)));
// Get controls
etName = view.findViewById(R.id.etName);
spProfile = view.findViewById(R.id.spProvider);
etName = view.findViewById(R.id.etName);
etHost = view.findViewById(R.id.etHost);
etPort = view.findViewById(R.id.etPort);
etUser = view.findViewById(R.id.etUser);