gpt4 book ai didi

android - 单击它之前的 SearchView 查询提示

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:20:36 25 4
gpt4 key购买 nike

我有一个搜索 View 和一个查询提示属性。但是,提示仅在单击搜索 View 后出现。有没有办法让它在被点击之前出现?

<SearchView
android:id="@+id/searchView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentStart="true"
android:layout_below="@+id/textView4"
android:layout_marginBottom="14dp"
android:layout_marginTop="30dp"
android:queryHint="Search" />

enter image description here

enter image description here

我看到另一个类似查询的SO问题,但没有解决。这就是我再次提问的原因。

最佳答案

使用这个 XML:

android:queryHint="hint"
app:queryHint="hint"
app:defaultQueryHint="hint"
android:iconifiedByDefault="false" // this line
app:iconifiedByDefault="false"

用于 {android.support.v7.widget.SearchView} 的应用

关于android - 单击它之前的 SearchView 查询提示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33566780/

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