I Want To Click on EditText DrawableRight and EditText editable is Enable. How it is Possible ? My Code is below :
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:orientation="horizontal">
<EditText
android:id="@+id/edt_profile_mobileno"
android:layout_width="match_parent"
android:drawableRight="@drawable/edit"
android:layout_height="wrap_content"
android:editable="false"
android:hint="Mobile No"/>
</LinearLayout>
Give Me Proper Solution.Plese show this image