Merge remote-tracking branch 'origin/master'

This commit is contained in:
kunfei 2022-11-03 14:05:49 +08:00
commit 0c7224d4d0
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">