Layout improvement

This commit is contained in:
M66B
2018-08-03 16:00:06 +00:00
parent 9f248a7b30
commit 222a16b963
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
spProfile = view.findViewById(R.id.spProvider);
etName = view.findViewById(R.id.etName);
spProfile = view.findViewById(R.id.spProvider);
etHost = view.findViewById(R.id.etHost);
etPort = view.findViewById(R.id.etPort);
etUser = view.findViewById(R.id.etUser);