当它被禁用如何删除Android设备上编辑文本重点是什么?

编程入门 行业动态 更新时间:2024-10-26 09:22:47
本文介绍了当它被禁用如何删除Android设备上编辑文本重点是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

在小型设备上的软键盘的下一步按钮用于不接触编辑文本输入编辑文本的价值。

In small devices soft keyboard's "NEXT" button is used to enter the value for edit texts without touching the edit text.

这是非常有用的,当多个入口被填补。

This is very helpful when multiple entry is to be filled..

但我禁用之间,所以我不能点到为止编辑文本两个编辑文本。下一个关键皮...

But i disabled two edit text in between so i can't go beyond that edit text. the next key hides...

我用

的android:imeOptions =actionUnspecified

对于那些两个编辑文本,但没有运气...

for those two edit texts but no luck...

任何解决方案?

推荐答案

你试过将它们设置为不聚焦的?

Have you tried to set them to be non-focusable?

yourEditText.setFocusable( false ); yourEditText.setFocusableInTouchMode( false );

XML

android:focusable="false" android:focusableInTouchMode="false"

希望这个作品送给你。

Hope this works out for you.

更多推荐

当它被禁用如何删除Android设备上编辑文本重点是什么?

本文发布于:2023-06-09 04:13:39,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/595013.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:当它   文本   编辑   重点   设备

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!