aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-10-27 01:48:44 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-10-27 01:48:44 +0200
commit3c6de2f6f5f54ac9a555ab8c47ed95297568e268 (patch)
tree018e7ca8a89fcef853d3c47f29955a5cd0a076d8 /res/xml
parentb4dd1384bdfeb23c7803f1cfb9b9d4f7506332db (diff)
downloadandroid_packages_wallpapers_PhotoPhase-3c6de2f6f5f54ac9a555ab8c47ed95297568e268.tar.gz
android_packages_wallpapers_PhotoPhase-3c6de2f6f5f54ac9a555ab8c47ed95297568e268.tar.bz2
android_packages_wallpapers_PhotoPhase-3c6de2f6f5f54ac9a555ab8c47ed95297568e268.zip
Social icons and entries
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences_media.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/res/xml/preferences_media.xml b/res/xml/preferences_media.xml
index 172476f..d07f8a9 100644
--- a/res/xml/preferences_media.xml
+++ b/res/xml/preferences_media.xml
@@ -61,4 +61,60 @@
</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>