Add link account in xml
This commit is contained in:
parent
bc08f8da6c
commit
ca13ff87b9
1 changed files with 5 additions and 0 deletions
|
@ -91,6 +91,11 @@
|
||||||
android:title="@string/pref_friendlist_subscribe"
|
android:title="@string/pref_friendlist_subscribe"
|
||||||
android:key="@string/pref_friendlist_subscribe_key"
|
android:key="@string/pref_friendlist_subscribe_key"
|
||||||
android:persistent="false"/>
|
android:persistent="false"/>
|
||||||
|
|
||||||
|
<Preference
|
||||||
|
android:title="@string/pref_link_account"
|
||||||
|
android:key="@string/pref_link_account_key"
|
||||||
|
android:persistent="false"/>
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue