android-times-square icon indicating copy to clipboard operation
android-times-square copied to clipboard

Standalone Android widget for picking a single date from a calendar view.

Results 36 android-times-square issues
Sort by recently updated
recently updated
newest added
trafficstars

I am using this view in my layout with range from january to december of this year with some highlighted dates stored in HashSet (about 150+) and as I init...

bug

i want to change the start date which be the day of today to be the min date i send to fun init so that the start date be the...

Hi! If CalendarPickerView add inside AlertDialog, then In 28 api doesn't work scrollToPosition. DateRangePickerDialog.java ``` public class DateRangePickerDialog extends AlertDialog { public DateRangePickerDialog(@NonNull Context context) { super(context); View content =...

To whom it may concern, The issue is in the month of april. All the april days start one day after the last day of march. Example: April 1, 2016...

Selecting the start date (from date) and move the other date to select the range between start and end date.

Select date on swiping over the calendar .

Hi Team , I need your help ,I am Facing a issue When I select multiple dates the cell text is not showing in center please have a look I...

Is it posible to add a margin between weeks? This is what I try to do: ![captura de pantalla 2018-12-13 a las 14 03 14](https://user-images.githubusercontent.com/32192478/49940460-dafd5e00-fedf-11e8-8454-0c5078cc460f.png) I tried to customize the...

Hi we have a method to select any date programmatically like the below mCalenderPickerView.selectDate(new Date()) but i wanted to select the previously selected date range programmatically, can you please tell...

for example i have date from 23 Nov to 2 Nov and i want to show only dates between them. and hide other dates.