diff options
Diffstat (limited to 'gui/theme')
-rwxr-xr-x | gui/theme/common/languages/en.xml | 1 | ||||
-rw-r--r-- | gui/theme/landscape_hdpi/ui.xml | 1 | ||||
-rw-r--r-- | gui/theme/landscape_mdpi/ui.xml | 1 | ||||
-rw-r--r-- | gui/theme/portrait_hdpi/ui.xml | 1 | ||||
-rw-r--r-- | gui/theme/portrait_mdpi/ui.xml | 1 | ||||
-rw-r--r-- | gui/theme/watch_mdpi/ui.xml | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/gui/theme/common/languages/en.xml b/gui/theme/common/languages/en.xml index c77d3a2e1..47c7e76cc 100755 --- a/gui/theme/common/languages/en.xml +++ b/gui/theme/common/languages/en.xml @@ -667,5 +667,6 @@ <string name="no_real_sdcard">This device does not have a real SD Card! Aborting!</string> <string name="cancel_sideload">Cancelling ADB sideload...</string> <string name="change_fs_err">Error changing file system.</string> + <string name="theme_ver_err">Custom theme version does not match TWRP version. Using stock theme.</string> </resources> </language> diff --git a/gui/theme/landscape_hdpi/ui.xml b/gui/theme/landscape_hdpi/ui.xml index c3bb96fd4..73ccdf147 100644 --- a/gui/theme/landscape_hdpi/ui.xml +++ b/gui/theme/landscape_hdpi/ui.xml @@ -6,6 +6,7 @@ <title>Backup Naowz</title> <description>Default basic theme</description> <preview>preview.jpg</preview> + <themeversion>1</themeversion> </details> <include> diff --git a/gui/theme/landscape_mdpi/ui.xml b/gui/theme/landscape_mdpi/ui.xml index ae4068394..293742ede 100644 --- a/gui/theme/landscape_mdpi/ui.xml +++ b/gui/theme/landscape_mdpi/ui.xml @@ -6,6 +6,7 @@ <title>Backup Naowz</title> <description>Default basic theme</description> <preview>preview.jpg</preview> + <themeversion>1</themeversion> </details> <include> diff --git a/gui/theme/portrait_hdpi/ui.xml b/gui/theme/portrait_hdpi/ui.xml index cb92b9fac..917e93bb5 100644 --- a/gui/theme/portrait_hdpi/ui.xml +++ b/gui/theme/portrait_hdpi/ui.xml @@ -6,6 +6,7 @@ <title>Backup Naowz</title> <description>Default basic theme</description> <preview>preview.jpg</preview> + <themeversion>1</themeversion> </details> <include> diff --git a/gui/theme/portrait_mdpi/ui.xml b/gui/theme/portrait_mdpi/ui.xml index 450860eef..19f199e88 100644 --- a/gui/theme/portrait_mdpi/ui.xml +++ b/gui/theme/portrait_mdpi/ui.xml @@ -6,6 +6,7 @@ <title>Backup Naowz</title> <description>Default basic theme</description> <preview>preview.jpg</preview> + <themeversion>1</themeversion> </details> <include> diff --git a/gui/theme/watch_mdpi/ui.xml b/gui/theme/watch_mdpi/ui.xml index 4e4cc1fcb..163a82b1c 100644 --- a/gui/theme/watch_mdpi/ui.xml +++ b/gui/theme/watch_mdpi/ui.xml @@ -7,6 +7,7 @@ <title>Backup Naowz</title> <description>Default basic theme</description> <preview>preview.jpg</preview> + <themeversion>1</themeversion> </details> <include> |