roomorama / Caldroid

A better calendar for Android
Other
1.42k stars 531 forks source link

Change the style of navigation icons #342

Closed sandeeptengale closed 8 years ago

sandeeptengale commented 8 years ago

I need to change the color or image of the navigation arrow mark available to change the month in the calendar. Is it possible to do that using the available styles?

sandeeptengale commented 8 years ago

caldroidFragment.getLeftArrowButton().setBackgroundDrawable(getResources().getDrawable(R.drawable.ic_back));

worked for me. Thank you for the nice library :)