summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz31s1g <z31s1g@googlemail.com>2016-01-23 17:06:40 +0100
committerDees Troy <dees_troy@teamw.in>2016-01-25 23:58:45 +0100
commit56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59 (patch)
tree073b5854bb3da22aafeb2b76fa20c96fbf69eb0c
parentFix bracket in watch theme (diff)
downloadandroid_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.tar
android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.tar.gz
android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.tar.bz2
android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.tar.lz
android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.tar.xz
android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.tar.zst
android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.zip
-rwxr-xr-xgui/theme/common/portrait.xml8
-rw-r--r--gui/theme/portrait_hdpi/images/tab_display.pngbin0 -> 1144 bytes
-rw-r--r--gui/theme/portrait_hdpi/images/tab_general.pngbin0 -> 1792 bytes
-rw-r--r--gui/theme/portrait_hdpi/images/tab_language.pngbin0 -> 2287 bytes
-rw-r--r--gui/theme/portrait_hdpi/images/tab_timezone.pngbin0 -> 2258 bytes
-rw-r--r--gui/theme/portrait_hdpi/images/tab_vibration.pngbin0 -> 681 bytes
-rw-r--r--gui/theme/portrait_hdpi/ui.xml39
-rw-r--r--gui/theme/portrait_mdpi/images/tab_display.pngbin0 -> 670 bytes
-rw-r--r--gui/theme/portrait_mdpi/images/tab_general.pngbin0 -> 936 bytes
-rw-r--r--gui/theme/portrait_mdpi/images/tab_language.pngbin0 -> 1094 bytes
-rw-r--r--gui/theme/portrait_mdpi/images/tab_timezone.pngbin0 -> 997 bytes
-rw-r--r--gui/theme/portrait_mdpi/images/tab_vibration.pngbin0 -> 553 bytes
-rw-r--r--gui/theme/portrait_mdpi/ui.xml39
13 files changed, 64 insertions, 22 deletions
diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml
index 3f1b581cd..03004aeff 100755
--- a/gui/theme/common/portrait.xml
+++ b/gui/theme/common/portrait.xml
@@ -70,7 +70,7 @@
<style name="tab">
<highlight color="%highlight_color%"/>
- <fill color="%accent_color%"/>
+ <fill color="%transparent%"/>
<font resource="font_s" color="%text_button_color%"/>
</style>
@@ -2847,7 +2847,11 @@
<button style="main_button_half_height">
<placement x="%center_x%" y="%row21a_y%"/>
<text>{@restore_defaults_btn=Restore Defaults}</text>
- <action function="restoredefaultsettings"/>
+ <actions>
+ <action function="set">tw_samsung_navbar=0</action>
+ <action function="set">tw_tab_icons=0</action>
+ <action function="restoredefaultsettings"/>
+ </actions>
</button>
<action>
diff --git a/gui/theme/portrait_hdpi/images/tab_display.png b/gui/theme/portrait_hdpi/images/tab_display.png
new file mode 100644
index 000000000..acfdd02bf
--- /dev/null
+++ b/gui/theme/portrait_hdpi/images/tab_display.png
Binary files differ
diff --git a/gui/theme/portrait_hdpi/images/tab_general.png b/gui/theme/portrait_hdpi/images/tab_general.png
new file mode 100644
index 000000000..d8d55baaf
--- /dev/null
+++ b/gui/theme/portrait_hdpi/images/tab_general.png
Binary files differ
diff --git a/gui/theme/portrait_hdpi/images/tab_language.png b/gui/theme/portrait_hdpi/images/tab_language.png
new file mode 100644
index 000000000..e1e896720
--- /dev/null
+++ b/gui/theme/portrait_hdpi/images/tab_language.png
Binary files differ
diff --git a/gui/theme/portrait_hdpi/images/tab_timezone.png b/gui/theme/portrait_hdpi/images/tab_timezone.png
new file mode 100644
index 000000000..e84623130
--- /dev/null
+++ b/gui/theme/portrait_hdpi/images/tab_timezone.png
Binary files differ
diff --git a/gui/theme/portrait_hdpi/images/tab_vibration.png b/gui/theme/portrait_hdpi/images/tab_vibration.png
new file mode 100644
index 000000000..733ffdaaa
--- /dev/null
+++ b/gui/theme/portrait_hdpi/images/tab_vibration.png
Binary files differ
diff --git a/gui/theme/portrait_hdpi/ui.xml b/gui/theme/portrait_hdpi/ui.xml
index bb8c08f07..18385ad23 100644
--- a/gui/theme/portrait_hdpi/ui.xml
+++ b/gui/theme/portrait_hdpi/ui.xml
@@ -53,6 +53,11 @@
<image name="slider_touch" filename="slider_touch"/>
<image name="handle" filename="handle"/>
<image name="cursor" filename="cursor" retainaspect="1"/>
+ <image name="tab_general" filename="tab_general" retainaspect="1"/>
+ <image name="tab_timezone" filename="tab_timezone" retainaspect="1"/>
+ <image name="tab_display" filename="tab_display" retainaspect="1"/>
+ <image name="tab_vibration" filename="tab_vibration" retainaspect="1"/>
+ <image name="tab_language" filename="tab_language" retainaspect="1"/>
<image name="backspace" filename="backspace" retainaspect="1"/>
<image name="enter" filename="enter" retainaspect="1"/>
@@ -87,6 +92,7 @@
<variable name="indent_right" value="1044"/>
<variable name="tab_height" value="96"/>
<variable name="tab_indicator_height" value="6"/>
+ <variable name="tab_y" value="304"/>
<variable name="tab3_width" value="360"/>
<variable name="tab4_width" value="270"/>
<variable name="tab5_width" value="216"/>
@@ -98,6 +104,10 @@
<variable name="tab5_col3_x" value="432"/>
<variable name="tab5_col4_x" value="648"/>
<variable name="tab5_col5_x" value="864"/>
+ <variable name="tab5_centered_col1_x" value="108"/>
+ <variable name="tab5_centered_col2_x" value="324"/>
+ <variable name="tab5_centered_col4_x" value="756"/>
+ <variable name="tab5_centered_col5_x" value="972"/>
<variable name="btn3_col2_x" value="384"/>
<variable name="btn3_col3_x" value="732"/>
<variable name="btn4_col2_x" value="297"/>
@@ -166,6 +176,7 @@
<variable name="keyboard_terminal_y" value="1053"/>
<variable name="background_color" value="#1A1A1A"/>
<variable name="accent_color" value="#0090CA"/>
+ <variable name="accent_color_semitransparent" value="#0090CA30"/>
<variable name="text_color" value="#EEEEEE"/>
<variable name="text_button_color" value="#EEEEEE"/>
<variable name="text_success_color" value="#76FF03"/>
@@ -466,6 +477,10 @@
</template>
<template name="tabs_backup">
+ <fill color="%accent_color%">
+ <placement x="0" y="row1_y" w="%screen_width%" h="tab_height"/>
+ </fill>
+
<button style="tab">
<placement x="0" y="%row1_y%" w="%tab3_width%" h="%tab_height%"/>
<text>{@tab_backup=BACKUP}</text>
@@ -480,33 +495,37 @@
</template>
<template name="tabs_settings">
+ <fill color="%accent_color%">
+ <placement x="0" y="row1_y" w="%screen_width%" h="tab_height"/>
+ </fill>
+
<button style="tab">
- <placement x="0" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
- <text>{@tab_general=GENERAL}</text>
+ <placement x="%tab5_centered_col1_x%" y="%tab_y%" placement="4"/>
+ <image resource="tab_general"/>
<action function="page">settings</action>
</button>
<button style="tab">
- <placement x="%tab5_col2_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
- <text>{@tab_time_zone=TIME ZONE}</text>
+ <placement x="%tab5_centered_col2_x%" y="%tab_y%" placement="4"/>
+ <image resource="tab_timezone"/>
<action function="page">settings_timezone</action>
</button>
<button style="tab">
- <placement x="%tab5_col3_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
- <text>{@tab_screen=SCREEN}</text>
+ <placement x="%center_x%" y="%tab_y%" placement="4"/>
+ <image resource="tab_display"/>
<action function="page">settings_screen</action>
</button>
<button style="tab">
- <placement x="%tab5_col4_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
- <text>{@tab_vibration=VIBRATION}</text>
+ <placement x="%tab5_centered_col4_x%" y="%tab_y%" placement="4"/>
+ <image resource="tab_vibration"/>
<action function="page">settings_vibration</action>
</button>
<button style="tab">
- <placement x="%tab5_col5_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
- <text>{@tab_language=LANGUAGE}</text>
+ <placement x="%tab5_centered_col5_x%" y="%tab_y%" placement="4"/>
+ <image resource="tab_language"/>
<action function="page">settings_language</action>
</button>
</template>
diff --git a/gui/theme/portrait_mdpi/images/tab_display.png b/gui/theme/portrait_mdpi/images/tab_display.png
new file mode 100644
index 000000000..5f86a3577
--- /dev/null
+++ b/gui/theme/portrait_mdpi/images/tab_display.png
Binary files differ
diff --git a/gui/theme/portrait_mdpi/images/tab_general.png b/gui/theme/portrait_mdpi/images/tab_general.png
new file mode 100644
index 000000000..b78e56601
--- /dev/null
+++ b/gui/theme/portrait_mdpi/images/tab_general.png
Binary files differ
diff --git a/gui/theme/portrait_mdpi/images/tab_language.png b/gui/theme/portrait_mdpi/images/tab_language.png
new file mode 100644
index 000000000..3cdf63100
--- /dev/null
+++ b/gui/theme/portrait_mdpi/images/tab_language.png
Binary files differ
diff --git a/gui/theme/portrait_mdpi/images/tab_timezone.png b/gui/theme/portrait_mdpi/images/tab_timezone.png
new file mode 100644
index 000000000..c6f05a82d
--- /dev/null
+++ b/gui/theme/portrait_mdpi/images/tab_timezone.png
Binary files differ
diff --git a/gui/theme/portrait_mdpi/images/tab_vibration.png b/gui/theme/portrait_mdpi/images/tab_vibration.png
new file mode 100644
index 000000000..9b7582326
--- /dev/null
+++ b/gui/theme/portrait_mdpi/images/tab_vibration.png
Binary files differ
diff --git a/gui/theme/portrait_mdpi/ui.xml b/gui/theme/portrait_mdpi/ui.xml
index dd09577b3..4d002ff57 100644
--- a/gui/theme/portrait_mdpi/ui.xml
+++ b/gui/theme/portrait_mdpi/ui.xml
@@ -53,6 +53,11 @@
<image name="slider_touch" filename="slider_touch"/>
<image name="handle" filename="handle"/>
<image name="cursor" filename="cursor" retainaspect="1"/>
+ <image name="tab_general" filename="tab_general" retainaspect="1"/>
+ <image name="tab_timezone" filename="tab_timezone" retainaspect="1"/>
+ <image name="tab_display" filename="tab_display" retainaspect="1"/>
+ <image name="tab_vibration" filename="tab_vibration" retainaspect="1"/>
+ <image name="tab_language" filename="tab_language" retainaspect="1"/>
<image name="backspace" filename="backspace" retainaspect="1"/>
<image name="enter" filename="enter" retainaspect="1"/>
@@ -87,6 +92,7 @@
<variable name="indent_right" value="465"/>
<variable name="tab_height" value="40"/>
<variable name="tab_indicator_height" value="3"/>
+ <variable name="tab_y" value="130"/>
<variable name="tab3_width" value="160"/>
<variable name="tab4_width" value="120"/>
<variable name="tab5_width" value="96"/>
@@ -98,6 +104,10 @@
<variable name="tab5_col3_x" value="192"/>
<variable name="tab5_col4_x" value="288"/>
<variable name="tab5_col5_x" value="384"/>
+ <variable name="tab5_centered_col1_x" value="48"/>
+ <variable name="tab5_centered_col2_x" value="144"/>
+ <variable name="tab5_centered_col4_x" value="336"/>
+ <variable name="tab5_centered_col5_x" value="432"/>
<variable name="btn3_col2_x" value="170"/>
<variable name="btn3_col3_x" value="325"/>
<variable name="btn4_col2_x" value="131"/>
@@ -166,6 +176,7 @@
<variable name="keyboard_terminal_y" value="422"/>
<variable name="background_color" value="#1A1A1A"/>
<variable name="accent_color" value="#0090CA"/>
+ <variable name="accent_color_semitransparent" value="#0090CA30"/>
<variable name="text_color" value="#EEEEEE"/>
<variable name="text_button_color" value="#EEEEEE"/>
<variable name="text_success_color" value="#76FF03"/>
@@ -466,6 +477,10 @@
</template>
<template name="tabs_backup">
+ <fill color="%accent_color%">
+ <placement x="0" y="row1_y" w="%screen_width%" h="tab_height"/>
+ </fill>
+
<button style="tab">
<placement x="0" y="%row1_y%" w="%tab3_width%" h="%tab_height%"/>
<text>{@tab_backup=BACKUP}</text>
@@ -480,33 +495,37 @@
</template>
<template name="tabs_settings">
+ <fill color="%accent_color%">
+ <placement x="0" y="row1_y" w="%screen_width%" h="tab_height"/>
+ </fill>
+
<button style="tab">
- <placement x="0" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
- <text>{@tab_general=GENERAL}</text>
+ <placement x="%tab5_centered_col1_x%" y="%tab_y%" placement="4"/>
+ <image resource="tab_general"/>
<action function="page">settings</action>
</button>
<button style="tab">
- <placement x="%tab5_col2_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
- <text>{@tab_time_zone=TIME ZONE}</text>
+ <placement x="%tab5_centered_col2_x%" y="%tab_y%" placement="4"/>
+ <image resource="tab_timezone"/>
<action function="page">settings_timezone</action>
</button>
<button style="tab">
- <placement x="%tab5_col3_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
- <text>{@tab_screen=SCREEN}</text>
+ <placement x="%center_x%" y="%tab_y%" placement="4"/>
+ <image resource="tab_display"/>
<action function="page">settings_screen</action>
</button>
<button style="tab">
- <placement x="%tab5_col4_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
- <text>{@tab_vibration=VIBRATION}</text>
+ <placement x="%tab5_centered_col4_x%" y="%tab_y%" placement="4"/>
+ <image resource="tab_vibration"/>
<action function="page">settings_vibration</action>
</button>
<button style="tab">
- <placement x="%tab5_col5_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
- <text>{@tab_language=LANGUAGE}</text>
+ <placement x="%tab5_centered_col5_x%" y="%tab_y%" placement="4"/>
+ <image resource="tab_language"/>
<action function="page">settings_language</action>
</button>
</template>