kopia lustrzana https://github.com/ryukoposting/Signal-Android
Lock story viewer orientation to portrait.
rodzic
1b1bbbab7a
commit
8261e21005
|
@ -403,6 +403,7 @@
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".stories.viewer.StoryViewerActivity"
|
android:name=".stories.viewer.StoryViewerActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
|
||||||
android:theme="@style/TextSecure.DarkNoActionBar.StoryViewer"
|
android:theme="@style/TextSecure.DarkNoActionBar.StoryViewer"
|
||||||
android:windowSoftInputMode="stateAlwaysHidden|adjustNothing" />
|
android:windowSoftInputMode="stateAlwaysHidden|adjustNothing" />
|
||||||
|
|
Ładowanie…
Reference in New Issue