diff options
author | Dees_Troy <dees_troy@teamw.in> | 2013-07-05 16:46:07 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2013-07-05 18:09:04 +0200 |
commit | e7e0ae87dff76723b1387a8ffad96c75c38d95ce (patch) | |
tree | 95a9adf02c21be89ab40a37a7241b64547f21ef1 /gui/devices/1024x768/res | |
parent | 2.6.0.0 (diff) | |
download | android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.tar android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.tar.gz android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.tar.bz2 android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.tar.lz android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.tar.xz android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.tar.zst android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.zip |
Diffstat (limited to 'gui/devices/1024x768/res')
-rw-r--r-- | gui/devices/1024x768/res/images/background.jpg | bin | 35894 -> 5843 bytes | |||
-rw-r--r-- | gui/devices/1024x768/res/images/backgroundbottom.jpg | bin | 18354 -> 0 bytes | |||
-rw-r--r-- | gui/devices/1024x768/res/images/backgroundside.jpg | bin | 18309 -> 0 bytes | |||
-rw-r--r-- | gui/devices/1024x768/res/images/large_black.png | bin | 5172 -> 0 bytes | |||
-rw-r--r-- | gui/devices/1024x768/res/ui.xml | 37 |
5 files changed, 13 insertions, 24 deletions
diff --git a/gui/devices/1024x768/res/images/background.jpg b/gui/devices/1024x768/res/images/background.jpg Binary files differindex 6ff8d4d16..2ac48e0aa 100644 --- a/gui/devices/1024x768/res/images/background.jpg +++ b/gui/devices/1024x768/res/images/background.jpg diff --git a/gui/devices/1024x768/res/images/backgroundbottom.jpg b/gui/devices/1024x768/res/images/backgroundbottom.jpg Binary files differdeleted file mode 100644 index 04aede001..000000000 --- a/gui/devices/1024x768/res/images/backgroundbottom.jpg +++ /dev/null diff --git a/gui/devices/1024x768/res/images/backgroundside.jpg b/gui/devices/1024x768/res/images/backgroundside.jpg Binary files differdeleted file mode 100644 index b3eba28d9..000000000 --- a/gui/devices/1024x768/res/images/backgroundside.jpg +++ /dev/null diff --git a/gui/devices/1024x768/res/images/large_black.png b/gui/devices/1024x768/res/images/large_black.png Binary files differdeleted file mode 100644 index aaf8d3b5b..000000000 --- a/gui/devices/1024x768/res/images/large_black.png +++ /dev/null diff --git a/gui/devices/1024x768/res/ui.xml b/gui/devices/1024x768/res/ui.xml index dd53da410..86cfddab4 100644 --- a/gui/devices/1024x768/res/ui.xml +++ b/gui/devices/1024x768/res/ui.xml @@ -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" /> @@ -213,34 +210,14 @@ <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> |