示例#1
0
 public RecordVoiceBtn(Context context) {
   super(context);
   init();
 }
示例#2
0
 public RecordVoiceBtn(Context context, AttributeSet attrs, int defStyle) {
   super(context, attrs, defStyle);
   this.mContext = context;
   init();
 }
示例#3
0
 public RecordVoiceBtn(Context context, AttributeSet attrs) {
   super(context, attrs);
   this.mContext = context;
   init();
 }