AlmostMaterialDatepicker
AlmostMaterialDatepicker copied to clipboard
Date picker made in material design style with some additional spinners
When I try to select the year from the year spinner, it is showing dark drop bg with gray year text color in dark theme mode. I could not select...
Hi, admin who know how to disable click on saturday, sunday and public holiday from my country malaysia?
Tjis is I found when i try to apply u code inside fragment > `DatePickerFragmentDialog dialog = new DatePickerFragmentDialog(); dialog.setOnDateSetListener(new DatePickerFragmentDialog.OnDateSetListener() { @Override public void onDateSet(DatePickerFragmentDialog view, int year, int...
Select the minimum day as something like 19-Feb-2019. In months drop down still January is showing for the year 2019, if i select January month app is getting crashed. Below...
when i change month the previous selected day getting unselected too
Number in locale("ar") does not appear correctly, the numbers appears as mix of (Arabic and English)
When i did selectableDays. YearPopUpView is getting doubled.
val variable is not imprting
The reason is in the 'drawMonthDayLabels(Canvas canvas)' method of the 'MonthView.java' file: int dayWidthHalf = (mWidth - mEdgePadding * 2) / (mNumDays * 2.0f); The 'int' should be replaced by...