<TextView android:id="@+id/label" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxLength="25" android:singleLine="false" android:editable="false" android:gravity="center_horizontal"/>
Hi,
I am trying to run a Draw Graphic Element sample in android and i am facing this error : android: editable is deprecated: Use an <Edit Text> to make it editable<TextView android:id="@+id/label" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxLength="25" android:singleLine="false" android:editable="false" android:gravity="center_horizontal"/>
The error is in the underline line.
Any help please 😞