Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Androidライブ壁紙の設定にedittext boxを追加することはできますか?はいの場合、設定に設定してその値を取得する方法は?
最後に私はアンズを手に入れました。それは簡単です
<EditTextPreference android:title="@string/settings_name" android:summary="@string/settings_name_summary" android:key="fn_name"> </EditTextPreference>
これにより、lwp の設定で編集テキスト ボックスが表示されます :)