add weibo src
[freespace.git] / weibosrc / com / weibo / view / CellLayout.java
blob4821499d52755dea61d24ad9046ccf85e15b62c6
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) {
10 super(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
24 @Override
25 protected void onLayout(boolean arg0, int arg1, int arg2, int arg3, int arg4) {
26 // TODO Auto-generated method stub