Exemplo n.º 1
0
 public TitleBarView(Context context, AttributeSet attrs) {
   super(context, attrs);
   mContext = context;
   initView();
 }
Exemplo n.º 2
0
 //	private LinearLayout common_constact;
 public TitleBarView(Context context) {
   super(context);
   mContext = context;
   initView();
 }