「Android/PreferenceFragmentCompat」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→Fragmentについて) |
|||
行3: | 行3: | ||
[[android/Fragment]] [ショートカット] | [[android/Fragment]] [ショートカット] | ||
+ | |||
+ | ==PreferenceFragmentを追加== | ||
+ | |||
+ | build.gradleに以下を追加 | ||
+ | <pre> | ||
+ | dependencies { | ||
+ | implementation 'com.android.support:appcompat-v7:28.0.0' | ||
+ | implementation 'com.android.support:preference-v7:28.0.0' | ||
+ | } | ||
+ | </pre> | ||
==参考== | ==参考== | ||
http://phicdy.hatenablog.com/entry/setting_ui_by_preference_fragment_compat | http://phicdy.hatenablog.com/entry/setting_ui_by_preference_fragment_compat |
2018年12月27日 (木) 12:32時点における版
Fragmentについて
Fragmentについて理解してない場合はこちら
android/Fragment [ショートカット]
PreferenceFragmentを追加
build.gradleに以下を追加
dependencies { implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support:preference-v7:28.0.0' }
参考
http://phicdy.hatenablog.com/entry/setting_ui_by_preference_fragment_compat