mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Speech bubble layout for private conversations.
This commit is contained in:
@@ -9,7 +9,9 @@ public class FixedVerticalSpace extends View {
|
||||
|
||||
public FixedVerticalSpace(Context ctx) {
|
||||
super(ctx);
|
||||
int pad = LayoutUtils.getPadding(ctx);
|
||||
setLayoutParams(new LayoutParams(WRAP_CONTENT, pad));
|
||||
}
|
||||
|
||||
public void setHeight(int height) {
|
||||
setLayoutParams(new LayoutParams(WRAP_CONTENT, height));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user