Das Button -Symbol wird nicht auf Awesome_Notifications angezeigtAndroid

Forum für diejenigen, die für Android programmieren
Guest
 Das Button -Symbol wird nicht auf Awesome_Notifications angezeigt

Post by Guest »

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',
)

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post