Commit 88379b4e authored by wanglei's avatar wanglei

..

parent 8fad5d7a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment