Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
P
PDF Reader 2
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
PDF Reader 2
Commits
5ea2f870
Commit
5ea2f870
authored
Oct 30, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...手动混淆...
parent
b2e73cc5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
SDApSDASanAdapter.kt
...va/com/base/pdfreader2/ui/appprocess/SDApSDASanAdapter.kt
+3
-3
adssadvity_app_procedsdss2.xml
app/src/main/res/layout/adssadvity_app_procedsdss2.xml
+1
-1
item_jp_ocmess.xml
app/src/main/res/layout/item_jp_ocmess.xml
+0
-0
No files found.
app/src/main/java/com/base/pdfreader2/ui/appprocess/SDApSDASanAdapter.kt
View file @
5ea2f870
...
...
@@ -6,7 +6,7 @@ import android.view.ViewGroup
import
androidx.recyclerview.widget.RecyclerView
import
com.base.pdfreader2.R
import
com.base.pdfreader2.bean.AppBsdsadean
import
com.base.pdfreader2.databinding.Item
AppProc
essBinding
import
com.base.pdfreader2.databinding.Item
JpOcm
essBinding
import
com.base.pdfreader2.utils.dasdmlEx.inflate
import
com.chad.library.adapter4.BaseQuickAdapter
...
...
@@ -17,7 +17,7 @@ class SDApSDASanAdapter : BaseQuickAdapter<AppBsdsadean, SDApSDASanAdapter.AppHo
override
fun
onBindViewHolder
(
holder
:
AppHolder
,
position
:
Int
,
item
:
AppBsdsadean
?)
{
if
(
item
==
null
)
return
val
binding
=
Item
AppProc
essBinding
.
bind
(
holder
.
itemView
)
val
binding
=
Item
JpOcm
essBinding
.
bind
(
holder
.
itemView
)
binding
.
iv
.
setImageDrawable
(
item
.
icon
)
binding
.
tvName
.
text
=
item
.
name
binding
.
tvStop
.
setOnClickListener
{
...
...
@@ -26,6 +26,6 @@ class SDApSDASanAdapter : BaseQuickAdapter<AppBsdsadean, SDApSDASanAdapter.AppHo
}
override
fun
onCreateViewHolder
(
context
:
Context
,
parent
:
ViewGroup
,
viewType
:
Int
):
AppHolder
{
return
AppHolder
(
R
.
layout
.
item_
app_proc
ess
.
inflate
(
parent
))
return
AppHolder
(
R
.
layout
.
item_
jp_ocm
ess
.
inflate
(
parent
))
}
}
\ No newline at end of file
app/src/main/res/layout/adssadvity_app_procedsdss2.xml
View file @
5ea2f870
...
...
@@ -161,7 +161,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
app:layoutManager=
"androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem=
"@layout/item_
app_proc
ess"
/>
tools:listitem=
"@layout/item_
jp_ocm
ess"
/>
<ProgressBar
android:id=
"@+id/progress_bar_loading"
...
...
app/src/main/res/layout/item_
app_proc
ess.xml
→
app/src/main/res/layout/item_
jp_ocm
ess.xml
View file @
5ea2f870
File moved
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