Update themes

Change-Id: Iedb50aca0132259bfe4297e187dbc2d40a38a34b
This commit is contained in:
Dees_Troy
2013-07-05 14:46:07 +00:00
parent d93bda5916
commit e7e0ae87df
44 changed files with 180 additions and 162 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -12,9 +12,6 @@
<resources>
<resource name="font" type="font" filename="Roboto-Regular-20" />
<resource name="base" type="image" filename="background.jpg" />
<resource name="side" type="image" filename="backgroundside.jpg" />
<resource name="bottom" type="image" filename="backgroundbottom.jpg" />
<resource name="large_black" type="image" filename="large_black" />
<resource name="main_button" type="image" filename="button" />
<resource name="file_icon" type="image" filename="file" />
<resource name="folder_icon" type="image" filename="folder" />
@@ -212,35 +209,15 @@
<template name="header">
<background color="#000000FF" />
<object type="image">
<image resource="side" />
<placement x="0" y="0" />
</object>
<object type="image">
<image resource="side" />
<placement x="994" y="0" />
</object>
<object type="image">
<image resource="base" />
<placement x="0" y="0" />
</object>
<object type="image">
<image resource="bottom" />
<placement x="1" y="570" />
</object>
<object type="image">
<image resource="large_black" />
<placement x="0" y="0" />
</object>
<object type="text" color="%text_color%">
<font resource="font" />
<placement x="250" y="5" />
<text>Team Win Recovery Project (twrp) v%tw_version%</text>
<text>Team Win Recovery Project v%tw_version%</text>
</object>
<object type="text" color="%text_color%">
@@ -1259,6 +1236,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%filemanager_select_x%" y="%row2_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -12,9 +12,6 @@
<resources>
<resource name="font" type="font" filename="Roboto-Regular-20" />
<resource name="base" type="image" filename="background.jpg" />
<resource name="side" type="image" filename="backgroundside.jpg" />
<resource name="bottom" type="image" filename="backgroundbottom.jpg" />
<resource name="large_black" type="image" filename="large_black" />
<resource name="main_button" type="image" filename="button" />
<resource name="file_icon" type="image" filename="file" />
<resource name="folder_icon" type="image" filename="folder" />
@@ -212,35 +209,15 @@
<template name="header">
<background color="#000000FF" />
<object type="image">
<image resource="side" />
<placement x="0" y="0" />
</object>
<object type="image">
<image resource="side" />
<placement x="994" y="0" />
</object>
<object type="image">
<image resource="base" />
<placement x="0" y="0" />
</object>
<object type="image">
<image resource="bottom" />
<placement x="1" y="738" />
</object>
<object type="image">
<image resource="large_black" />
<placement x="0" y="0" />
</object>
<object type="text" color="%text_color%">
<font resource="font" />
<placement x="250" y="5" />
<text>Team Win Recovery Project (twrp) v%tw_version%</text>
<text>Team Win Recovery Project v%tw_version%</text>
</object>
<object type="text" color="%text_color%">
@@ -1259,6 +1236,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%filemanager_select_x%" y="%row2_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -179,7 +179,7 @@
<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="1313" />
<variable name="storage_list_height" value="1000" />
<variable name="wipe_list_height" value="1305" />
<variable name="wipe_button_y" value="975" />
<variable name="slidervalue_w" value="1060" />
@@ -2097,6 +2097,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%col_center_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

View File

@@ -12,9 +12,6 @@
<resources>
<resource name="font" type="font" filename="Roboto-Regular-20" />
<resource name="base" type="image" filename="background.jpg" />
<resource name="side" type="image" filename="backgroundside.jpg" />
<resource name="bottom" type="image" filename="backgroundbottom.jpg" />
<resource name="large_black" type="image" filename="large_black" />
<resource name="main_button" type="image" filename="button" />
<resource name="file_icon" type="image" filename="file" />
<resource name="folder_icon" type="image" filename="folder" />
@@ -212,35 +209,15 @@
<template name="header">
<background color="#000000FF" />
<object type="image">
<image resource="side" />
<placement x="0" y="0" />
</object>
<object type="image">
<image resource="side" />
<placement x="1250" y="0" />
</object>
<object type="image">
<image resource="base" />
<placement x="0" y="0" />
</object>
<object type="image">
<image resource="bottom" />
<placement x="1" y="770" />
</object>
<object type="image">
<image resource="large_black" />
<placement x="0" y="0" />
</object>
<object type="text" color="%text_color%">
<font resource="font" />
<placement x="250" y="5" />
<text>Team Win Recovery Project (twrp) v%tw_version%</text>
<text>Team Win Recovery Project v%tw_version%</text>
</object>
<object type="text" color="%text_color%">
@@ -1259,6 +1236,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%filemanager_select_x%" y="%row2_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -12,9 +12,6 @@
<resources>
<resource name="font" type="font" filename="Roboto-Regular-30" />
<resource name="base" type="image" filename="background.jpg" />
<resource name="side" type="image" filename="backgroundside.jpg" />
<resource name="bottom" type="image" filename="backgroundbottom.jpg" />
<resource name="large_black" type="image" filename="large_black" />
<resource name="main_button" type="image" filename="button" />
<resource name="file_icon" type="image" filename="file" />
<resource name="folder_icon" type="image" filename="folder" />
@@ -212,35 +209,15 @@
<template name="header">
<background color="#000000FF" />
<object type="image">
<image resource="side" />
<placement x="0" y="0" />
</object>
<object type="image">
<image resource="side" />
<placement x="1875" y="0" />
</object>
<object type="image">
<image resource="base" />
<placement x="0" y="0" />
</object>
<object type="image">
<image resource="bottom" />
<placement x="1" y="1155" />
</object>
<object type="image">
<image resource="large_black" />
<placement x="0" y="0" />
</object>
<object type="text" color="%text_color%">
<font resource="font" />
<placement x="250" y="5" />
<text>Team Win Recovery Project (twrp) v%tw_version%</text>
<text>Team Win Recovery Project v%tw_version%</text>
</object>
<object type="text" color="%text_color%">
@@ -1259,6 +1236,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%filemanager_select_x%" y="%row2_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -12,9 +12,6 @@
<resources>
<resource name="font" type="font" filename="Roboto-Regular-40" />
<resource name="base" type="image" filename="background.jpg" />
<resource name="side" type="image" filename="backgroundside.jpg" />
<resource name="bottom" type="image" filename="backgroundbottom.jpg" />
<resource name="large_black" type="image" filename="large_black" />
<resource name="main_button" type="image" filename="button" />
<resource name="file_icon" type="image" filename="file" />
<resource name="folder_icon" type="image" filename="folder" />
@@ -212,35 +209,15 @@
<template name="header">
<background color="#000000FF" />
<object type="image">
<image resource="side" />
<placement x="0" y="0" />
</object>
<object type="image">
<image resource="side" />
<placement x="2500" y="0" />
</object>
<object type="image">
<image resource="base" />
<placement x="0" y="0" />
</object>
<object type="image">
<image resource="bottom" />
<placement x="1" y="1540" />
</object>
<object type="image">
<image resource="large_black" />
<placement x="0" y="0" />
</object>
<object type="text" color="%text_color%">
<font resource="font" />
<placement x="400" y="8" />
<text>Team Win Recovery Project (twrp) v%tw_version%</text>
<text>Team Win Recovery Project v%tw_version%</text>
</object>
<object type="text" color="%text_color%">
@@ -1259,6 +1236,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%filemanager_select_x%" y="%row2_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -174,7 +174,7 @@
<variable name="backup_button_row2" value="326" />
<variable name="mount_list_height" value="270" />
<variable name="mount_storage_row" value="340" />
<variable name="storage_list_height" value="340" />
<variable name="storage_list_height" value="290" />
<variable name="wipe_list_height" value="330" />
<variable name="wipe_button_y" value="270" />
<variable name="slidervalue_w" value="304" />
@@ -2084,6 +2084,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%col_center_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -281,7 +281,7 @@
<object type="button">
<placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" />
<font resource="UItext" color="%button_text_color%" />
<font resource="font" color="%button_text_color%" />
<text>Name</text>
<image resource="sort_button" />
<action function="set">tw_gui_sort_order=1</action>
@@ -289,7 +289,7 @@
<object type="button">
<placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" />
<font resource="UItext" color="%button_text_color%" />
<font resource="font" color="%button_text_color%" />
<text>Date</text>
<image resource="sort_button" />
<action function="set">tw_gui_sort_order=2</action>
@@ -297,7 +297,7 @@
<object type="button">
<placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" />
<font resource="UItext" color="%button_text_color%" />
<font resource="font" color="%button_text_color%" />
<text>Size</text>
<image resource="sort_button" />
<action function="set">tw_gui_sort_order=3</action>
@@ -311,7 +311,7 @@
<object type="button">
<placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" />
<font resource="UItext" color="%button_text_color%" />
<font resource="font" color="%button_text_color%" />
<text>Name</text>
<image resource="sort_button" />
<action function="set">tw_gui_sort_order=-1</action>
@@ -319,7 +319,7 @@
<object type="button">
<placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" />
<font resource="UItext" color="%button_text_color%" />
<font resource="font" color="%button_text_color%" />
<text>Date</text>
<image resource="sort_button" />
<action function="set">tw_gui_sort_order=-2</action>
@@ -327,7 +327,7 @@
<object type="button">
<placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" />
<font resource="UItext" color="%button_text_color%" />
<font resource="font" color="%button_text_color%" />
<text>Size</text>
<image resource="sort_button" />
<action function="set">tw_gui_sort_order=-3</action>
@@ -2084,6 +2084,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%col_center_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -280,7 +280,7 @@
<object type="button">
<placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" />
<font resource="UItext" color="%button_text_color%" />
<font resource="font" color="%button_text_color%" />
<text>Name</text>
<image resource="sort_button" />
<action function="set">tw_gui_sort_order=1</action>
@@ -288,7 +288,7 @@
<object type="button">
<placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" />
<font resource="UItext" color="%button_text_color%" />
<font resource="font" color="%button_text_color%" />
<text>Date</text>
<image resource="sort_button" />
<action function="set">tw_gui_sort_order=2</action>
@@ -296,7 +296,7 @@
<object type="button">
<placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" />
<font resource="UItext" color="%button_text_color%" />
<font resource="font" color="%button_text_color%" />
<text>Size</text>
<image resource="sort_button" />
<action function="set">tw_gui_sort_order=3</action>
@@ -310,7 +310,7 @@
<object type="button">
<placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" />
<font resource="UItext" color="%button_text_color%" />
<font resource="font" color="%button_text_color%" />
<text>Name</text>
<image resource="sort_button" />
<action function="set">tw_gui_sort_order=-1</action>
@@ -318,7 +318,7 @@
<object type="button">
<placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" />
<font resource="UItext" color="%button_text_color%" />
<font resource="font" color="%button_text_color%" />
<text>Date</text>
<image resource="sort_button" />
<action function="set">tw_gui_sort_order=-2</action>
@@ -326,7 +326,7 @@
<object type="button">
<placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" />
<font resource="UItext" color="%button_text_color%" />
<font resource="font" color="%button_text_color%" />
<text>Size</text>
<image resource="sort_button" />
<action function="set">tw_gui_sort_order=-3</action>
@@ -2083,6 +2083,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%col_center_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -174,7 +174,7 @@
<variable name="backup_button_row2" value="645" />
<variable name="mount_list_height" value="500" />
<variable name="mount_storage_row" value="630" />
<variable name="storage_list_height" value="675" />
<variable name="storage_list_height" value="575" />
<variable name="wipe_list_height" value="670" />
<variable name="wipe_button_y" value="475" />
<variable name="slidervalue_w" value="520" />
@@ -2084,6 +2084,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%col_center_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -179,7 +179,7 @@
<variable name="backup_button_row2" value="810" />
<variable name="mount_list_height" value="690" />
<variable name="mount_storage_row" value="820" />
<variable name="storage_list_height" value="875" />
<variable name="storage_list_height" value="775" />
<variable name="wipe_list_height" value="870" />
<variable name="wipe_button_y" value="650" />
<variable name="slidervalue_w" value="700" />
@@ -2097,6 +2097,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%col_center_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -175,7 +175,7 @@
<variable name="backup_button_row2" value="810" />
<variable name="mount_list_height" value="690" />
<variable name="mount_storage_row" value="830" />
<variable name="storage_list_height" value="875" />
<variable name="storage_list_height" value="775" />
<variable name="wipe_list_height" value="870" />
<variable name="wipe_button_y" value="650" />
<variable name="slidervalue_w" value="780" />
@@ -2085,6 +2085,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%col_center_x%" y="%row4_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -12,9 +12,6 @@
<resources>
<resource name="font" type="font" filename="Roboto-Condensed-16" />
<resource name="base" type="image" filename="background.jpg" />
<resource name="side" type="image" filename="backgroundside.jpg" />
<resource name="bottom" type="image" filename="backgroundbottom.jpg" />
<resource name="large_black" type="image" filename="large_black" />
<resource name="main_button" type="image" filename="button" />
<resource name="file_icon" type="image" filename="file" />
<resource name="folder_icon" type="image" filename="folder" />
@@ -137,7 +134,7 @@
<variable name="console_installdone_height" value="260" />
<variable name="fileselector_folder_x" value="28" />
<variable name="fileselector_folder_width" value="248" />
<variable name="fileselector_folderonly_width" value="460" />
<variable name="fileselector_folderonly_width" value="400" />
<variable name="fileselector_file_x" value="278" />
<variable name="fileselector_file_width" value="506" />
<variable name="fileselector_install_y" value="120" />
@@ -212,35 +209,15 @@
<template name="header">
<background color="#000000FF" />
<object type="image">
<image resource="side" />
<placement x="0" y="0" />
</object>
<object type="image">
<image resource="side" />
<placement x="770" y="0" />
</object>
<object type="image">
<image resource="base" />
<placement x="0" y="0" />
</object>
<object type="image">
<image resource="bottom" />
<placement x="1" y="450" />
</object>
<object type="image">
<image resource="large_black" />
<placement x="0" y="0" />
</object>
<object type="text" color="%text_color%">
<font resource="font" />
<placement x="250" y="2" />
<text>Team Win Recovery Project (twrp) v%tw_version%</text>
<text>Team Win Recovery Project v%tw_version%</text>
</object>
<object type="text" color="%text_color%">
@@ -1267,6 +1244,18 @@
<listtype name="storage" />
</object>
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%filemanager_select_x%" y="%row2_y%" />
<font resource="font" color="%button_text_color%" />
<text>OK</text>
<image resource="main_button" />
<actions>
<action function="set">tw_clear_destination=%tw_back%</action>
<action function="page">clear_vars</action>
</actions>
</object>
<object type="action">
<touch key="home" />
<action function="page">main</action>