diff options
| author | Ali B <abittin@gmail.com> | 2020-05-28 13:38:37 +0300 |
|---|---|---|
| committer | Ali B <abittin@gmail.com> | 2020-06-03 12:09:02 +0300 |
| commit | 836d322a15a13ba9c115fe663410ae330b1c03ff (patch) | |
| tree | 8057ae57253d7dca5c334069f3f08444e4d8e8ae | |
| parent | 98ef30c55debebb2a7eb47cbd6863569b04e8ff6 (diff) | |
OmniStyle: update underwater packq10.0
- Make it change every 2 hrs
- Update package name
- Update string resource and make it translatable
Change-Id: I83c2185108f8f7602bac6f895a9a36eae1667686
| -rw-r--r-- | AndroidManifest.xml | 4 | ||||
| -rw-r--r-- | assets/uw_sharm.xml (renamed from assets/ab_uw_sharm.xml) | 25 | ||||
| -rw-r--r-- | res/values/strings.xml | 1 |
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> |
