<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic android: editable is deprecated: Use an &amp;amp;lt;Edit Text&amp;amp;gt; to make it editable in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-editable-is-deprecated-use-an-amp-lt-edit/m-p/41761#M346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to run a Draw Graphic Element sample in android and i am facing this error : &lt;/SPAN&gt;&lt;STRONG&gt;android: editable is deprecated: Use an &amp;lt;Edit Text&amp;gt; to make it editable&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;lt;TextView android:id="@+id/label"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:layout_width="wrap_content"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:layout_height="wrap_content"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:maxLength="25"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:singleLine="false" 
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:editable="false"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:gravity="center_horizontal"/&amp;gt;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error is in the underline line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help please &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 06:29:41 GMT</pubDate>
    <dc:creator>ArcGISG_I_S</dc:creator>
    <dc:date>2014-05-22T06:29:41Z</dc:date>
    <item>
      <title>android: editable is deprecated: Use an &amp;lt;Edit Text&amp;gt; to make it editable</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-editable-is-deprecated-use-an-amp-lt-edit/m-p/41761#M346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to run a Draw Graphic Element sample in android and i am facing this error : &lt;/SPAN&gt;&lt;STRONG&gt;android: editable is deprecated: Use an &amp;lt;Edit Text&amp;gt; to make it editable&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;lt;TextView android:id="@+id/label"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:layout_width="wrap_content"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:layout_height="wrap_content"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:maxLength="25"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:singleLine="false" 
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:editable="false"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:gravity="center_horizontal"/&amp;gt;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error is in the underline line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help please &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 06:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-editable-is-deprecated-use-an-amp-lt-edit/m-p/41761#M346</guid>
      <dc:creator>ArcGISG_I_S</dc:creator>
      <dc:date>2014-05-22T06:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: android: editable is deprecated: Use an &lt;Edit Text&gt; to make it editable</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-editable-is-deprecated-use-an-amp-lt-edit/m-p/41762#M347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to run a Draw Graphic Element sample in android and i am facing this error : &lt;STRONG&gt;android: editable is deprecated: Use an &amp;lt;Edit Text&amp;gt; to make it editable&lt;/STRONG&gt;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;TextView android:id="@+id/label"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:layout_width="wrap_content"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:layout_height="wrap_content"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:maxLength="25"
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:singleLine="false" 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration:underline;"&gt;android:editable="false"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; android:gravity="center_horizontal"/&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;The error is in the underline line.&lt;BR /&gt;Any help please &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes it is. You can use &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;android:inputType="none"&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OR in the code , &lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style="font-style: italic;"&gt;&lt;BR /&gt;EditText myEditText = (EditText) findViewById(R.id.yourid);&lt;BR /&gt;myEditText .setEnabled(false);&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:36:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-editable-is-deprecated-use-an-amp-lt-edit/m-p/41762#M347</guid>
      <dc:creator>cadgism</dc:creator>
      <dc:date>2021-12-10T21:36:55Z</dc:date>
    </item>
  </channel>
</rss>

