Skip to content

Commit

Permalink
added a description and a temp thumb image
Browse files Browse the repository at this point in the history
  • Loading branch information
steren committed May 7, 2011
1 parent 8be73f5 commit 67ca917
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file added res/drawable/wallpaper_thumb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions res/values/strings.xml
Expand Up @@ -33,4 +33,6 @@
<string name="cube2_settings_title">Select shape</string>
<string name="cube2_settings_summary">Choose whether to display a cube or a dodecahedron</string>
<string name="appname">Color Clock</string>
<string name="wallpaper_author">Steren Giannini</string>
<string name="wallpaper_description">Know the time just by looking at the background color.</string>
</resources>
4 changes: 4 additions & 0 deletions res/xml/cube2.xml
Expand Up @@ -21,4 +21,8 @@

<wallpaper xmlns:android="http://schemas.android.com/apk/res/android"
android:settingsActivity="fr.steren.colorclock.ColorClockWallpaperSettings"
android:author="@string/wallpaper_author"
android:description="@string/wallpaper_description"
android:thumbnail="@drawable/wallpaper_thumb"

/>

0 comments on commit 67ca917

Please sign in to comment.