1 package com
.weibo
.view
;
3 import android
.content
.Context
;
4 import android
.util
.AttributeSet
;
5 import android
.view
.ViewGroup
;
7 public class CellLayout
extends ViewGroup
{
9 public CellLayout(Context context
) {
11 // TODO Auto-generated constructor stub
14 public CellLayout(Context context
, AttributeSet attrs
) {
15 super(context
, attrs
);
16 // TODO Auto-generated constructor stub
19 public CellLayout(Context context
, AttributeSet attrs
, int defStyle
) {
20 super(context
, attrs
, defStyle
);
21 // TODO Auto-generated constructor stub
25 protected void onLayout(boolean arg0
, int arg1
, int arg2
, int arg3
, int arg4
) {
26 // TODO Auto-generated method stub