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