heysupratim / material-daterange-picker

A material Date Range Picker based on wdullaers MaterialDateTimePicker
Apache License 2.0
1.33k stars 266 forks source link

Weird characters at end of TextView #28

Closed csbenz closed 8 years ago

csbenz commented 8 years ago

See this image. On the "From" tab, I have additional characters that shouldn't be there. The "To" tab is fine.

heysupratim commented 8 years ago

@csbenz Can you elaborate when exactly is this happening ?

csbenz commented 8 years ago

It's always there. I'm calling it with:

TimePickerDialog timePickerDialog = TimePickerDialog.newInstance(MyFragment.this, 10, 15, false);
timePickerDialog.setAccentColor(ContextCompat.getColor(getActivity(), R.color.accent));
timePickerDialog.show(getActivity().getFragmentManager(), "TimePickerDialogTag");
IzabellaMConigliaro commented 8 years ago

Getting the same issue here. Any update?

heysupratim commented 8 years ago

@IzabellaMConigliaro @csbenz are you still getting the issue ? Can you please share the layout bound image with me