Example #1
0
 public LayoutParams(Context c, AttributeSet attrs) {
   super(c, attrs);
   mPercentLayoutInfo = PercentLayoutHelper.getPercentLayoutInfo(c, attrs);
 }