José Vieira Neto

Results 4 issues of José Vieira Neto

Adds a function for the developer to customize the height of each item.

`Motivation`: My integration tests were getting very polluted and with duplicate code (start and stop) I also find it elegant not to have to worry about managing the start and...

**Problem:** The circular view cut only from the LOLLIPOP version upwards. **Tip:** **class**: `CircleVideoRecord` **method:** ``` @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) private void cropViews() { ViewOutlineProvider vop = new ViewOutlineProvider() { @Override...

help wanted

**programmatically** `video_record.setRecordTime(10000); //milli seconds` **xml** `app:record_time=10000` //milli seconds **Tip:** Attribution that makes the duration of the video recording: **class**: `CircularAnimatedDrawable` **attr**: `SWEEP_ANIMATOR_DURATION`

help wanted