aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-10-27 14:16:57 +0100
committerJorge Ruesga <jorge@ruesga.com>2013-10-27 14:16:57 +0100
commitca2f0060cc367ac8174a27a3124cd0124e49c627 (patch)
tree5d0c9ba6d032c0e5b7bad9c4cb36fdc60604ef63 /res/xml
parent4e2bea7c61d56e7b4dd0e324d0e883eb67ffc020 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-ca2f0060cc367ac8174a27a3124cd0124e49c627.tar.gz
android_packages_wallpapers_PhotoPhase-ca2f0060cc367ac8174a27a3124cd0124e49c627.tar.bz2
android_packages_wallpapers_PhotoPhase-ca2f0060cc367ac8174a27a3124cd0124e49c627.zip
Remove social stuff for now
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences_media.xml56
1 files changed, 0 insertions, 56 deletions
diff --git a/res/xml/preferences_media.xml b/res/xml/preferences_media.xml
index 3c2d9c0..6d1badc 100644
--- a/res/xml/preferences_media.xml
+++ b/res/xml/preferences_media.xml
@@ -61,60 +61,4 @@
</PreferenceCategory>
- <!-- Social -->
- <PreferenceCategory
- android:key="category_social"
- android:title="@string/pref_media_social">
-
- <!-- Google Plus -->
- <Preference
- android:key="social_connector_gplus"
- android:title="@string/social_gplus"
- android:icon="@drawable/ic_social_gplus"
- android:persistent="false" />
-
- <!-- Facebook -->
- <Preference
- android:key="social_connector_facebook"
- android:title="@string/social_facebook"
- android:icon="@drawable/ic_social_facebook"
- android:persistent="false" />
-
- <!-- Panoramio -->
- <Preference
- android:key="social_connector_panoramio"
- android:title="@string/social_panoramio"
- android:icon="@drawable/ic_social_panoramio"
- android:persistent="false" />
-
- <!-- Flickr -->
- <Preference
- android:key="social_connector_flickr"
- android:title="@string/social_flickr"
- android:icon="@drawable/ic_social_flickr"
- android:persistent="false" />
-
- <!-- Instragram -->
- <Preference
- android:key="social_connector_instragram"
- android:title="@string/social_instagram"
- android:icon="@drawable/ic_social_instagram"
- android:persistent="false" />
-
- <!-- Pinterest -->
- <Preference
- android:key="social_connector_pinterest"
- android:title="@string/social_pinterest"
- android:icon="@drawable/ic_social_pinterest"
- android:persistent="false" />
-
- <!-- Pixabay -->
- <Preference
- android:key="social_connector_pixabay"
- android:title="@string/social_pixabay"
- android:icon="@drawable/ic_social_pixabay"
- android:persistent="false" />
-
- </PreferenceCategory>
-
</PreferenceScreen>