Преглед на файлове

Change screenOrientation of SignatureActivity to 'userLandscape'

cooperku_kdanmobile преди 5 години
родител
ревизия
01467cde10
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      reader/src/main/AndroidManifest.xml

+ 1 - 1
reader/src/main/AndroidManifest.xml

@@ -11,7 +11,7 @@
             android:theme="@style/ReaderActivityNoActionBarNoTitle" />
         <activity
             android:name=".screen.signature.SignatureActivity"
-            android:screenOrientation="landscape"
+            android:screenOrientation="userLandscape"
             android:theme="@style/ReaderActivityNoActionBarNoTitle" />
     </application>