Remove "Locked" orientation, replace with explicit orientations
Portrait/Landscape allow sensor, Locked Portrait/Landscape don't.
This commit is contained in:
@@ -62,7 +62,8 @@
|
||||
|
||||
<string-array name="rotation_type">
|
||||
<item>@string/rotation_free</item>
|
||||
<item>@string/rotation_lock</item>
|
||||
<item>@string/rotation_portrait</item>
|
||||
<item>@string/rotation_landscape</item>
|
||||
<item>@string/rotation_force_portrait</item>
|
||||
<item>@string/rotation_force_landscape</item>
|
||||
</string-array>
|
||||
@@ -72,6 +73,7 @@
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="color_filter_modes">
|
||||
|
||||
@@ -332,9 +332,10 @@
|
||||
<string name="double_tap_anim_speed_fast">Fast</string>
|
||||
<string name="pref_rotation_type">Rotation</string>
|
||||
<string name="rotation_free">Free</string>
|
||||
<string name="rotation_lock">Lock</string>
|
||||
<string name="rotation_force_portrait">Force portrait</string>
|
||||
<string name="rotation_force_landscape">Force landscape</string>
|
||||
<string name="rotation_portrait">Portrait</string>
|
||||
<string name="rotation_landscape">Landscape</string>
|
||||
<string name="rotation_force_portrait">Locked portrait</string>
|
||||
<string name="rotation_force_landscape">Locked landscape</string>
|
||||
<string name="color_filter_r_value">R</string>
|
||||
<string name="color_filter_g_value">G</string>
|
||||
<string name="color_filter_b_value">B</string>
|
||||
|
||||
Reference in New Issue
Block a user