gpt4 book ai didi

Android EditText 不工作,android :imeOptions ="actionNext" android:inputType ="phone"

转载 作者:搜寻专家 更新时间:2023-11-01 09:05:17 26 4
gpt4 key购买 nike

我试过了,只有删除android:inputType="phone" 键盘回车才能跳转到下一个EditText。我不知道 android:imeOptions="actionNext"android:inputType="phone" 之间是否存在一些冲突。

代码:AutoCompleteTextViewandroid:imeOptions="actionNext"android:inputType="phone",但是键盘上的Enter不会跳到下一个一个。

         <RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:paddingBottom="12dp"
android:paddingLeft="13dp"
android:paddingTop="12dp"
android:src="@drawable/fd_28" />


<TextView
android:id="@+id/texttitle_phone"
style="@style/TextviewRentItem"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="30dip" />

<EditText
android:id="@+id/content_phone"
style="@style/TextviewRentItemCon3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginRight="50dip"
android:layout_toRightOf="@id/texttitle_phone"
android:paddingBottom="12dp"
android:paddingRight="15dp"
android:paddingTop="12dp"
android:imeOptions="actionNext"
android:singleLine="true"
android:inputType="phone"/>
</RelativeLayout>
</LinearLayout>

<LinearLayout
android:id="@+id/linearLayout0_ll"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dip"
android:background="@drawable/bg_rect_black_filled_white"
android:orientation="vertical" >

<!-- the second-->

<RelativeLayout
android:id="@+id/linearLayout0"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >

<ImageView
android:id="@+id/img_house"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:paddingBottom="12dp"
android:paddingLeft="10dp"
android:paddingTop="12dp"
android:src="@drawable/fd_29" />

<TextView
android:id="@+id/textview3"
style="@style/TextviewRentItem"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="30dip"
android:focusable="true"
android:text="@string/house" />

<AutoCompleteTextView
android:id="@+id/add_rent_manage_house"
style="@style/TextviewRentItemCon3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginRight="50dip"
android:layout_toRightOf="@id/textview3"
android:dropDownHeight="90dp"
android:hint="@string/default_add_rent_house_remind"
android:imeOptions="actionNext"
android:singleLine="true" />
</RelativeLayout>

最佳答案

(由 OP 在编辑和评论中回答。参见 Question with no answers, but issue solved in the comments (or extended in chat))

OP 写道:

Problem has been solved. My EditText use setOnClickListener , delete this listener event ,that's ok

@xbakesx 写道:

I think the real solution to your problem was adding android:singleLine="true"

关于Android EditText 不工作,android :imeOptions ="actionNext" android:inputType ="phone",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12361894/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com