diff --git a/mobile/android/base/home/TwoLinePageRow.java b/mobile/android/base/home/TwoLinePageRow.java index e72e472327d4..e52744f5665c 100644 --- a/mobile/android/base/home/TwoLinePageRow.java +++ b/mobile/android/base/home/TwoLinePageRow.java @@ -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);