コード例 #1
0
 public TitleBarView(Context context, AttributeSet attrs) {
   super(context, attrs);
   mContext = context;
   initView();
 }
コード例 #2
0
 //	private LinearLayout common_constact;
 public TitleBarView(Context context) {
   super(context);
   mContext = context;
   initView();
 }