I made a calculator. Its working fine. I want to have touch focus in edittext but the problem is when i touch it the keyboard popup. How to disable keyboard?
<EditText
android:layout_width="match_parent"
android:layout_height="100dp"
android:gravity="bottom|end"
android:textSize="40sp"
android:enabled="true"
android:singleLine="true"
android:textIsSelectable="true"
android:scrollHorizontally="true"
android:id="@+id/tvExpression_ID"/>