diff options
author | PaulK <contact@paulk.fr> | 2011-06-07 23:20:46 +0200 |
---|---|---|
committer | PaulK <contact@paulk.fr> | 2011-06-07 23:20:46 +0200 |
commit | 4b8b2ec5d2e9a8c01561b034bad47862653a5bce (patch) | |
tree | d2f2a8ea3dcbae32f4e9fbd91e737f6ff471824b /res | |
download | packages_apps_replicantwallpapers-4b8b2ec5d2e9a8c01561b034bad47862653a5bce.zip packages_apps_replicantwallpapers-4b8b2ec5d2e9a8c01561b034bad47862653a5bce.tar.gz packages_apps_replicantwallpapers-4b8b2ec5d2e9a8c01561b034bad47862653a5bce.tar.bz2 |
Initial commit
Diffstat (limited to 'res')
40 files changed, 269 insertions, 0 deletions
diff --git a/res/drawable-hdpi/fire_breathing.jpg b/res/drawable-hdpi/fire_breathing.jpg Binary files differnew file mode 100644 index 0000000..4271138 --- /dev/null +++ b/res/drawable-hdpi/fire_breathing.jpg diff --git a/res/drawable-hdpi/fire_breathing_small.jpg b/res/drawable-hdpi/fire_breathing_small.jpg Binary files differnew file mode 100644 index 0000000..93ecae4 --- /dev/null +++ b/res/drawable-hdpi/fire_breathing_small.jpg diff --git a/res/drawable-hdpi/glass_beach.jpg b/res/drawable-hdpi/glass_beach.jpg Binary files differnew file mode 100644 index 0000000..384e844 --- /dev/null +++ b/res/drawable-hdpi/glass_beach.jpg diff --git a/res/drawable-hdpi/glass_beach_small.jpg b/res/drawable-hdpi/glass_beach_small.jpg Binary files differnew file mode 100644 index 0000000..24dd7ce --- /dev/null +++ b/res/drawable-hdpi/glass_beach_small.jpg diff --git a/res/drawable-hdpi/landscape.jpg b/res/drawable-hdpi/landscape.jpg Binary files differnew file mode 100644 index 0000000..a059f92 --- /dev/null +++ b/res/drawable-hdpi/landscape.jpg diff --git a/res/drawable-hdpi/landscape_small.jpg b/res/drawable-hdpi/landscape_small.jpg Binary files differnew file mode 100644 index 0000000..e3d8924 --- /dev/null +++ b/res/drawable-hdpi/landscape_small.jpg diff --git a/res/drawable-hdpi/replicant_logo.png b/res/drawable-hdpi/replicant_logo.png Binary files differnew file mode 100644 index 0000000..1601b8c --- /dev/null +++ b/res/drawable-hdpi/replicant_logo.png diff --git a/res/drawable-hdpi/sunrise.jpg b/res/drawable-hdpi/sunrise.jpg Binary files differnew file mode 100644 index 0000000..3f996c7 --- /dev/null +++ b/res/drawable-hdpi/sunrise.jpg diff --git a/res/drawable-hdpi/sunrise_small.jpg b/res/drawable-hdpi/sunrise_small.jpg Binary files differnew file mode 100644 index 0000000..4eeee80 --- /dev/null +++ b/res/drawable-hdpi/sunrise_small.jpg diff --git a/res/drawable-hdpi/train.jpg b/res/drawable-hdpi/train.jpg Binary files differnew file mode 100644 index 0000000..4105a7d --- /dev/null +++ b/res/drawable-hdpi/train.jpg diff --git a/res/drawable-hdpi/train_small.jpg b/res/drawable-hdpi/train_small.jpg Binary files differnew file mode 100644 index 0000000..a1bf40e --- /dev/null +++ b/res/drawable-hdpi/train_small.jpg diff --git a/res/drawable-mdpi/fire_breathing.jpg b/res/drawable-mdpi/fire_breathing.jpg Binary files differnew file mode 100644 index 0000000..26d3e93 --- /dev/null +++ b/res/drawable-mdpi/fire_breathing.jpg diff --git a/res/drawable-mdpi/fire_breathing_small.jpg b/res/drawable-mdpi/fire_breathing_small.jpg Binary files differnew file mode 100644 index 0000000..a7da6a0 --- /dev/null +++ b/res/drawable-mdpi/fire_breathing_small.jpg diff --git a/res/drawable-mdpi/glass_beach.jpg b/res/drawable-mdpi/glass_beach.jpg Binary files differnew file mode 100644 index 0000000..a297b03 --- /dev/null +++ b/res/drawable-mdpi/glass_beach.jpg diff --git a/res/drawable-mdpi/glass_beach_small.jpg b/res/drawable-mdpi/glass_beach_small.jpg Binary files differnew file mode 100644 index 0000000..9adf4e2 --- /dev/null +++ b/res/drawable-mdpi/glass_beach_small.jpg diff --git a/res/drawable-mdpi/landscape.jpg b/res/drawable-mdpi/landscape.jpg Binary files differnew file mode 100644 index 0000000..b5fc540 --- /dev/null +++ b/res/drawable-mdpi/landscape.jpg diff --git a/res/drawable-mdpi/landscape_small.jpg b/res/drawable-mdpi/landscape_small.jpg Binary files differnew file mode 100644 index 0000000..5accb26 --- /dev/null +++ b/res/drawable-mdpi/landscape_small.jpg diff --git a/res/drawable-mdpi/replicant_logo.png b/res/drawable-mdpi/replicant_logo.png Binary files differnew file mode 100644 index 0000000..1f19521 --- /dev/null +++ b/res/drawable-mdpi/replicant_logo.png diff --git a/res/drawable-mdpi/sunrise.jpg b/res/drawable-mdpi/sunrise.jpg Binary files differnew file mode 100644 index 0000000..ba477be --- /dev/null +++ b/res/drawable-mdpi/sunrise.jpg diff --git a/res/drawable-mdpi/sunrise_small.jpg b/res/drawable-mdpi/sunrise_small.jpg Binary files differnew file mode 100644 index 0000000..81f6c70 --- /dev/null +++ b/res/drawable-mdpi/sunrise_small.jpg diff --git a/res/drawable-mdpi/train.jpg b/res/drawable-mdpi/train.jpg Binary files differnew file mode 100644 index 0000000..a3b899d --- /dev/null +++ b/res/drawable-mdpi/train.jpg diff --git a/res/drawable-mdpi/train_small.jpg b/res/drawable-mdpi/train_small.jpg Binary files differnew file mode 100644 index 0000000..5fc2bd0 --- /dev/null +++ b/res/drawable-mdpi/train_small.jpg diff --git a/res/layout/wallpaper_chooser.xml b/res/layout/wallpaper_chooser.xml new file mode 100755 index 0000000..8644aed --- /dev/null +++ b/res/layout/wallpaper_chooser.xml @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2008, The Replicant 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. +*/ +--> + +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" + android:layout_width="fill_parent" + android:layout_height="fill_parent"> + + <ImageView android:id="@+id/wallpaper" + android:layout_width="fill_parent" + android:layout_height="0dip" + android:layout_weight="1.0" + android:scaleType="fitCenter" /> + + <Gallery android:id="@+id/gallery" + android:layout_width="fill_parent" + android:layout_height="wrap_content" /> + + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="horizontal" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" > + + <Button android:id="@+id/set" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/set_wallpaper" /> + + <Button android:id="@+id/about" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/about" + android:layout_alignLeft="@id/set" + android:onClick="onAbout" /> + + + + </LinearLayout> +</LinearLayout> + diff --git a/res/layout/wallpaper_item.xml b/res/layout/wallpaper_item.xml new file mode 100755 index 0000000..dc5220d --- /dev/null +++ b/res/layout/wallpaper_item.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2008 The Replicant 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. +--> + +<ImageView xmlns:android="http://schemas.android.com/apk/res/android" + android:background="?android:attr/galleryItemBackground" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:scaleType="fitXY" + android:focusable="true" /> diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml new file mode 100644 index 0000000..d1e3161 --- /dev/null +++ b/res/values-ca/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="app_name">Fons de pantalla del Replicant</string> + <string name="app_label">Fons de pantalla del Replicant</string> + <string name="set_wallpaper">Estableix el fons de pantalla</string> +</resources> diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml new file mode 100644 index 0000000..ef63588 --- /dev/null +++ b/res/values-de/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> +<string name="app_name">Replicant Hintergrundbilder</string> +<string name="app_label">Replicant Hintergrundbilder</string> +<string name="set_wallpaper">Einstellen</string> +</resources> diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml new file mode 100644 index 0000000..c6070da --- /dev/null +++ b/res/values-es/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> +<string name="app_name">Replicant Fondos</string> +<string name="app_label">Replicant Fondos</string> +<string name="set_wallpaper">Escoger Fondo Pantalla</string> +</resources> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml new file mode 100644 index 0000000..036ba65 --- /dev/null +++ b/res/values-fr/strings.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> +<string name="app_name">Fonds d\'écran Replicant</string> +<string name="app_label">Fonds d\'écran Replicant</string> +<string name="set_wallpaper">Appliquer</string> +<string name="about">À propos</string> +<string name="author">Auteur : </string> +<string name="license">Licence : </string> +</resources> diff --git a/res/values-hdpi/wallpapers.xml b/res/values-hdpi/wallpapers.xml new file mode 100644 index 0000000..01c32f6 --- /dev/null +++ b/res/values-hdpi/wallpapers.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + * Copyright (C) 2009 Google Inc. + * + * 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. + --> + +<resources> + <string-array name="wallpapers" translatable="false"> + <item>landscape</item> + <item>sunrise</item> + <item>train</item> + <item>glass_beach</item> + <item>fire_breathing</item> + </string-array> + <string-array name="authors" translatable="false"> + <item>Chmee2/Valtameri (Wikimedia Commons users)</item> + <item>Dori (Wikimedia Commons user)</item> + <item>Kabelleger (Wikimedia Commons user) / David Gubler</item> + <item>Jef Poskanzer</item> + <item>Luc Viatour</item> + </string-array> + <string-array name="licenses" translatable="false"> + <item>Creative Commons Attribution 3.0 Unported</item> + <item>Creative Commons Attribution-Share Alike 3.0 Unported</item> + <item>Public domain</item> + <item>Creative Commons Attribution 2.0 Generic</item> + <item>Creative Commons Attribution-Share Alike 3.0 Unported</item> + </string-array> +</resources> diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml new file mode 100644 index 0000000..1b60d2f --- /dev/null +++ b/res/values-it/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> +<string name="app_name">Sfondi Replicant</string> +<string name="app_label">Sfondi Replicant</string> +<string name="set_wallpaper">Imposta sfondo</string> +</resources> diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml new file mode 100644 index 0000000..e3329f5 --- /dev/null +++ b/res/values-ja/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> +<string name="app_name">Replicant壁紙</string> +<string name="app_label">Replicant壁紙</string> +<string name="set_wallpaper">壁紙に設定</string> +</resources> diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml new file mode 100644 index 0000000..2186432 --- /dev/null +++ b/res/values-ko/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> +<string name="app_name">Replicant 배경화면</string> +<string name="app_label">Replicant 배경화면</string> +<string name="set_wallpaper">배경화면 설정</string> +</resources> diff --git a/res/values-mdpi/wallpapers.xml b/res/values-mdpi/wallpapers.xml new file mode 100644 index 0000000..01c32f6 --- /dev/null +++ b/res/values-mdpi/wallpapers.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + * Copyright (C) 2009 Google Inc. + * + * 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. + --> + +<resources> + <string-array name="wallpapers" translatable="false"> + <item>landscape</item> + <item>sunrise</item> + <item>train</item> + <item>glass_beach</item> + <item>fire_breathing</item> + </string-array> + <string-array name="authors" translatable="false"> + <item>Chmee2/Valtameri (Wikimedia Commons users)</item> + <item>Dori (Wikimedia Commons user)</item> + <item>Kabelleger (Wikimedia Commons user) / David Gubler</item> + <item>Jef Poskanzer</item> + <item>Luc Viatour</item> + </string-array> + <string-array name="licenses" translatable="false"> + <item>Creative Commons Attribution 3.0 Unported</item> + <item>Creative Commons Attribution-Share Alike 3.0 Unported</item> + <item>Public domain</item> + <item>Creative Commons Attribution 2.0 Generic</item> + <item>Creative Commons Attribution-Share Alike 3.0 Unported</item> + </string-array> +</resources> diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml new file mode 100644 index 0000000..7ea2f63 --- /dev/null +++ b/res/values-nb/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> +<string name="app_name">Replicant Bakgrunnsbilder</string> +<string name="app_label">Replicant Bakgrunnsbilder</string> +<string name="set_wallpaper">Velg bakgrunnsbilde</string> +</resources> diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml new file mode 100644 index 0000000..6e34d44 --- /dev/null +++ b/res/values-pl/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> +<string name="app_name">Tapety Replicanta</string> +<string name="app_label">Tapety Replicanta</string> +<string name="set_wallpaper">Ustaw tapetę</string> +</resources> diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml new file mode 100755 index 0000000..d0067e8 --- /dev/null +++ b/res/values-pt-rPT/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> +<string name="app_name">Replicant Wallpapers</string> +<string name="app_label">Replicant Wallpapers</string> +<string name="set_wallpaper">Definir Wallpaper</string> +</resources> diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml new file mode 100755 index 0000000..eb03f8e --- /dev/null +++ b/res/values-pt/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="app_name">Papeis de Parede Replicant</string> + <string name="app_label">Papeis de Parede Replicant</string> + <string name="set_wallpaper">Definir Papel de Parede</string> +</resources> diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml new file mode 100644 index 0000000..01cddcc --- /dev/null +++ b/res/values-zh-rTW/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> +<string name="app_name">Replicant 桌布</string> +<string name="app_label">Replicant 桌布</string> +<string name="set_wallpaper">設定桌布</string> +</resources> diff --git a/res/values/extra_wallpapers.xml b/res/values/extra_wallpapers.xml new file mode 100755 index 0000000..b3be991 --- /dev/null +++ b/res/values/extra_wallpapers.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + * Copyright (C) 2009 Google Inc. + * + * 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. + --> + +<resources> + <string-array name="extra_wallpapers"> + </string-array> + <string-array name="extra_authors"> + </string-array> + <string-array name="extra_licenses"> + </string-array> +</resources> diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 0000000..bef2349 --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> +<string name="app_name">Replicant Wallpapers</string> +<string name="app_label">Replicant Wallpapers</string> +<string name="set_wallpaper">Set wallpaper</string> +<string name="about">About</string> +<string name="author">Author: </string> +<string name="license">License: </string> +</resources> |