NextFocusRight фокусируется не вправо, а вниз.Android

Форум для тех, кто программирует под Android
Гость
NextFocusRight фокусируется не вправо, а вниз.

Сообщение Гость »


Я работаю над приложением с несколькими

Код: Выделить всё

edittext
.
When an

Код: Выделить всё

edittext
take the whole width, the

Код: Выделить всё

nextfocusdown
is working properly.
But when there is two

Код: Выделить всё

edittext
at the same height (each edittext takes half of the width), I want to give the focus from the left one to the right one.
But when i write

Код: Выделить всё

nextFocusRight="id/EDIT_RIGHT"
in my xml, the focus doesn't goes to the right

Код: Выделить всё

edittext
but goes to

Код: Выделить всё

edittext
under the left one.

Изображение


Источник: https://stackoverflow.com/questions/568 ... t-but-down

Вернуться в «Android»