Update themes

Change-Id: Iedb50aca0132259bfe4297e187dbc2d40a38a34b
diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml
index 562cb16..768f246 100755
--- a/gui/devices/800x480/res/ui.xml
+++ b/gui/devices/800x480/res/ui.xml
@@ -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" />
@@ -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="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>