aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml4
-rw-r--r--assets/uw_sharm.xml (renamed from assets/ab_uw_sharm.xml)25
-rw-r--r--res/values/strings.xml1
3 files changed, 16 insertions, 14 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f8b5c5e..45f9665 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -104,8 +104,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</activity>
<activity
- android:name=".ab_uw_sharm"
- android:label="Underwater" >
+ android:name=".uw_sharm"
+ android:label="@string/underwater_header" >
<intent-filter>
<action android:name="org.omnirom.DaylightHeaderPack1" />
<category android:name="android.intent.category.DEFAULT" />
diff --git a/assets/ab_uw_sharm.xml b/assets/uw_sharm.xml
index edfc995..52e97ec 100644
--- a/assets/ab_uw_sharm.xml
+++ b/assets/uw_sharm.xml
@@ -21,16 +21,17 @@ day_header entries have a higher priority then hour entries -->
<daylight_headers>
<meta_data creator="Ali B. - Sharm el Sheikh" />
- <random_header image="ab_uw_01" />
- <random_header image="ab_uw_02" />
- <random_header image="ab_uw_03" />
- <random_header image="ab_uw_04" />
- <random_header image="ab_uw_05" />
- <random_header image="ab_uw_06" />
- <random_header image="ab_uw_07" />
- <random_header image="ab_uw_08" />
- <random_header image="ab_uw_09" />
- <random_header image="ab_uw_10" />
- <random_header image="ab_uw_11" />
- <random_header image="ab_uw_12" />
+ <change_interval minutes="120" />
+ <list_header image="ab_uw_01" />
+ <list_header image="ab_uw_02" />
+ <list_header image="ab_uw_03" />
+ <list_header image="ab_uw_04" />
+ <list_header image="ab_uw_05" />
+ <list_header image="ab_uw_06" />
+ <list_header image="ab_uw_07" />
+ <list_header image="ab_uw_08" />
+ <list_header image="ab_uw_09" />
+ <list_header image="ab_uw_10" />
+ <list_header image="ab_uw_11" />
+ <list_header image="ab_uw_12" />
</daylight_headers>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 05dbd27..f777c14 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -65,4 +65,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<string name="nature_header">Nature (time)</string>
<string name="nature_header_random">Nature (random)</string>
<string name="poly_header">Poly (time)</string>
+ <string name="underwater_header">Underwater (time)</string>
</resources>