Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit 011f7e0

Browse files
committed
change screen orientation to unspecified.(#258)
1 parent 9a51d7b commit 011f7e0

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
tools:ignore="UnusedAttribute">
2121
<activity
2222
android:name=".ui.activity.MainActivity"
23-
android:screenOrientation="fullSensor"
23+
android:screenOrientation="unspecified"
2424
android:windowSoftInputMode="adjustPan">
2525
<intent-filter>
2626
<action android:name="android.intent.action.MAIN" />
@@ -30,46 +30,46 @@
3030
</activity>
3131
<activity
3232
android:name=".ui.activity.ResultActivity"
33-
android:screenOrientation="fullSensor" />
33+
android:screenOrientation="unspecified" />
3434
<activity
3535
android:name=".ui.activity.DetailActivity"
36-
android:screenOrientation="fullSensor" />
36+
android:screenOrientation="unspecified" />
3737
<activity
3838
android:name=".ui.activity.ChapterActivity"
39-
android:screenOrientation="fullSensor" />
39+
android:screenOrientation="unspecified" />
4040
<activity
4141
android:name=".ui.activity.TagEditorActivity"
42-
android:screenOrientation="fullSensor" />
42+
android:screenOrientation="unspecified" />
4343
<activity
4444
android:name=".ui.activity.TaskActivity"
45-
android:screenOrientation="fullSensor" />
45+
android:screenOrientation="unspecified" />
4646
<activity
4747
android:name=".ui.activity.SettingsActivity"
48-
android:screenOrientation="fullSensor" />
48+
android:screenOrientation="unspecified" />
4949
<activity
5050
android:name=".ui.activity.settings.ReaderConfigActivity"
51-
android:screenOrientation="fullSensor" />
51+
android:screenOrientation="unspecified" />
5252
<activity
5353
android:name=".ui.activity.BackupActivity"
54-
android:screenOrientation="fullSensor" />
54+
android:screenOrientation="unspecified" />
5555
<activity
5656
android:name=".ui.activity.AboutActivity"
57-
android:screenOrientation="fullSensor" />
57+
android:screenOrientation="unspecified" />
5858
<activity
5959
android:name=".ui.activity.CategoryActivity"
60-
android:screenOrientation="fullSensor" />
60+
android:screenOrientation="unspecified" />
6161
<activity
6262
android:name=".ui.activity.SearchActivity"
63-
android:screenOrientation="fullSensor" />
63+
android:screenOrientation="unspecified" />
6464
<activity
6565
android:name=".ui.activity.SourceDetailActivity"
66-
android:screenOrientation="fullSensor" />
66+
android:screenOrientation="unspecified" />
6767
<activity
6868
android:name=".ui.activity.PartFavoriteActivity"
69-
android:screenOrientation="fullSensor" />
69+
android:screenOrientation="unspecified" />
7070
<activity
7171
android:name=".ui.activity.DirPickerActivity"
72-
android:screenOrientation="fullSensor" />
72+
android:screenOrientation="unspecified" />
7373
<activity
7474
android:name=".ui.activity.settings.EventSettingsActivity"
7575
android:configChanges="orientation|screenSize" />

0 commit comments

Comments
 (0)