mirror of
https://github.com/Hamza417/Inure.git
synced 2025-05-17 19:15:56 +08:00
Cleanup
This commit is contained in:
1
.idea/gradle.xml
generated
1
.idea/gradle.xml
generated
@ -12,7 +12,6 @@
|
||||
<option name="modules">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
<option value="$PROJECT_DIR$/AndroidPdfViewer/android-pdf-viewer" />
|
||||
<option value="$PROJECT_DIR$/app" />
|
||||
</set>
|
||||
</option>
|
||||
|
1
.idea/vcs.xml
generated
1
.idea/vcs.xml
generated
@ -2,6 +2,5 @@
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/AndroidPdfViewer" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -2,8 +2,8 @@
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipChildren="false"
|
||||
android:background="@color/edgeEffect"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false">
|
||||
|
||||
<include layout="@layout/header_pdf" />
|
||||
@ -11,18 +11,18 @@
|
||||
<FrameLayout
|
||||
android:id="@+id/pdf_container"
|
||||
android:layout_width="match_parent"
|
||||
android:padding="@dimen/dialog_padding"
|
||||
android:clipToPadding="false"
|
||||
android:clipChildren="false"
|
||||
android:clickable="false"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/edgeEffect"
|
||||
android:layout_height="match_parent">
|
||||
android:clickable="false"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
android:padding="@dimen/dialog_padding">
|
||||
|
||||
<com.github.barteksc.pdfviewer.PDFView
|
||||
android:id="@+id/pdf_viewer"
|
||||
android:background="@color/edgeEffect"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/edgeEffect" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
|
@ -1,4 +1,2 @@
|
||||
include ':android-pdf-viewer'
|
||||
include ':app'
|
||||
project(':android-pdf-viewer').projectDir = new File(rootDir, 'AndroidPdfViewer/android-pdf-viewer/')
|
||||
rootProject.name = "Inure"
|
Reference in New Issue
Block a user