简体   繁体   中英

How to add a TextView on top of Application Icon in Android

Hi any idea about how to add a TextView on top of application icon.Because i want to add a number(say 50 by default)and the number may vary dynamically.So far i have used only icon and label attributes to the application tag in manifest file.Any idea about this.Thanks in advance.

Thanks&Regards, Venakat.

When you compile your app, it compiles with 1 icon per resolution, and that icon cannot be changed unless you release an update. it can't be dynamically changed after compiling.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM