Das Button -Symbol wird nicht auf Awesome_Notifications angezeigt

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Das Button -Symbol wird nicht auf Awesome_Notifications angezeigt

by Guest » 12 Feb 2025, 08:59

Ich habe versucht, zwei Schaltflächen (mit Symbol) auf meinem Android 14 zu erstellen, aber es wird immer noch nicht erscheint.
Ich habe < /p>
getan

Code: Select all

          NotificationActionButton(
key:'REJECT',
label:'Reject',
autoDismissible: true,
enabled: true,
showInCompactView: true,
color: Colors.red,
icon: 'resource://drawable/reject_icon',
),
Ich habe mein Symbol in ~/android/app/src/main/res/drwable hinzugefügt, aber nichts erscheint. Mein benutzerdefiniertes Symbol (ich habe Symbol für das Symbol als Benachrichtigungssymbol gesetzt) ​​hat auch versucht, Clip -Art -Symbol hinzuzufügen, aber nichts erscheint. Drawable/Reject_icon ', aber es wird kein Symbol angezeigt. >

Code: Select all

await AwesomeNotifications().initialize(
// null,
'resource://drawable/app_icon',
)

Top