This library seems really nice and with a more modern UI (Material Design) :
https://github.com/prolificinteractive/material-calendarview
You just have to import it with gradle:
compile 'com.prolificinteractive:material-calendarview:1.4.0'
And add it in your layout:
<com.prolificinteractive.materialcalendarview.MaterialCalendarView
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/calendarView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:mcv_showOtherDates="all"
app:mcv_selectionColor="#00F"
/>