feat: pdf viewer
This commit is contained in:
@@ -27,6 +27,13 @@
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="true"/>
|
||||
|
||||
<!-- PDF预览Activity -->
|
||||
<activity
|
||||
android:name=".ui.page.preview.PdfPreviewActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
|
||||
<!-- 屏幕适配 -->
|
||||
<meta-data
|
||||
android:name="design_width_in_dp"
|
||||
|
||||
Reference in New Issue
Block a user