Commit 88379b4e authored by wanglei's avatar wanglei

..

parent 8fad5d7a
...@@ -174,10 +174,10 @@ object NotificationUiUtil { ...@@ -174,10 +174,10 @@ object NotificationUiUtil {
val smallRemoteViews = RemoteViews(MyApplication.appContext.packageName, R.layout.notification_constellation_small) val smallRemoteViews = RemoteViews(MyApplication.appContext.packageName, R.layout.notification_constellation_small)
val bigRemoteViews = RemoteViews(MyApplication.appContext.packageName, R.layout.notification_constellation_big) val bigRemoteViews = RemoteViews(MyApplication.appContext.packageName, R.layout.notification_constellation_big)
val content = arrayOf( val content = arrayOf(
"Your daily horoscope has the answers you seek. Click to discover!", "Click to explore your horoscope!",
"Your horoscope opens new doors. Click to unlock your destiny!", "Tap to reveal your horoscope's potential!",
"Today's horoscope reveals life-changing secrets. Click to see!", "Click for today's transformative insights!",
"Your daily horoscope maps your path to success. Click to find it!" "Click to follow your horoscope's guidance!"
).random() ).random()
smallRemoteViews.setTextViewText(R.id.tv_desc, content) smallRemoteViews.setTextViewText(R.id.tv_desc, content)
bigRemoteViews.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