Speech bubble layout for private conversations.

This commit is contained in:
akwizgran
2014-02-09 19:50:12 +00:00
parent 0960a345e0
commit 269eef57e9
15 changed files with 114 additions and 43 deletions

View File

@@ -86,7 +86,9 @@ public class PasswordActivity extends RoboActivity {
layout.addView(passwordEntry);
// Adjusting the padding of buttons and EditTexts has the wrong results
layout.addView(new FixedVerticalSpace(this));
FixedVerticalSpace space = new FixedVerticalSpace(this);
space.setHeight(pad);
layout.addView(space);
continueButton = new Button(this);
continueButton.setLayoutParams(WRAP_WRAP);