android - imeoptions on HTC devices -


i cannot see imeoptions done , on htc devices while same code works fine motorola.

here code

<tablerow>             <edittext android:hint="name"              android:id="@+id/name"             android:background="@drawable/chegg_topcorner_rounded"              android:layout_width = "50dp"             android:layout_height="wrap_content"             android:gravity ="left"             android:paddingleft = "10dp"             android:paddingtop = "9dp"             android:paddingbottom = "9dp"             android:imeoptions="actionnext"             android:textsize="14dp"             >             </edittext>         </tablerow> 

can help.

thanks in advance

if "imeoptions done" mean action button, htc sense not appear support action button, except own purposes. soft keyboards not required support action button, cannot assume exists on given device, or given user (if downloaded , using third-party soft keyboard).

btw, source code, when paste question, highlight , choose toolbar button above editor looks set of binary digits -- ensure code gets formatted source. in particular, if paste in xml , not this, not show up.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -