Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
scanqrwhitecopy
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
scanqrwhitecopy
Commits
88379b4e
Commit
88379b4e
authored
Jan 22, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
..
parent
8fad5d7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
NotificationUiUtil.kt
...m/base/scanqrclear/fcm/notification/NotificationUiUtil.kt
+4
-4
No files found.
app/src/main/java/com/base/scanqrclear/fcm/notification/NotificationUiUtil.kt
View file @
88379b4e
...
...
@@ -174,10 +174,10 @@ object NotificationUiUtil {
val
smallRemoteViews
=
RemoteViews
(
MyApplication
.
appContext
.
packageName
,
R
.
layout
.
notification_constellation_small
)
val
bigRemoteViews
=
RemoteViews
(
MyApplication
.
appContext
.
packageName
,
R
.
layout
.
notification_constellation_big
)
val
content
=
arrayOf
(
"
Your daily horoscope has the answers you seek. Click to discover
!"
,
"
Your horoscope opens new doors. Click to unlock your destiny
!"
,
"
Today's horoscope reveals life-changing secrets. Click to see
!"
,
"
Your daily horoscope maps your path to success. Click to find it
!"
"
Click to explore your horoscope
!"
,
"
Tap to reveal your horoscope's potential
!"
,
"
Click for today's transformative insights
!"
,
"
Click to follow your horoscope's guidance
!"
).
random
()
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
content
)
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
content
)
...
...
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