I have an EdiText in my project developed on android studio .
android:id="@+id/Number"
    android:layout_width="match_parent"
    android:layout_height="100dp"
    android:textSize="24dp"
    android:layout_alignParentTop="true"
    android:layout_alignParentLeft="true"
    android:layout_alignParentStart="true"
I need to find a way to disable the keyboard when I click on the edit text, meaning that when I click on the EditText the keyboard should not open . 
 
     
     
     
     
     
    