Disable auto_detect_landscape feature in tv profile 93/163193/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Fri, 8 Dec 2017 01:38:33 +0000 (10:38 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Fri, 8 Dec 2017 01:38:37 +0000 (10:38 +0900)
Since all the xml layout files are based on portrait mode
that has bigger width value than the height value,
it is not necessary to switch portrait-landscape layouts.

Change-Id: I1b11f73b4e2397b333611b81f975233a4aac4454

data/layout/tv/default_configure.xml

index 7f78c88..c05a5c6 100644 (file)
@@ -4,7 +4,7 @@
   <inputMode>QTY_ENGLISH</inputMode>
   <base_screen_width>1920</base_screen_width>
   <base_screen_height>1080</base_screen_height>
-  <auto_detect_landscape>true</auto_detect_landscape>
+  <auto_detect_landscape>false</auto_detect_landscape>
   <use_magnifier>true</use_magnifier>
   <use_autopopup>true</use_autopopup>
   <use_zoomwindow>true</use_zoomwindow>