summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/drawable-nodpi/blank_photo.pngbin0 -> 360862 bytes
-rw-r--r--res/drawable-nodpi/photo_039_002.jpgbin618206 -> 0 bytes
-rw-r--r--res/drawable-nodpi/photo_044_002.jpgbin252272 -> 0 bytes
-rw-r--r--res/drawable-nodpi/photo_059_003.jpgbin270403 -> 0 bytes
-rw-r--r--res/drawable-nodpi/photo_070_004.jpgbin324820 -> 0 bytes
-rw-r--r--res/drawable-nodpi/photo_072_001.jpgbin364562 -> 0 bytes
-rw-r--r--res/drawable-nodpi/photo_077_002.jpgbin330051 -> 0 bytes
-rw-r--r--res/drawable-nodpi/photo_098_002.jpgbin363659 -> 0 bytes
-rw-r--r--res/drawable-nodpi/photo_119_003.jpgbin483796 -> 0 bytes
-rw-r--r--res/drawable-nodpi/photo_119_004.jpgbin376106 -> 0 bytes
-rw-r--r--res/drawable-nodpi/photo_126_001.jpgbin466321 -> 0 bytes
-rw-r--r--res/drawable-nodpi/photo_147_002.jpgbin340770 -> 0 bytes
-rw-r--r--res/drawable-nodpi/photo_175_004.jpgbin229233 -> 0 bytes
-rw-r--r--res/layout/bummer.xml34
-rw-r--r--res/layout/settingslist.xml22
-rw-r--r--res/values/strings.xml19
16 files changed, 74 insertions, 1 deletions
diff --git a/res/drawable-nodpi/blank_photo.png b/res/drawable-nodpi/blank_photo.png
new file mode 100644
index 0000000..976d404
--- /dev/null
+++ b/res/drawable-nodpi/blank_photo.png
Binary files differ
diff --git a/res/drawable-nodpi/photo_039_002.jpg b/res/drawable-nodpi/photo_039_002.jpg
deleted file mode 100644
index 3e14ef5..0000000
--- a/res/drawable-nodpi/photo_039_002.jpg
+++ /dev/null
Binary files differ
diff --git a/res/drawable-nodpi/photo_044_002.jpg b/res/drawable-nodpi/photo_044_002.jpg
deleted file mode 100644
index a05ea32..0000000
--- a/res/drawable-nodpi/photo_044_002.jpg
+++ /dev/null
Binary files differ
diff --git a/res/drawable-nodpi/photo_059_003.jpg b/res/drawable-nodpi/photo_059_003.jpg
deleted file mode 100644
index 6689a31..0000000
--- a/res/drawable-nodpi/photo_059_003.jpg
+++ /dev/null
Binary files differ
diff --git a/res/drawable-nodpi/photo_070_004.jpg b/res/drawable-nodpi/photo_070_004.jpg
deleted file mode 100644
index 3821443..0000000
--- a/res/drawable-nodpi/photo_070_004.jpg
+++ /dev/null
Binary files differ
diff --git a/res/drawable-nodpi/photo_072_001.jpg b/res/drawable-nodpi/photo_072_001.jpg
deleted file mode 100644
index 6ef496a..0000000
--- a/res/drawable-nodpi/photo_072_001.jpg
+++ /dev/null
Binary files differ
diff --git a/res/drawable-nodpi/photo_077_002.jpg b/res/drawable-nodpi/photo_077_002.jpg
deleted file mode 100644
index c3d9386..0000000
--- a/res/drawable-nodpi/photo_077_002.jpg
+++ /dev/null
Binary files differ
diff --git a/res/drawable-nodpi/photo_098_002.jpg b/res/drawable-nodpi/photo_098_002.jpg
deleted file mode 100644
index 3012636..0000000
--- a/res/drawable-nodpi/photo_098_002.jpg
+++ /dev/null
Binary files differ
diff --git a/res/drawable-nodpi/photo_119_003.jpg b/res/drawable-nodpi/photo_119_003.jpg
deleted file mode 100644
index 7d468e5..0000000
--- a/res/drawable-nodpi/photo_119_003.jpg
+++ /dev/null
Binary files differ
diff --git a/res/drawable-nodpi/photo_119_004.jpg b/res/drawable-nodpi/photo_119_004.jpg
deleted file mode 100644
index a1dc8cd..0000000
--- a/res/drawable-nodpi/photo_119_004.jpg
+++ /dev/null
Binary files differ
diff --git a/res/drawable-nodpi/photo_126_001.jpg b/res/drawable-nodpi/photo_126_001.jpg
deleted file mode 100644
index 072006b..0000000
--- a/res/drawable-nodpi/photo_126_001.jpg
+++ /dev/null
Binary files differ
diff --git a/res/drawable-nodpi/photo_147_002.jpg b/res/drawable-nodpi/photo_147_002.jpg
deleted file mode 100644
index 3ee61b2..0000000
--- a/res/drawable-nodpi/photo_147_002.jpg
+++ /dev/null
Binary files differ
diff --git a/res/drawable-nodpi/photo_175_004.jpg b/res/drawable-nodpi/photo_175_004.jpg
deleted file mode 100644
index 5ff2ad2..0000000
--- a/res/drawable-nodpi/photo_175_004.jpg
+++ /dev/null
Binary files differ
diff --git a/res/layout/bummer.xml b/res/layout/bummer.xml
new file mode 100644
index 0000000..13a7c00
--- /dev/null
+++ b/res/layout/bummer.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ >
+
+ <com.android.dreams.phototable.BummerView
+ android:id="@+id/bummer"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:drawableLeft="@android:drawable/stat_sys_warning"
+ android:textColor="@android:color/white"
+ android:textSize="20sp"
+ android:text="@string/need_to_configure"
+ android:drawablePadding="8dp"
+ android:alpha="0.5"
+ android:visibility="invisible"
+ />
+
+</FrameLayout>
diff --git a/res/layout/settingslist.xml b/res/layout/settingslist.xml
new file mode 100644
index 0000000..2d82b99
--- /dev/null
+++ b/res/layout/settingslist.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+ <ListView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@android:id/list"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:paddingLeft="16dp"
+ android:paddingRight="16dp"
+ />
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d42b7cc..858d6c1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -14,13 +14,30 @@
limitations under the License.
-->
<resources>
+ <!-- Name of the package of photo screensavers, shown in for Settings > Apps. [CHAR LIMIT=40] -->
<string name="app_name">Photo Screensavers</string>
+
+ <!-- Name of the Photo Table screensaver, which tosses photos onto a table. [CHAR LIMIT=40] -->
<string name="table_screensaver_name">Photo Table</string>
+
+ <!-- Name of the Photo Frame screensaver, which cross-fades between images. [CHAR LIMIT=40] -->
<string name="flipper_screensaver_name">Photo Frame</string>
+
+ <!-- Name of the album that contains all g+ post photos, copy from Gallery. -->
<string name="posts_album_name">Photos from Posts</string>
+
+ <!-- Name of the album that contains instant upload photos, copy from Gallery. -->
<string name="uploads_album_name">Instant Uploads</string>
+
+ <!-- Name for an album that doesn't seem to have any name at all. -->
<string name="unknown_album_name">Unnamed Album</string>
+
+ <!-- Name for photos baked into the app. -->
<string name="stock_photo_album_name">Stock Photos</string>
+
+ <!-- Name for photos that are stored on this device, copy from Gallery. -->
<string name="local_source_name">Photos on Device</string>
- <string name="stock_photo_thumbnail_url">https://lh4.googleusercontent.com/-Wd4RWlOXkSo/STt6r8uEJBI/AAAAAAAABJk/2An3QS-aD5c/s256/044_002.jpg</string>
+
+ <!-- Instruct the user to configure the screensaver in settings to see photos. -->
+ <string name="need_to_configure">No photos selected.</string>
</resources>