Skip to content
Snippets Groups Projects
Commit b791ce02 authored by akwizgran's avatar akwizgran
Browse files

Insert padding between password strength meter and progress spinner.

parent a9489a51
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,7 @@ OnEditorActionListener {
progress = new ProgressBar(this);
progress.setLayoutParams(WRAP_WRAP);
progress.setPadding(0, pad, 0, 0);
progress.setIndeterminate(true);
progress.setVisibility(GONE);
layout.addView(progress);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment