|
20 | 20 | tools:ignore="UnusedAttribute"> |
21 | 21 | <activity |
22 | 22 | android:name=".ui.activity.MainActivity" |
23 | | - android:screenOrientation="fullSensor" |
| 23 | + android:screenOrientation="unspecified" |
24 | 24 | android:windowSoftInputMode="adjustPan"> |
25 | 25 | <intent-filter> |
26 | 26 | <action android:name="android.intent.action.MAIN" /> |
|
30 | 30 | </activity> |
31 | 31 | <activity |
32 | 32 | android:name=".ui.activity.ResultActivity" |
33 | | - android:screenOrientation="fullSensor" /> |
| 33 | + android:screenOrientation="unspecified" /> |
34 | 34 | <activity |
35 | 35 | android:name=".ui.activity.DetailActivity" |
36 | | - android:screenOrientation="fullSensor" /> |
| 36 | + android:screenOrientation="unspecified" /> |
37 | 37 | <activity |
38 | 38 | android:name=".ui.activity.ChapterActivity" |
39 | | - android:screenOrientation="fullSensor" /> |
| 39 | + android:screenOrientation="unspecified" /> |
40 | 40 | <activity |
41 | 41 | android:name=".ui.activity.TagEditorActivity" |
42 | | - android:screenOrientation="fullSensor" /> |
| 42 | + android:screenOrientation="unspecified" /> |
43 | 43 | <activity |
44 | 44 | android:name=".ui.activity.TaskActivity" |
45 | | - android:screenOrientation="fullSensor" /> |
| 45 | + android:screenOrientation="unspecified" /> |
46 | 46 | <activity |
47 | 47 | android:name=".ui.activity.SettingsActivity" |
48 | | - android:screenOrientation="fullSensor" /> |
| 48 | + android:screenOrientation="unspecified" /> |
49 | 49 | <activity |
50 | 50 | android:name=".ui.activity.settings.ReaderConfigActivity" |
51 | | - android:screenOrientation="fullSensor" /> |
| 51 | + android:screenOrientation="unspecified" /> |
52 | 52 | <activity |
53 | 53 | android:name=".ui.activity.BackupActivity" |
54 | | - android:screenOrientation="fullSensor" /> |
| 54 | + android:screenOrientation="unspecified" /> |
55 | 55 | <activity |
56 | 56 | android:name=".ui.activity.AboutActivity" |
57 | | - android:screenOrientation="fullSensor" /> |
| 57 | + android:screenOrientation="unspecified" /> |
58 | 58 | <activity |
59 | 59 | android:name=".ui.activity.CategoryActivity" |
60 | | - android:screenOrientation="fullSensor" /> |
| 60 | + android:screenOrientation="unspecified" /> |
61 | 61 | <activity |
62 | 62 | android:name=".ui.activity.SearchActivity" |
63 | | - android:screenOrientation="fullSensor" /> |
| 63 | + android:screenOrientation="unspecified" /> |
64 | 64 | <activity |
65 | 65 | android:name=".ui.activity.SourceDetailActivity" |
66 | | - android:screenOrientation="fullSensor" /> |
| 66 | + android:screenOrientation="unspecified" /> |
67 | 67 | <activity |
68 | 68 | android:name=".ui.activity.PartFavoriteActivity" |
69 | | - android:screenOrientation="fullSensor" /> |
| 69 | + android:screenOrientation="unspecified" /> |
70 | 70 | <activity |
71 | 71 | android:name=".ui.activity.DirPickerActivity" |
72 | | - android:screenOrientation="fullSensor" /> |
| 72 | + android:screenOrientation="unspecified" /> |
73 | 73 | <activity |
74 | 74 | android:name=".ui.activity.settings.EventSettingsActivity" |
75 | 75 | android:configChanges="orientation|screenSize" /> |
|
0 commit comments