gpt4 book ai didi

android - android studio 上的 PreferenceScreen

转载 作者:行者123 更新时间:2023-11-29 20:39:02 25 4
gpt4 key购买 nike

PreferenceScreen 在 Android Studio 上是否仍然可用?我尝试创建一个 xml 文件夹直到 res 文件夹并创建 preference.xml 文件,但它给了我以下错误:http://schemas.android.com/apk/res/android URI 未注册。我应该把这个文件放在哪里?

    <?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >

<EditTextPreference
android:key="pref_key_username"
android:summary="@string/pref_summary_username"
android:title="@string/pref_title_username"
android:defaultValue="@string/default_user" />
<EditTextPreference
android:key="pref_key_dbname"
android:summary="@string/pref_summary_dbname"
android:title="@string/pref_title_dbname"
android:defaultValue="@string/default_dbname" />
<EditTextPreference
android:key="pref_key_api_key"
android:summary="@string/pref_summary_api_key"
android:title="@string/pref_title_api_key"
android:defaultValue="@string/default_api_key" />
<EditTextPreference
android:key="pref_key_api_password"
android:summary="@string/pref_summary_api_password"
android:title="@string/pref_title_api_password"
android:defaultValue="@string/default_api_password" />

</PreferenceScreen>

enter image description here

最佳答案

它不应该在值文件夹中。应该在

res\xml\preference.xml

最好在 Studio 中使用“添加 Android XML”文件选项,而不是手动创建文件夹和文件。

关于android - android studio 上的 PreferenceScreen,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31154578/

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