Closed altaf2892 closed 5 years ago
Selected Date gets Resized
u can see selected date in Blue size is bigger than other dates in the view.. And yes i m using selector to change background but i have used same selector like other dates showing just with BLUE colour..
u can see selected date in Blue size is bigger than other dates in the view..
And yes i m using selector to change background but i have used same selector like other dates showing just with BLUE colour..
below code solved the problem ` ColorDrawable shapeDrawable = new ColorDrawable(); shapeDrawable.setColor(Color.TRANSPARENT); view.setSelectionDrawable(shapeDrawable);
view.setBackgroundDrawable(drawable);`
Selected Date gets Resized