fastboot page: fix theme layout for landscape

Change-Id: I65b495f217726bee6af9e5c433bda6263594f855
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml
index 7eaf622..23e5338 100755
--- a/gui/theme/common/landscape.xml
+++ b/gui/theme/common/landscape.xml
@@ -5154,7 +5154,7 @@
 
 			<button style="main_button_half_width">
 				<condition var1="tw_enable_fastboot" op="=" var2="1" />
-				<placement x="%col2_x_right%" y="%row15a_y%"/>
+				<placement x="%col1_x_left%" y="%row15a_y%"/>
 				<text>{@enable_adb=Enable ADB}</text>
 				<actions>
 					<action function="enableadb"/>
@@ -5165,7 +5165,7 @@
 
 			<button style="main_button_half_width">
 				<condition var1="tw_enable_adb" op="=" var2="1" />
-				<placement x="%col2_x_right%" y="%row15a_y%"/>
+				<placement x="%col1_x_left%" y="%row15a_y%"/>
 				<text>{@enable_fastboot=Enable Fastboot}</text>
 				<actions>
 					<action function="enablefastboot"/>
@@ -5175,7 +5175,7 @@
 			</button>
 
 			<button style="main_button_half_width">
-				<placement x="%col3_x_right%" y="%row15a_y%"/>
+				<placement x="%col2_x_right%" y="%row15a_y%"/>
 				<text>{@reboot_btn=Reboot}</text>
 				<action function="page">fastbootreboot</action>
 			</button>