diff options
Diffstat (limited to 'res/xml/user_details.xml')
-rw-r--r-- | res/xml/user_details.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/res/xml/user_details.xml b/res/xml/user_details.xml index 257eee4..616c628 100644 --- a/res/xml/user_details.xml +++ b/res/xml/user_details.xml @@ -26,11 +26,22 @@ android:title="@string/user_name_title" android:persistent="false" /> + <Preference + android:key="user_picture" + android:title="@string/user_picture_title" + android:persistent="false" + /> </PreferenceCategory> <PreferenceCategory android:key="restrictions_category" android:title="@string/user_restrictions_heading"> + <Preference + android:key="associated_account" + android:title="@string/user_account_title" + android:enabled="false" + android:persistent="false" + /> <CheckBoxPreference android:key="market_requires_pin" android:title="@string/user_market_requires_pin" |