gui: remove old unmaintained 2.x theme
Change-Id: I1181307989c7478ac6b84bf77732ee5dcff52ed1
@@ -92,9 +92,6 @@ LOCAL_MODULE := twrp
|
||||
LOCAL_MODULE_TAGS := eng
|
||||
LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES
|
||||
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)$(TWRES_PATH)
|
||||
TWRP_RES := $(commands_recovery_local_path)/gui/devices/common/res/*
|
||||
# enable this to use new themes:
|
||||
TWRP_NEW_THEME := true
|
||||
|
||||
ifeq ($(TW_CUSTOM_THEME),)
|
||||
ifeq ($(TW_THEME),)
|
||||
@@ -120,11 +117,10 @@ ifeq ($(TW_CUSTOM_THEME),)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(TWRP_NEW_THEME),true)
|
||||
TWRP_THEME_LOC := $(commands_recovery_local_path)/gui/theme/$(TW_THEME)
|
||||
TWRP_RES := $(commands_recovery_local_path)/gui/theme/common/fonts
|
||||
TWRP_RES += $(commands_recovery_local_path)/gui/theme/common/languages
|
||||
TWRP_RES += $(commands_recovery_local_path)/gui/theme/common/$(word 1,$(subst _, ,$(TW_THEME))).xml
|
||||
TWRP_THEME_LOC := $(commands_recovery_local_path)/gui/theme/$(TW_THEME)
|
||||
TWRP_RES := $(commands_recovery_local_path)/gui/theme/common/fonts
|
||||
TWRP_RES += $(commands_recovery_local_path)/gui/theme/common/languages
|
||||
TWRP_RES += $(commands_recovery_local_path)/gui/theme/common/$(word 1,$(subst _, ,$(TW_THEME))).xml
|
||||
ifeq ($(TW_EXTRA_LANGUAGES),true)
|
||||
TWRP_RES += $(commands_recovery_local_path)/gui/theme/extra-languages/fonts
|
||||
TWRP_RES += $(commands_recovery_local_path)/gui/theme/extra-languages/languages
|
||||
@@ -142,28 +138,6 @@ ifeq ($(wildcard $(TWRP_THEME_LOC)/ui.xml),)
|
||||
$(warning ****************************************************************************)
|
||||
$(error stopping)
|
||||
endif
|
||||
else
|
||||
TWRP_RES += $(commands_recovery_local_path)/gui/devices/$(word 1,$(subst _, ,$(TW_THEME)))/res/*
|
||||
ifeq ($(TW_THEME), portrait_mdpi)
|
||||
TWRP_THEME_LOC := $(commands_recovery_local_path)/gui/devices/480x800/res
|
||||
else ifeq ($(TW_THEME), portrait_hdpi)
|
||||
TWRP_THEME_LOC := $(commands_recovery_local_path)/gui/devices/1080x1920/res
|
||||
else ifeq ($(TW_THEME), watch_mdpi)
|
||||
TWRP_THEME_LOC := $(commands_recovery_local_path)/gui/devices/320x320/res
|
||||
else ifeq ($(TW_THEME), landscape_mdpi)
|
||||
TWRP_THEME_LOC := $(commands_recovery_local_path)/gui/devices/800x480/res
|
||||
else ifeq ($(TW_THEME), landscape_hdpi)
|
||||
TWRP_THEME_LOC := $(commands_recovery_local_path)/gui/devices/1920x1200/res
|
||||
else
|
||||
$(warning ****************************************************************************)
|
||||
$(warning * TW_THEME ($(TW_THEME)) is not valid.)
|
||||
$(warning * Please choose an appropriate TW_THEME or create a new one for your device.)
|
||||
$(warning * Valid options are portrait_mdpi portrait_hdpi watch_mdpi)
|
||||
$(warning * landscape_mdpi landscape_hdpi)
|
||||
$(warning ****************************************************************************)
|
||||
$(error stopping)
|
||||
endif
|
||||
endif
|
||||
else
|
||||
TWRP_THEME_LOC := $(TW_CUSTOM_THEME)
|
||||
endif
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 988 B |
|
Before Width: | Height: | Size: 452 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 943 B |
|
Before Width: | Height: | Size: 838 B |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 762 B |
|
Before Width: | Height: | Size: 936 B |
|
Before Width: | Height: | Size: 238 B |
|
Before Width: | Height: | Size: 284 B |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 7.9 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 57 KiB |
@@ -1,506 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<recovery>
|
||||
<details>
|
||||
<resolution width="1080" height="1920" />
|
||||
<author>TeamWin</author>
|
||||
<title>Backup Naowz</title>
|
||||
<description>Default basic theme</description>
|
||||
<preview>preview.jpg</preview>
|
||||
</details>
|
||||
|
||||
<include>
|
||||
<xmlfile name="portrait.xml" />
|
||||
</include>
|
||||
|
||||
<resources>
|
||||
<resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="40" />
|
||||
<resource name="mediumfont" type="font" filename="RobotoCondensed-Regular.ttf" size="40" />
|
||||
<resource name="filelist" type="font" filename="RobotoCondensed-Regular.ttf" size="40" />
|
||||
<resource name="keylabel" type="font" filename="RobotoCondensed-Regular.ttf" size="50" />
|
||||
<resource name="keylabel-small" type="font" filename="RobotoCondensed-Regular.ttf" size="40" />
|
||||
<resource name="keylabel-longpress" type="font" filename="RobotoCondensed-Regular.ttf" size="30" />
|
||||
<resource name="fixed" type="font" filename="DroidSansMono.ttf" size="30" />
|
||||
<resource name="twrplogo" type="image" filename="twrplogo" retainaspect="1" />
|
||||
<resource name="main_button" type="image" filename="menu-button" />
|
||||
<resource name="file_icon" type="image" filename="file" retainaspect="1" />
|
||||
<resource name="folder_icon" type="image" filename="folder" retainaspect="1" />
|
||||
<resource name="slideout" type="image" filename="slideout" retainaspect="1" />
|
||||
<resource name="progress" type="animation" filename="indeterminate" />
|
||||
<resource name="progress_empty" type="image" filename="progress_empty" />
|
||||
<resource name="progress_full" type="image" filename="progress_fill" />
|
||||
<resource name="checkbox_false" type="image" filename="checkbox_empty" retainaspect="1" />
|
||||
<resource name="checkbox_true" type="image" filename="checkbox_checked" retainaspect="1" />
|
||||
<resource name="radio_false" type="image" filename="radio_empty" retainaspect="1" />
|
||||
<resource name="radio_true" type="image" filename="radio_selected" retainaspect="1" />
|
||||
<resource name="medium_button" type="image" filename="medium-button" />
|
||||
<resource name="sort_button" type="image" filename="sort-button" />
|
||||
<resource name="minus_button" type="image" filename="minus-button" />
|
||||
<resource name="plus_button" type="image" filename="plus-button" />
|
||||
<resource name="home_icon" type="image" filename="home-icon" retainaspect="1" />
|
||||
<resource name="back_icon" type="image" filename="back-icon" retainaspect="1" />
|
||||
<resource name="slider" type="image" filename="slider" retainaspect="1" />
|
||||
<resource name="slider-used" type="image" filename="slider-used" retainaspect="1" />
|
||||
<resource name="slider-touch" type="image" filename="slider-touch" retainaspect="1" />
|
||||
<resource name="unlock-icon" type="image" filename="unlock" retainaspect="1" />
|
||||
<resource name="keyboard1" type="image" filename="keyboard1" />
|
||||
<resource name="keyboard2" type="image" filename="keyboard2" />
|
||||
<resource name="keyboard3" type="image" filename="keyboard3" />
|
||||
<resource name="keyboard4" type="image" filename="keyboard4" />
|
||||
<resource name="cursor" type="image" filename="cursor" retainaspect="1" />
|
||||
</resources>
|
||||
|
||||
<variables>
|
||||
<variable name="col1_x" value="10" />
|
||||
<variable name="col2_x" value="565" />
|
||||
<variable name="col_center_x" value="288" />
|
||||
<variable name="col_center_medium_x" value="414" />
|
||||
<variable name="center_x" value="540" />
|
||||
<variable name="row1_y" value="255" />
|
||||
<variable name="row2_y" value="615" />
|
||||
<variable name="row3_y" value="975" />
|
||||
<variable name="row4_y" value="1335" />
|
||||
<variable name="col1_center_x" value="179" />
|
||||
<variable name="col2_center_x" value="552" />
|
||||
<variable name="row1_text2_y" value="310" />
|
||||
<variable name="row2_text2_y" value="550" />
|
||||
<variable name="row_queue_y" value="1140" />
|
||||
<variable name="row1_header_y" value="180" />
|
||||
<variable name="row1_text_y" value="255" />
|
||||
<variable name="row2_text_y" value="330" />
|
||||
<variable name="row3_text_y" value="405" />
|
||||
<variable name="row4_text_y" value="480" />
|
||||
<variable name="row5_text_y" value="555" />
|
||||
<variable name="row6_text_y" value="630" />
|
||||
<variable name="row7_text_y" value="705" />
|
||||
<variable name="row8_text_y" value="780" />
|
||||
<variable name="row9_text_y" value="855" />
|
||||
<variable name="row10_text_y" value="930" />
|
||||
<variable name="row11_text_y" value="1005" />
|
||||
<variable name="row12_text_y" value="1080" />
|
||||
<variable name="row13_text_y" value="1155" />
|
||||
<variable name="row14_text_y" value="1230" />
|
||||
<variable name="row15_text_y" value="1305" />
|
||||
<variable name="row16_text_y" value="1380" />
|
||||
<variable name="row17_text_y" value="1455" />
|
||||
<variable name="row18_text_y" value="1530" />
|
||||
<variable name="zip_status_y" value="922" />
|
||||
<variable name="flash_list_height" value="500" />
|
||||
<variable name="tz_selected_y" value="240" />
|
||||
<variable name="tz_set_y" value="1500" />
|
||||
<variable name="tz_current_y" value="1425" />
|
||||
<variable name="system_ro_y" value="1770" />
|
||||
<variable name="col_progressbar_x" value="351" />
|
||||
<variable name="row_progressbar_y" value="1650" />
|
||||
<variable name="col1_medium_x" value="10" />
|
||||
<variable name="col2_medium_x" value="282" />
|
||||
<variable name="col3_medium_x" value="545" />
|
||||
<variable name="col4_medium_x" value="817" />
|
||||
<variable name="row1_medium_y" value="195" />
|
||||
<variable name="row2_medium_y" value="345" />
|
||||
<variable name="row3_medium_y" value="392" />
|
||||
<variable name="row4_medium_y" value="645" />
|
||||
<variable name="row5_medium_y" value="795" />
|
||||
<variable name="row6_medium_y" value="1260" />
|
||||
<variable name="row7_medium_y" value="730" />
|
||||
<variable name="slider_y" value="1575" />
|
||||
<variable name="slider_text_y" value="1676" />
|
||||
<variable name="button_text_color" value="#AAAAAA" />
|
||||
<variable name="text_color" value="#FFFFFF" />
|
||||
<variable name="text_success_color" value="#33B5E5" />
|
||||
<variable name="text_fail_color" value="#FF0101" />
|
||||
<variable name="highlight_color" value="#90909080" />
|
||||
<variable name="caps_highlight_color" value="#33B5E580" />
|
||||
<variable name="home_button_x" value="10" />
|
||||
<variable name="home_button_y" value="1839" />
|
||||
<variable name="back_button_x" value="1070" />
|
||||
<variable name="back_button_y" value="1839" />
|
||||
<variable name="sort_text_x" value="10" />
|
||||
<variable name="sort_asc_text_y" value="1635" />
|
||||
<variable name="sort_asc_button_y" value="1620" />
|
||||
<variable name="sort_desc_text_y" value="1725" />
|
||||
<variable name="sort_desc_button_y" value="1710" />
|
||||
<variable name="sort_col1_button_x" value="390" />
|
||||
<variable name="sort_col2_button_x" value="540" />
|
||||
<variable name="sort_col3_button_x" value="690" />
|
||||
<variable name="input_width" value="1060" />
|
||||
<variable name="input_height" value="75" />
|
||||
<variable name="input_background_color" value="#303030" />
|
||||
<variable name="input_cursor_color" value="#33B5E5" />
|
||||
<variable name="input_cursor_width" value="4" />
|
||||
<variable name="console_x" value="0" />
|
||||
<variable name="console_width" value="1080" />
|
||||
<variable name="console_foreground" value="#A0A0A0" />
|
||||
<variable name="warning" value="#F8F8A0" />
|
||||
<variable name="error" value="#FF4040" />
|
||||
<variable name="highlight" value="#33B5E5" />
|
||||
<variable name="console_background" value="#303030" />
|
||||
<variable name="console_scroll" value="#303030" />
|
||||
<variable name="console_action_height" value="705" />
|
||||
<variable name="console_install_height" value="900" />
|
||||
<variable name="console_installdone_height" value="660" />
|
||||
<variable name="fileselector_x" value="5" />
|
||||
<variable name="fileselector_width" value="1070" />
|
||||
<variable name="fileselector_install_height" value="1170" />
|
||||
<variable name="fileselector_header_background" value="#202020" />
|
||||
<variable name="fileselector_header_textcolor" value="#AAAAAA" />
|
||||
<variable name="fileselector_header_separatorcolor" value="#33B5E5" />
|
||||
<variable name="fileselector_header_separatorheight" value="4" />
|
||||
<variable name="fileselector_separatorcolor" value="#505050" />
|
||||
<variable name="fileselector_separatorheight" value="3" />
|
||||
<variable name="fileselector_background" value="#303030" />
|
||||
<variable name="fileselector_highlight_color" value="#505050" />
|
||||
<variable name="fileselector_highlight_font_color" value="#33B5E5" />
|
||||
<variable name="fileselector_spacing" value="48" />
|
||||
<variable name="fastscroll_linecolor" value="#50505080" />
|
||||
<variable name="fastscroll_rectcolor" value="#33B5E580" />
|
||||
<variable name="fastscroll_w" value="90" />
|
||||
<variable name="fastscroll_linew" value="3" />
|
||||
<variable name="fastscroll_rectw" value="21" />
|
||||
<variable name="fastscroll_recth" value="60" />
|
||||
<variable name="listbox_x" value="5" />
|
||||
<variable name="listbox_width" value="1070" />
|
||||
<variable name="listbox_tz_height" value="885" />
|
||||
<variable name="listbox_background" value="#303030" />
|
||||
<variable name="listbox_spacing" value="24" />
|
||||
<variable name="sd_plus_x" value="525" />
|
||||
<variable name="sdext_text_x" value="165" />
|
||||
<variable name="sdext_text_y" value="270" />
|
||||
<variable name="sdswap_button_y" value="390" />
|
||||
<variable name="sdswap_text_x" value="165" />
|
||||
<variable name="sdswap_text_y" value="405" />
|
||||
<variable name="sdfilesystem_text_y" value="510" />
|
||||
<variable name="sdfilesystem_button_y" value="570" />
|
||||
<variable name="lock_y" value="700" />
|
||||
<variable name="filemanager_select_x" value="840" />
|
||||
<variable name="filemanager_select_y" value="1620" />
|
||||
<variable name="backup_name_y" value="825" />
|
||||
<variable name="terminal_console_height" value="1200" />
|
||||
<variable name="terminal_text_y" value="1095" />
|
||||
<variable name="terminal_button_y" value="1050" />
|
||||
<variable name="row_dst_text_y" value="1080" />
|
||||
<variable name="row_offset_text_y" value="1155" />
|
||||
<variable name="row_offset_medium_y" value="1260" />
|
||||
<variable name="button_fill_color" value="#303030" />
|
||||
<variable name="button_fill_full_width" value="1060" />
|
||||
<variable name="button_fill_main_width" value="505" />
|
||||
<variable name="button_fill_main_height" value="324" />
|
||||
<variable name="button_fill_half_height" value="162" />
|
||||
<variable name="button_fill_quarter_height" value="81" />
|
||||
<variable name="backup_list_height" value="780" />
|
||||
<variable name="backup_button_row1" value="1118" />
|
||||
<variable name="backup_button_row2" value="1220" />
|
||||
<variable name="mount_list_height" value="1035" />
|
||||
<variable name="mount_storage_row" value="1240" />
|
||||
<variable name="storage_list_height" value="1000" />
|
||||
<variable name="wipe_list_height" value="1105" />
|
||||
<variable name="wipe_button_row1" value="1350" />
|
||||
<variable name="wipe_button_y" value="975" />
|
||||
<variable name="slidervalue_w" value="1060" />
|
||||
<variable name="slidervalue_line_clr" value="#FFFFFF" />
|
||||
<variable name="slidervalue_slider_clr" value="#33B5E5" />
|
||||
<variable name="slidervalue_lineh" value="3" />
|
||||
<variable name="slidervalue_padding" value="30" />
|
||||
<variable name="slidervalue_sliderw" value="15" />
|
||||
<variable name="slidervalue_sliderh" value="90" />
|
||||
<variable name="pattern_button3_x" value="275" />
|
||||
<variable name="pattern_button4_x" value="409" />
|
||||
<variable name="pattern_button5_x" value="543" />
|
||||
<variable name="pattern_button6_x" value="677" />
|
||||
<variable name="pattern_x" value="92" />
|
||||
<variable name="pattern_y" value="508" />
|
||||
<variable name="pattern_width" value="896" />
|
||||
<variable name="pattern_dot_color" value="#33B5E5" />
|
||||
<variable name="pattern_dot_color_active" value="#FFFFFF" />
|
||||
<variable name="pattern_dot_radius" value="23" />
|
||||
<variable name="pattern_line_color" value="#33B5E5" />
|
||||
<variable name="pattern_line_width" value="18" />
|
||||
<variable name="pattern_cancel_y" value="1440" />
|
||||
</variables>
|
||||
|
||||
<mousecursor>
|
||||
<placement w="15" h="15" />
|
||||
<background color="#FFFF00FF" resource="cursor" />
|
||||
<speed multiplier="2.5" />
|
||||
</mousecursor>
|
||||
|
||||
<templates>
|
||||
<template name="header">
|
||||
<background color="#000000FF" />
|
||||
|
||||
<object type="fill" color="%button_fill_color%">
|
||||
<placement x="0" y="0" w="1080" h="176" />
|
||||
</object>
|
||||
|
||||
<object type="fill" color="%highlight%">
|
||||
<placement x="0" y="176" w="1080" h="4" />
|
||||
</object>
|
||||
|
||||
<object type="image">
|
||||
<image resource="twrplogo" />
|
||||
<placement x="85" y="85" placement="4" />
|
||||
</object>
|
||||
|
||||
<object type="text" color="%text_color%">
|
||||
<font resource="font" />
|
||||
<placement x="180" y="15" />
|
||||
<text>Team Win Recovery Project v%tw_version%</text>
|
||||
</object>
|
||||
|
||||
<object type="text" color="%text_color%">
|
||||
<condition var1="tw_simulate_actions" var2="1" />
|
||||
<font resource="font" />
|
||||
<placement x="180" y="60" />
|
||||
<text>SIMULATING ACTIONS</text>
|
||||
</object>
|
||||
|
||||
<object type="text" color="%text_color%">
|
||||
<font resource="font" />
|
||||
<placement x="180" y="114" />
|
||||
<text>%tw_time%</text>
|
||||
</object>
|
||||
|
||||
<object type="text" color="%text_color%">
|
||||
<font resource="font" />
|
||||
<placement x="405" y="114" />
|
||||
<conditions>
|
||||
<condition var1="tw_no_battery_percent" var2="0" />
|
||||
<condition var1="tw_battery" op=">" var2="0" />
|
||||
<condition var1="tw_battery" op="<" var2="101" />
|
||||
</conditions>
|
||||
<text>Battery: %tw_battery%</text>
|
||||
</object>
|
||||
|
||||
<object type="text" color="%text_color%">
|
||||
<font resource="font" />
|
||||
<placement x="760" y="114" />
|
||||
<conditions>
|
||||
<condition var1="tw_no_cpu_temp" var2="0" />
|
||||
</conditions>
|
||||
<text>CPU: %tw_cpu_temp% °C</text>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<highlight color="%highlight_color%" />
|
||||
<placement x="%home_button_x%" y="%home_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text></text>
|
||||
<image resource="home_icon" />
|
||||
<condition var1="tw_busy" var2="0" />
|
||||
<action function="key">home</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<highlight color="%highlight_color%" />
|
||||
<placement x="%back_button_x%" y="%back_button_y%" placement="1" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text></text>
|
||||
<image resource="back_icon" />
|
||||
<condition var1="tw_busy" var2="0" />
|
||||
<action function="key">back</action>
|
||||
</object>
|
||||
|
||||
<object type="action">
|
||||
<touch key="power" />
|
||||
<action function="overlay">lock</action>
|
||||
</object>
|
||||
|
||||
<object type="action">
|
||||
<touch key="power+voldown" />
|
||||
<action function="screenshot" />
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="progress_bar">
|
||||
<object type="progressbar">
|
||||
<placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
|
||||
<resource empty="progress_empty" full="progress_full" />
|
||||
<data name="ui_progress" />
|
||||
</object>
|
||||
|
||||
<object type="animation">
|
||||
<placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
|
||||
<resource name="progress" />
|
||||
<speed fps="15" render="2" />
|
||||
<loop frame="1" />
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="pattern_options">
|
||||
<object type="button">
|
||||
<placement x="%pattern_button3_x%" y="%row2_text_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>3x3</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_pattern_grid_size=3</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%pattern_button4_x%" y="%row2_text_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>4x4</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_pattern_grid_size=4</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%pattern_button5_x%" y="%row2_text_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>5x5</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_pattern_grid_size=5</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%pattern_button6_x%" y="%row2_text_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>6x6</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_pattern_grid_size=6</action>
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="sort_options">
|
||||
<object type="text" color="%text_color%">
|
||||
<font resource="font" />
|
||||
<placement x="%sort_text_x%" y="%sort_asc_text_y%" />
|
||||
<text>Sort Ascending:</text>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<highlight color="%highlight_color%" />
|
||||
<placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>Name</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_sort_order=1</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<highlight color="%highlight_color%" />
|
||||
<placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>Date</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_sort_order=2</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<highlight color="%highlight_color%" />
|
||||
<placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>Size</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_sort_order=3</action>
|
||||
</object>
|
||||
|
||||
<object type="text" color="%text_color%">
|
||||
<font resource="font" />
|
||||
<placement x="%sort_text_x%" y="%sort_desc_text_y%" />
|
||||
<text>Sort Descending:</text>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<highlight color="%highlight_color%" />
|
||||
<placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>Name</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_sort_order=-1</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<highlight color="%highlight_color%" />
|
||||
<placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>Date</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_sort_order=-2</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<highlight color="%highlight_color%" />
|
||||
<placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>Size</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_sort_order=-3</action>
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="action_page_console">
|
||||
<object type="console">
|
||||
<placement x="0" y="%row2_y%" w="1080" h="705" />
|
||||
<color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
|
||||
<font resource="fixed" />
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="footer">
|
||||
<object type="console">
|
||||
<slideout resource="slideout" x="%center_x%" y="1841" placement="5" />
|
||||
<placement x="%console_x%" y="0" w="%console_width%" h="1841" />
|
||||
<color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
|
||||
<font resource="fixed" />
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="keyboardtemplate">
|
||||
<object type="keyboard">
|
||||
<placement x="0" y="1200" w="1080" h="644" />
|
||||
<keymargin x="6" y="6"/>
|
||||
<background color="#202020"/>
|
||||
<key-alphanumeric color="#282828" font="keylabel" textcolor="#ffffff"/>
|
||||
<key-other color="#242424" font="keylabel-small" textcolor="#c0c0c0"/>
|
||||
<longpress font="keylabel-longpress" textcolor="#808080" x="4" y="0"/>
|
||||
<keylabel key="0:c:8" text="Bksp" resource="backspace"/>
|
||||
<keylabel key="0:action" text="Enter" resource="enter"/>
|
||||
<keylabel key="0:k:105" text="<"/>
|
||||
<keylabel key="0:k:108" text="v"/>
|
||||
<keylabel key="0:k:103" text="^"/>
|
||||
<keylabel key="0:k:106" text=">"/>
|
||||
<!--
|
||||
<layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" />
|
||||
-->
|
||||
<highlight color="%highlight_color%" />
|
||||
<capshighlight color="%caps_highlight_color%" />
|
||||
<layout1>
|
||||
<keysize height="161" width="108" />
|
||||
<row1 key01="q" long01="1" key02="w" long02="2" key03="e" long03="3" key04="r" long04="4" key05="t" long05="5" key06="y" long06="6" key07="u" long07="7" key08="i" long08="8" key09="o" long09="9" key10="p" long10="0" />
|
||||
<row2 key01="162:a" long01="@" key02="s" long02="#" key03="d" long03="$" key04="f" long04="%" key05="g" long05="&" key06="h" long06="*" key07="j" long07="-" key08="k" long08="+" key09="162:l" long09="_" />
|
||||
<row3 key01="162:layout2" key02="z" long02="!" key03="x" key04="c" long04="'" key05="v" long05=":" key06="b" long06=";" key07="n" long07="/" key08="m" long08="?" key09="162:c:8" />
|
||||
<row4 key01="162:layout3" key02="108:c:47" key03="108:c:27" long03=":c:3" key04="432: " key05="." key06="162:action" />
|
||||
<keylabel key="0:layout2" text="Shift" resource="shift"/>
|
||||
<keylabel key="0:layout3" text="?123"/>
|
||||
</layout1>
|
||||
<layout2>
|
||||
<keysize height="161" width="108" capslock="0" revert_layout="1" />
|
||||
<row1 key01="Q" long01="1" key02="W" long02="2" key03="E" long03="3" key04="R" long04="4" key05="T" long05="5" key06="Y" long06="6" key07="U" long07="7" key08="I" long08="8" key09="O" long09="9" key10="P" long10="0" />
|
||||
<row2 key01="162:A" long01="@" key02="S" long02="#" key03="D" long03="$" key04="F" long04="%" key05="G" long05="&" key06="H" long06="*" key07="J" long07="-" key08="K" long08="+" key09="162:L" long09="_" />
|
||||
<row3 key01="162:layout1" key02="Z" long02="!" key03="X" key04="C" long04="'" key05="V" long05=":" key06="B" long06=";" key07="N" long07="/" key08="M" long08="?" key09="162:c:8" />
|
||||
<row4 key01="162:layout3" key02="/" key03="108:" key04="432: " key05="." key06="162:action" />
|
||||
<keylabel key="0:layout1" text="Shift" resource="shift_fill"/>
|
||||
<keylabel key="0:layout3" text="?123"/>
|
||||
</layout2>
|
||||
<layout3>
|
||||
<keysize height="161" width="108" />
|
||||
<row1 key01="1" key02="2" key03="3" key04="4" key05="5" key06="6" key07="7" key08="8" key09="9" key10="0" />
|
||||
<row2 key01="@" key02="#" key03="$" key04="%" key05="&" key06="*" key07="-" key08="+" key09="(" key10=")" />
|
||||
<row3 key01="162:layout4" key02="!" key03="108:c:34" key04="'" key05=":" key06=";" key07="/" key08="?" key09="162:c:8" />
|
||||
<row4 key01="162:layout1" key02="," key03="108:" key04="432: " key05="." key06="162:action" />
|
||||
<keylabel key="0:layout1" text="ABC"/>
|
||||
<keylabel key="0:layout4" text="~\{"/>
|
||||
</layout3>
|
||||
<layout4>
|
||||
<keysize height="161" width="108" />
|
||||
<row1 key01="~" key02="`" key03="|" key04="108:" key05="108:" key06="108:" key07="%" key08="108:" key09="{" key10="}" />
|
||||
<row2 key01="108:c:9" key02="108:k:105" key03="108:k:108" key04="108:k:103" key05="108:k:106" key06="^" key07="_" key08="=" key09="[" key10="]" />
|
||||
<row3 key01="162:layout3" key02="108:" key03="108:" key04="108:" key05="108:" key06="\" key07="<" key08=">" key09="162:c:8" />
|
||||
<row4 key01="162:layout1" key02="108:c:34" key03="108:" key04="432: " key05="." key06="162:action" />
|
||||
<keylabel key="0:layout1" text="ABC"/>
|
||||
<keylabel key="0:layout3" text="?123"/>
|
||||
</layout4>
|
||||
</object>
|
||||
</template>
|
||||
</templates>
|
||||
</recovery>
|
||||
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 767 B |
|
Before Width: | Height: | Size: 346 B |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 756 B |
|
Before Width: | Height: | Size: 724 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 821 B |
|
Before Width: | Height: | Size: 862 B |
|
Before Width: | Height: | Size: 593 B |
|
Before Width: | Height: | Size: 775 B |
|
Before Width: | Height: | Size: 238 B |
|
Before Width: | Height: | Size: 284 B |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 938 B |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 57 KiB |
@@ -1,491 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<recovery>
|
||||
<details>
|
||||
<resolution width="1920" height="1200" />
|
||||
<author>TeamWin</author>
|
||||
<title>Backup Naowz</title>
|
||||
<description>Default basic theme</description>
|
||||
<preview>preview.jpg</preview>
|
||||
</details>
|
||||
|
||||
<include>
|
||||
<xmlfile name="landscape.xml" />
|
||||
</include>
|
||||
|
||||
<resources>
|
||||
<resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="30" />
|
||||
<resource name="fixed" type="font" filename="DroidSansMono.ttf" size="22" />
|
||||
<resource name="twrplogo" type="image" filename="twrplogo" retainaspect="1" />
|
||||
<resource name="main_button" type="image" filename="button" />
|
||||
<resource name="file_icon" type="image" filename="file" retainaspect="1" />
|
||||
<resource name="folder_icon" type="image" filename="folder" retainaspect="1" />
|
||||
<resource name="progress" type="animation" filename="indeterminate" />
|
||||
<resource name="progress_empty" type="image" filename="progress_empty" />
|
||||
<resource name="progress_full" type="image" filename="progress_fill" />
|
||||
<resource name="checkbox_false" type="image" filename="checkbox_empty" retainaspect="1" />
|
||||
<resource name="checkbox_true" type="image" filename="checkbox_checked" retainaspect="1" />
|
||||
<resource name="radio_false" type="image" filename="radio_empty" retainaspect="1" />
|
||||
<resource name="radio_true" type="image" filename="radio_selected" retainaspect="1" />
|
||||
<resource name="medium_button" type="image" filename="medium-button" />
|
||||
<resource name="mediumwide_button" type="image" filename="mediumwide-button" />
|
||||
<resource name="sort_button" type="image" filename="sort-button" />
|
||||
<resource name="minus_button" type="image" filename="minus-button" />
|
||||
<resource name="plus_button" type="image" filename="plus-button" />
|
||||
<resource name="home_icon" type="image" filename="home-icon" retainaspect="1" />
|
||||
<resource name="back_icon" type="image" filename="back-icon" retainaspect="1" />
|
||||
<resource name="console_button" type="image" filename="console-toggle" retainaspect="1" />
|
||||
<resource name="slider" type="image" filename="slider" retainaspect="1" />
|
||||
<resource name="slider-used" type="image" filename="slider-used" retainaspect="1" />
|
||||
<resource name="slider-touch" type="image" filename="slider-touch" retainaspect="1" />
|
||||
<resource name="unlock-icon" type="image" filename="unlock" retainaspect="1" />
|
||||
<resource name="keyboard1" type="image" filename="keyboard1" />
|
||||
<resource name="keyboard2" type="image" filename="keyboard2" />
|
||||
<resource name="keyboard3" type="image" filename="keyboard3" />
|
||||
<resource name="keyboard4" type="image" filename="keyboard4" />
|
||||
<resource name="cursor" type="image" filename="cursor" retainaspect="1" />
|
||||
</resources>
|
||||
|
||||
<variables>
|
||||
<variable name="col1_x" value="210" />
|
||||
<variable name="col2_x" value="590" />
|
||||
<variable name="col3_x" value="970" />
|
||||
<variable name="col4_x" value="1350" />
|
||||
<variable name="row1_y" value="220" />
|
||||
<variable name="row2_y" value="680" />
|
||||
<variable name="col_center_x" value="780" />
|
||||
<variable name="center_x" value="960" />
|
||||
<variable name="screen_width" value="1920" />
|
||||
<variable name="screen_height" value="1200" />
|
||||
<variable name="col_progressbar_x" value="771" />
|
||||
<variable name="row_progressbar_y" value="1100" />
|
||||
<variable name="col1_medium_x" value="570" />
|
||||
<variable name="col2_medium_x" value="770" />
|
||||
<variable name="col3_medium_x" value="970" />
|
||||
<variable name="col4_medium_x" value="1170" />
|
||||
<variable name="row1_medium_y" value="105" />
|
||||
<variable name="row2_medium_y" value="365" />
|
||||
<variable name="row3_medium_y" value="245" />
|
||||
<variable name="row4_medium_y" value="720" />
|
||||
<variable name="row5_medium_y" value="700" />
|
||||
<variable name="row1_text_y" value="90" />
|
||||
<variable name="row2_text_y" value="140" />
|
||||
<variable name="row3_text_y" value="190" />
|
||||
<variable name="row4_text_y" value="240" />
|
||||
<variable name="row5_text_y" value="290" />
|
||||
<variable name="row6_text_y" value="340" />
|
||||
<variable name="row7_text_y" value="390" />
|
||||
<variable name="row8_text_y" value="440" />
|
||||
<variable name="row9_text_y" value="490" />
|
||||
<variable name="row10_text_y" value="540" />
|
||||
<variable name="row11_text_y" value="590" />
|
||||
<variable name="row12_text_y" value="640" />
|
||||
<variable name="row13_text_y" value="690" />
|
||||
<variable name="row14_text_y" value="740" />
|
||||
<variable name="row15_text_y" value="790" />
|
||||
<variable name="row16_text_y" value="840" />
|
||||
<variable name="row17_text_y" value="890" />
|
||||
<variable name="row18_text_y" value="940" />
|
||||
<variable name="row_offsetmedium_y" value="775" />
|
||||
<variable name="home_button_x" value="1620" />
|
||||
<variable name="home_button_y" value="5" />
|
||||
<variable name="back_button_x" value="1720" />
|
||||
<variable name="back_button_y" value="5" />
|
||||
<variable name="console_button_x" value="1820" />
|
||||
<variable name="console_button_y" value="5" />
|
||||
<variable name="nandcheck_col1" value="328" />
|
||||
<variable name="nandcheck_col2" value="800" />
|
||||
<variable name="nandcheck_row1" value="200" />
|
||||
<variable name="nandcheck_row2" value="275" />
|
||||
<variable name="nandcheck_row3" value="350" />
|
||||
<variable name="nandcheck_row4" value="425" />
|
||||
<variable name="nandcheck_row5" value="500" />
|
||||
<variable name="nandcheck_row6" value="575" />
|
||||
<variable name="nandcheck_row7" value="650" />
|
||||
<variable name="nandcheck_row8" value="725" />
|
||||
<variable name="button_text_color" value="#AAAAAA" />
|
||||
<variable name="text_color" value="#A0A0A0" />
|
||||
<variable name="text_success_color" value="#33B5E5" />
|
||||
<variable name="text_fail_color" value="#FF0101" />
|
||||
<variable name="highlight_color" value="#90909080" />
|
||||
<variable name="caps_highlight_color" value="#33B5E580" />
|
||||
<variable name="slider_y" value="1000" />
|
||||
<variable name="slider_text_y" value="1075" />
|
||||
<variable name="sort_text_x" value="400" />
|
||||
<variable name="sort_asc_text_y" value="1045" />
|
||||
<variable name="sort_asc_button_y" value="1040" />
|
||||
<variable name="sort_desc_text_y" value="1105" />
|
||||
<variable name="sort_desc_button_y" value="1100" />
|
||||
<variable name="sort_col1_button_x" value="670" />
|
||||
<variable name="sort_col2_button_x" value="770" />
|
||||
<variable name="sort_col3_button_x" value="870" />
|
||||
<variable name="col1_sdext_x" value="720" />
|
||||
<variable name="col2_sdext_x" value="1100" />
|
||||
<variable name="row1_sdext_y" value="180" />
|
||||
<variable name="row2_sdext_y" value="265" />
|
||||
<variable name="row_extsize_y" value="175" />
|
||||
<variable name="row_swapsize_y" value="260" />
|
||||
<variable name="input_x" value="50" />
|
||||
<variable name="input_width" value="1820" />
|
||||
<variable name="input_height" value="50" />
|
||||
<variable name="input_background_color" value="#303030" />
|
||||
<variable name="input_cursor_color" value="#33B5E5" />
|
||||
<variable name="input_cursor_width" value="3" />
|
||||
<variable name="console_x" value="50" />
|
||||
<variable name="console_width" value="1820" />
|
||||
<variable name="console_foreground" value="#A0A0A0" />
|
||||
<variable name="warning" value="#F8F8A0" />
|
||||
<variable name="error" value="#FF4040" />
|
||||
<variable name="highlight" value="#33B5E5" />
|
||||
<variable name="console_background" value="#303030" />
|
||||
<variable name="console_scroll" value="#303030" />
|
||||
<variable name="console_action_height" value="320" />
|
||||
<variable name="console_install_height" value="440" />
|
||||
<variable name="console_installdone_height" value="300" />
|
||||
<variable name="fileselector_folder_x" value="50" />
|
||||
<variable name="fileselector_folder_width" value="610" />
|
||||
<variable name="fileselector_folderonly_width" value="800" />
|
||||
<variable name="fileselector_file_x" value="700" />
|
||||
<variable name="fileselector_file_width" value="1170" />
|
||||
<variable name="fileselector_install_y" value="205" />
|
||||
<variable name="fileselector_install_height" value="800" />
|
||||
<variable name="fileselector_header_background" value="#202020" />
|
||||
<variable name="fileselector_header_textcolor" value="#AAAAAA" />
|
||||
<variable name="fileselector_header_separatorcolor" value="#33B5E5" />
|
||||
<variable name="fileselector_header_separatorheight" value="3" />
|
||||
<variable name="fileselector_separatorcolor" value="#505050" />
|
||||
<variable name="fileselector_separatorheight" value="2" />
|
||||
<variable name="fileselector_background" value="#303030" />
|
||||
<variable name="fileselector_highlight_color" value="#505050" />
|
||||
<variable name="fileselector_highlight_font_color" value="#33B5E5" />
|
||||
<variable name="fileselector_spacing" value="18" />
|
||||
<variable name="fastscroll_linecolor" value="#50505080" />
|
||||
<variable name="fastscroll_rectcolor" value="#33B5E580" />
|
||||
<variable name="fastscroll_w" value="60" />
|
||||
<variable name="fastscroll_linew" value="3" />
|
||||
<variable name="fastscroll_rectw" value="15" />
|
||||
<variable name="fastscroll_recth" value="40" />
|
||||
<variable name="zipstorage_text_y" value="130" />
|
||||
<variable name="listbox_x" value="560" />
|
||||
<variable name="listbox_y" value="150" />
|
||||
<variable name="listbox_width" value="800" />
|
||||
<variable name="listbox_tz_height" value="400" />
|
||||
<variable name="listbox_background" value="#303030" />
|
||||
<variable name="listbox_spacing" value="18" />
|
||||
<variable name="sd_plus_x" value="408" />
|
||||
<variable name="lock_y" value="300" />
|
||||
<variable name="filemanager_select_x" value="1500" />
|
||||
<variable name="filemanager_select_y" value="980" />
|
||||
<variable name="backup_name_text_y" value="440" />
|
||||
<variable name="backup_name_button_y" value="390" />
|
||||
<variable name="col_right_x" value="1870" />
|
||||
<variable name="cancel_button_y" value="240" />
|
||||
<variable name="terminal_console_y" value="0" />
|
||||
<variable name="terminal_console_height" value="610" />
|
||||
<variable name="terminal_text_y" value="624" />
|
||||
<variable name="terminal_button_y" value="615" />
|
||||
<variable name="terminal_input_width" value="1550" />
|
||||
<variable name="button_fill_color" value="#303030" />
|
||||
<variable name="button_fill_full_width" value="960" />
|
||||
<variable name="button_fill_main_width" value="900" />
|
||||
<variable name="button_fill_main_height" value="240" />
|
||||
<variable name="button_fill_half_height" value="80" />
|
||||
<variable name="button_fill_quarter_height" value="60" />
|
||||
<variable name="button_full_center_x" value="480" />
|
||||
<variable name="flash_list_height" value="300" />
|
||||
<variable name="backup_list_x" value="50" />
|
||||
<variable name="backup_list_y" value="160" />
|
||||
<variable name="backup_list_width" value="900" />
|
||||
<variable name="backup_list_height" value="660" />
|
||||
<variable name="backup_storage_y" value="405" />
|
||||
<variable name="backup_encrypt_y" value="495" />
|
||||
<variable name="restore_list_y" value="190" />
|
||||
<variable name="restore_list_height" value="600" />
|
||||
<variable name="mount_list_height" value="900" />
|
||||
<variable name="mount_storage_row" value="850" />
|
||||
<variable name="wipe_list_height" value="850" />
|
||||
<variable name="wipe_button_y" value="375" />
|
||||
<variable name="slidervalue_x" value="540" />
|
||||
<variable name="slidervalue_w" value="960" />
|
||||
<variable name="slidervalue_line_clr" value="#FFFFFF" />
|
||||
<variable name="slidervalue_slider_clr" value="#33B5E5" />
|
||||
<variable name="slidervalue_lineh" value="3" />
|
||||
<variable name="slidervalue_padding" value="0" />
|
||||
<variable name="slidervalue_sliderw" value="20" />
|
||||
<variable name="slidervalue_sliderh" value="80" />
|
||||
<variable name="pattern_x" value="480" />
|
||||
<variable name="pattern_y" value="240" />
|
||||
<variable name="pattern_width" value="720" />
|
||||
<variable name="pattern_dot_color" value="#33B5E5" />
|
||||
<variable name="pattern_dot_color_active" value="#FFFFFF" />
|
||||
<variable name="pattern_dot_radius" value="23" />
|
||||
<variable name="pattern_line_color" value="#33B5E5" />
|
||||
<variable name="pattern_line_width" value="18" />
|
||||
<variable name="pattern_button_y" value="190" />
|
||||
</variables>
|
||||
|
||||
<mousecursor>
|
||||
<placement w="15" h="15" />
|
||||
<background color="#FFFF00FF" resource="cursor" />
|
||||
<speed multiplier="2.5" />
|
||||
</mousecursor>
|
||||
|
||||
<templates>
|
||||
<template name="header">
|
||||
<background color="#000000FF" />
|
||||
|
||||
<object type="fill" color="%button_fill_color%">
|
||||
<placement x="0" y="0" w="1920" h="87" />
|
||||
</object>
|
||||
|
||||
<object type="fill" color="%highlight%">
|
||||
<placement x="0" y="87" w="1920" h="3" />
|
||||
</object>
|
||||
|
||||
<object type="image">
|
||||
<image resource="twrplogo" />
|
||||
<placement x="55" y="45" placement="4" />
|
||||
</object>
|
||||
|
||||
<object type="text" color="%text_color%">
|
||||
<font resource="font" />
|
||||
<placement x="100" y="5" />
|
||||
<text>Team Win Recovery Project v%tw_version%</text>
|
||||
</object>
|
||||
|
||||
<object type="text" color="%text_color%">
|
||||
<font resource="font" />
|
||||
<placement x="100" y="40" />
|
||||
<conditions>
|
||||
<condition var1="tw_no_battery_percent" var2="0" />
|
||||
<condition var1="tw_battery" op=">" var2="0" />
|
||||
<condition var1="tw_battery" op="<" var2="101" />
|
||||
</conditions>
|
||||
<text>Battery Level: %tw_battery%</text>
|
||||
</object>
|
||||
|
||||
<object type="text" color="%text_color%">
|
||||
<font resource="font" />
|
||||
<placement x="600" y="40" />
|
||||
<text>%tw_time%</text>
|
||||
</object>
|
||||
|
||||
<object type="text" color="%text_color%">
|
||||
<font resource="font" />
|
||||
<placement x="1150" y="40" />
|
||||
<conditions>
|
||||
<condition var1="tw_no_cpu_temp" var2="0" />
|
||||
</conditions>
|
||||
<text>CPU: %tw_cpu_temp% °C</text>
|
||||
</object>
|
||||
|
||||
<object type="text" color="%text_color%">
|
||||
<condition var1="tw_simulate_actions" var2="1" />
|
||||
<font resource="font" />
|
||||
<placement x="750" y="40" />
|
||||
<text>SIMULATING ACTIONS</text>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%home_button_x%" y="%home_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text></text>
|
||||
<image resource="home_icon" />
|
||||
<condition var1="tw_busy" var2="0" />
|
||||
<action function="key">home</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%back_button_x%" y="%back_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text></text>
|
||||
<image resource="back_icon" />
|
||||
<condition var1="tw_busy" var2="0" />
|
||||
<action function="key">back</action>
|
||||
</object>
|
||||
|
||||
<object type="action">
|
||||
<touch key="power" />
|
||||
<action function="overlay">lock</action>
|
||||
</object>
|
||||
|
||||
<object type="action">
|
||||
<touch key="power+voldown" />
|
||||
<action function="screenshot" />
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="progress_bar">
|
||||
<object type="progressbar">
|
||||
<placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
|
||||
<resource empty="progress_empty" full="progress_full" />
|
||||
<data name="ui_progress" />
|
||||
</object>
|
||||
|
||||
<object type="animation">
|
||||
<placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
|
||||
<resource name="progress" />
|
||||
<speed fps="15" render="6" />
|
||||
<loop frame="1" />
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="pattern_options">
|
||||
<object type="button">
|
||||
<placement x="%col1_medium_x%" y="%pattern_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>3x3</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_pattern_grid_size=3</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%col2_medium_x%" y="%pattern_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>4x4</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_pattern_grid_size=4</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%col3_medium_x%" y="%pattern_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>5x5</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_pattern_grid_size=5</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%col4_medium_x%" y="%pattern_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>6x6</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_pattern_grid_size=6</action>
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="sort_options">
|
||||
<object type="text" color="%text_color%">
|
||||
<font resource="font" />
|
||||
<placement x="%sort_text_x%" y="%sort_asc_text_y%" />
|
||||
<text>Sort Ascending:</text>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>Name</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_sort_order=1</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>Date</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_sort_order=2</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>Size</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_sort_order=3</action>
|
||||
</object>
|
||||
|
||||
<object type="text" color="%text_color%">
|
||||
<font resource="font" />
|
||||
<placement x="%sort_text_x%" y="%sort_desc_text_y%" />
|
||||
<text>Sort Descending:</text>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>Name</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_sort_order=-1</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>Date</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_sort_order=-2</action>
|
||||
</object>
|
||||
|
||||
<object type="button">
|
||||
<placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" />
|
||||
<font resource="font" color="%button_text_color%" />
|
||||
<text>Size</text>
|
||||
<image resource="sort_button" />
|
||||
<action function="set">tw_gui_sort_order=-3</action>
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="flash_zip_console">
|
||||
<object type="console">
|
||||
<placement x="%console_x%" y="140" w="%console_width%" h="700" />
|
||||
<color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
|
||||
<font resource="fixed" />
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="action_page_console">
|
||||
<object type="console">
|
||||
<placement x="%console_x%" y="400" w="%console_width%" h="600" />
|
||||
<color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
|
||||
<font resource="fixed" />
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="footer">
|
||||
<object type="console">
|
||||
<slideout resource="console_button" x="%console_button_x%" y="%console_button_y%" />
|
||||
<placement x="%console_x%" y="150" w="%console_width%" h="1000" />
|
||||
<color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
|
||||
<font resource="fixed" />
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<template name="keyboardtemplate">
|
||||
<object type="keyboard">
|
||||
<placement x="0" y="684" />
|
||||
<layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" />
|
||||
<highlight color="%highlight_color%" />
|
||||
<capshighlight color="%caps_highlight_color%" />
|
||||
<layout1>
|
||||
<keysize height="129" width="159" />
|
||||
<row1 key01="153:c:9" key02="q" long02="1" key03="w" long03="2" key04="e" long04="3" key05="r" long05="4" key06="t" long06="5" key07="y" long07="6" key08="u" long08="7" key09="i" long09="8" key10="o" long10="9" key11="p" long11="0" key12="177:c:8" />
|
||||
<row2 key01="213:layout3" key02="156:a" key03="156:s" key04="156:d" key05="156:f" key06="156:g" key07="156:h" key08="156:j" key09="k" key10="156:l" key11="303:action" />
|
||||
<row3 key01="269:layout2" key02="154:z" key03="154:x" key04="154:c" key05="154:v" key06="154:b" key07="154:n" key08="154:m" key09="154:," long09="!" key10="154:." long10="?" key11="265:layout2" />
|
||||
<row4 key01="600:c:27" long01=":c:3" key02="720: " key03="/" long03=":" key04="-" long04="_" />
|
||||
</layout1>
|
||||
<layout2>
|
||||
<keysize height="129" width="159" capslock="0" revert_layout="1" />
|
||||
<row1 key01="153:" key02="Q" long02="1" key03="W" long03="2" key04="E" long04="3" key05="R" long05="4" key06="T" long06="5" key07="Y" long07="6" key08="U" long08="7" key09="I" long09="8" key10="O" long10="9" key11="P" long11="0" key12="177:c:8" />
|
||||
<row2 key01="213:layout3" key02="156:A" key03="156:S" key04="156:D" key05="156:F" key06="156:G" key07="156:H" key08="156:J" key09="156:K" key10="156:L" key11="303:action" />
|
||||
<row3 key01="269:layout1" key02="154:Z" key03="154:X" key04="154:C" key05="154:V" key06="154:B" key07="154:N" key08="154:M" key09="154:!" key10="154:?" key11="265:layout1" />
|
||||
<row4 key01="600:" key02="720: " key03=":" key04="_" />
|
||||
</layout2>
|
||||
<layout3>
|
||||
<keysize height="129" width="159" />
|
||||
<row1 key01="153:" key02="1" key03="2" key04="3" key05="4" key06="5" key07="6" key08="7" key09="8" key10="9" key11="0" key12="177:c:8" />
|
||||
<row2 key01="213:layout1" key02="156:#" key03="156:$" key04="156:%" key05="156:&" key06="156:*" key07="156:-" key08="156:+" key09="156:(" key10="156:)" key11="303:action" />
|
||||
<row3 key01="269:layout4" key02="154:<" key03="154:>" key04="154:=" key05="154:'" key06="154:;" key07="154:," key08="154:." key09="154:!" key10="154:?" key11="265:layout4" />
|
||||
<row4 key01="282:" key02="/" key03="@" key04="720: " key05="159:c:34" key06="_" />
|
||||
</layout3>
|
||||
<layout4>
|
||||
<keysize height="129" width="159" />
|
||||
<row1 key01="153:" key02="~" key03="`" key04="|" key05="159:" key06="159:" key07="159:" key08="159:" key09="159:" key10="159:" key11="159:" key12="177:c:8" />
|
||||
<row2 key01="213:layout1" key02="156:c:-105" key03="156:c:-108" key04="156:c:-103" key05="156:c:-106" key06="156:^" key07="156:" key08="156:" key09="156:{" key10="156:}" key11="303:action" />
|
||||
<row3 key01="269:layout3" key02="154:\" key03="154:" key04="154:" key05="154:" key06="154:" key07="154:[" key08="154:]" key09="154:!" key10="154:?" key11="265:layout3" />
|
||||
<row4 key01="600:" key02="720: " />
|
||||
</layout4>
|
||||
</object>
|
||||
</template>
|
||||
</templates>
|
||||
</recovery>
|
||||
|
Before Width: | Height: | Size: 588 B |
|
Before Width: | Height: | Size: 541 B |
|
Before Width: | Height: | Size: 268 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 476 B |
|
Before Width: | Height: | Size: 509 B |
|
Before Width: | Height: | Size: 690 B |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 820 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 367 B |
|
Before Width: | Height: | Size: 532 B |
|
Before Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 243 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |