I have a editView with OnClick event to show Calender like this :
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/checkOut"
android:onClick="onPlayButton"
android:inputType="date"
/>
I want to disable typing in this EditView in order user just could select date from my calender.