mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
Bug 879490: LinearLayout grew up to accept styles only very late. [r=margaret]
This commit is contained in:
parent
07118340e6
commit
c4dbe0093a
@ -34,11 +34,7 @@ public class TwoLinePageRow extends LinearLayout {
|
||||
}
|
||||
|
||||
public TwoLinePageRow(Context context, AttributeSet attrs) {
|
||||
this(context, attrs, 0);
|
||||
}
|
||||
|
||||
public TwoLinePageRow(Context context, AttributeSet attrs, int defStyle) {
|
||||
super(context, attrs, defStyle);
|
||||
super(context, attrs);
|
||||
|
||||
setGravity(Gravity.CENTER_VERTICAL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user