Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
Super PDF Reader
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
Super PDF Reader
Commits
7fe5f3f1
Commit
7fe5f3f1
authored
Jun 28, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...需同步到功能...
parent
de7041bb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
20 deletions
+2
-20
build.gradle
app/build.gradle
+1
-4
activity_xls_browser.xml
app/src/main/res/layout/activity_xls_browser.xml
+0
-15
strings.xml
app/src/main/res/values/strings.xml
+1
-1
No files found.
app/build.gradle
View file @
7fe5f3f1
...
...
@@ -8,6 +8,7 @@ android {
compileSdk
34
defaultConfig
{
//com.pdfninja.pdfreaderandimagetopdf.bmw
applicationId
"com.base.superpdfreader"
minSdk
26
targetSdk
34
...
...
@@ -54,8 +55,6 @@ dependencies {
implementation
(
libs
.
material
)
implementation
(
libs
.
androidx
.
activity
)
implementation
(
libs
.
androidx
.
constraintlayout
)
// testImplementation(libs.junit)
// androidTestImplementation(libs.androidx.junit)
androidTestImplementation
(
libs
.
androidx
.
espresso
.
core
)
implementation
(
"androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
)
implementation
(
"com.google.android.material:material:1.4.0"
)
...
...
@@ -68,8 +67,6 @@ dependencies {
implementation
(
"com.github.JavaNoober.BackgroundLibrary:libraryx:1.7.6"
)
implementation
(
"com.github.bumptech.glide:glide:4.16.0"
)
implementation
(
"com.airbnb.android:lottie:6.4.0"
)
//XLS表格
implementation
(
"com.github.huangyanbin:SmartTable:2.2.0"
)
//https://blog.csdn.net/guoxiaolongonly/article/details/76992138
//pdf浏览
...
...
app/src/main/res/layout/activity_xls_browser.xml
deleted
100644 → 0
View file @
de7041bb
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/main"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".activity.XlsBrowserActivity"
>
<com.bin.david.form.core.SmartTable
android:id=
"@+id/smartTable"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/values/strings.xml
View file @
7fe5f3f1
<resources>
<string
name=
"app_name"
>
PDF Reader
&
Image to PDF
</string>
<string
name=
"hello_blank_fragment"
>
Hello blank fragment
</string>
<string
name=
"facebook_app_id"
>
11
</string>
<string
name=
"facebook_app_id"
>
944700447857513
</string>
</resources>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment