yanzhenjie / Album

:watermelon: Album and Gallery for Android platform.
https://github.com/yanzhenjie/Album
Apache License 2.0
2.51k stars 507 forks source link

如何设置页面的显示方向,固定为竖屏! #249

Closed gyb3320 closed 5 years ago

gyb3320 commented 5 years ago

我已经解决了,在AndroidManifest.xml文件中声明一下即可,如下: ` <activity android:name="com.yanzhenjie.album.app.album.AlbumActivity" android:screenOrientation="portrait"/>

    <activity android:name="com.yanzhenjie.album.app.gallery.GalleryActivity"
        android:screenOrientation="portrait"/>`