This commit is contained in:
Horis 2022-11-03 12:35:28 +08:00
parent a31ed9d631
commit 91593d55ea
5 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,7 @@ abstract class BaseReadBookActivity :
"1" -> requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
"2" -> requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE
"3" -> requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_SENSOR
"4" -> requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT
}
}

View File

@ -59,6 +59,7 @@
<item>@string/screen_portrait</item>
<item>@string/screen_landscape</item>
<item>@string/screen_sensor</item>
<item>反向竖屏</item>
</string-array>
<string-array name="icon_names">

View File

@ -59,6 +59,7 @@
<item>@string/screen_portrait</item>
<item>@string/screen_landscape</item>
<item>@string/screen_sensor</item>
<item>反向竖屏</item>
</string-array>
<string-array name="icon_names">

View File

@ -31,6 +31,7 @@
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
</string-array>
<string-array name="double_page_value">

View File

@ -59,6 +59,7 @@
<item>@string/screen_portrait</item>
<item>@string/screen_landscape</item>
<item>@string/screen_sensor</item>
<item>反向竖屏</item>
</string-array>
<string-array name="double_page_title">