按钮没有得到焦点

时间:2012-07-18 08:20:34

标签: android

我正在制作一个带有4个按钮的应用程序。我希望只要鼠标或某个指针移过它们就能得到焦点。但是我无法做到这一点。请告诉我这是什么问题。按钮的编码如下。

            m_NextButton.requestFocus();
    m_PrevButton.requestFocus();
    m_SubmitButton.requestFocus();
    m_SkipButton.requestFocus();

xml编码如下:

<?xml version="1.0" encoding="utf-8"?>
<selector
  xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_pressed="true" android:drawable="@drawable/button_blue"/> 
    <item android:state_focused="true" android:drawable="@drawable/button_blue"  /> 
    <item  android:drawable="@drawable/button_lightgreen" />

</selector>

提前致谢。

2 个答案:

答案 0 :(得分:0)

这实际上似乎很棘手,但并非不可能。我在Google中进行了一些挖掘,并在Stack溢出中发现了类似的问题:

How to set the focus on button?

它有一个链接在这里帮助这个人解决他的问题:Stop EditText from gaining focus at Activity startup

答案 1 :(得分:0)

在Android中没有鼠标,在网页上没有像网页那样的胡扯...... Galaxy Note可以举办胡佛活动,但仅限于“手写笔”。