为了账号安全,请及时绑定邮箱和手机立即绑定

输入内容被隐藏

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >
 
    <AutoCompleteTextView
        android:id="@+id/autoCompleteTextView1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:completionThreshold="2"
        android:hint="@string/input" 
        > 
    	   
    </AutoCompleteTextView>

    <MultiAutoCompleteTextView
        android:id="@+id/multiAutoCompleteTextView1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:completionThreshold="2"
        android:layout_below="@+id/autoCompleteTextView1"
        android:hint="@string/input" >

       
    </MultiAutoCompleteTextView>
    
</RelativeLayout>

576698880001f97205000337.jpg

576698890001268405000337.jpg

输入第一个textview后再点击第二个的时候,第一个输入的内容就被隐藏了,为什么会这样呢?是哪里设置问题吗?

正在回答

2 回答

刚刚试了一下你的布局 并没有错啊

0 回复 有任何疑惑可以回复我~

在“请输入你的收件”那一行前的hint写错了

0 回复 有任何疑惑可以回复我~
#1

Et9 提问者

哦,那个是老师的代码,我的木有写错
2016-06-20 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312584    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

输入内容被隐藏

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信