I cannot see the imeoptions like done and like on HTC devices while same code works fine with Motorola.
Here is the 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 anyone help.
Thanks in advance