Here I present a program called Notification Browser. It will show a list of all received notifications and tries to extract the info and show it as a list. Also a widget is included. Tapping the notification should start the corresponding intent and tapping the garbage bin icon should delete the notification from the list. The idea was to be able to have a full screen launcher and even then having easy access to notifications.
For it to work, you need to go to accessibility settings and enable Notification browser.
Market link: https://play.google.com/store/apps/details?id=com.dapaua.notificationbrowser
Settings and their meaning:
Widget Background: Allows you to choose the background from three not that different options.
Widget opacity: Allows you to make the widget transparent. 100% opacity means not transparent a t all. 0% means totally transparent.
Icon type: Allows you to choose between 4 different options for the icon. "Notification" means the small icon that appears in the notification bar. Application is the icon shown in the launcher for the app. Original means the original colors. Coloured means that it will use the "Color for notifications" value.
Use notification icon: Some notifications show a different icon when the notification bar is expanded, for example Gmail or whatsapp. The program will use this icon if available instead of the one set in "Option type".
Use blacklist: Filters the notification according to the blacklisted apps list. If an app is in the list, enabling this option disables its notifications in the widget.
Blacklisted apps: Space separated list of packagenames for the apps that are disabled when "Use blacklist" is set to true. You can add as many apps as you like using the package name.
Title text size: Text size for the notification title (What is shown in folded notifications).
Body text size: Text size for all the other text that is shown in unfolded notifications.
Only 1 notif per app: When an app adds a new notification, old ones are automatically removed if this option is enabled.
Show the clock. Will show a clock over the notifications.
Remove widget title: Will totally hide and disable the widget title and clear all notifications button.
Transparent widget title: Will hide but not disable the widget title and clear all notifications button.
Hide clock if there are more than...: Will hide hte clock when there are more than the selected umber of notifications. The clock will appear again when the notifications are cleared.
Swap title and subtitle: Notifications have a ticker text, that briefly appears in the notification bar. This is the title. Then they have the text that appears when you unfold the notification bar. Sometimes they contain different text. Enabling this option will exchange both values. I prefer to have this set to enabled, but you can choose.
Color for UI elements: Color for the buttons and title.
Color for notifications: Color for the text in the nofications, and the notification icons if the coloured option is selected in "Icon type".
Click to expand...
Click to collapse
Feedback is really appreciated.
I want to publish this on the market at some point and (maybe) add a premium version with extended theme support.
DISCLAIMER: I am not responsible of any damage derived from the use of this software.
History
v1. First Release.
v2. -Now the "X" notification clear button works.
-Transparency and color added to widget. Will be configurable at some point.
-New Background, easier to configure in the future.
-Configuration utility planned.
v3. -Color filters per application (Not configurable yet, but system notifications appear in orange)
-Higher compatibility (The application sends a notification at start that is scanned to find the correct fields)
v4.
*IF UPDATING, YOU WILL NEED TO UNINSTALL OLD VERSION FIRST*
-Now widget only shows the last notification for each app. Clicking the widget banner will show the Notification Browser app, with all the notification history.
-Main app now uses different colors depending on the origin of the notification.
- Now only the settings utility is missing. There you may choose color and text size for notifications, amongst other things
v5
-Following nuttsak advices (Thanks, man!), I removed the trash bin and again all notifications appear on the widget.
-Clicking the notification opens the activity and removes it from the widget list, but not from the app list.
-Fixed a bug that made that the wrong activity was launched when the notification was pushed.
-Settings will be added after christmas, so Merry Christmas to all.
v6
*IF UPDATING, YOU WILL NEED TO UNINSTALL OLD VERSION FIRST*
-Now notifications are expandable. Press on the notification to see extended info and actions. Press again to fold the notification. Buttons do the following: Launch action, Delete notification, delete all notifications from the same app.
-Used the app icon for notification. Old code is there, so when configuration utility is done, it will be user choice.
-Fixed date to match phone country style.
-Fixed some bugs.
v7
-Settings working. To change settings, tap the header of the widget, and then press the small settings icon (only works when it is blue).
-Available settings at the moment:Widget background style, background opacity, icon type, text size.
v8.
-Fixes some Application not responding errors
-Easier to set up.
v9.
Fixed small bug in v8
v10.
-Supports notifications without ticker text(including Gtasks). Due to this, I had to filter out the OS messages, like "wifi network found" and such because some of them were flooding the app. Notifications with no text at all (Like phone call in progress) do not show.
-New icon
v11.
-Notification behaviour reverted to v9. Notifications without ticker text don't appear anymore, as many ghost notifications were being shown.
-Configurable colours for notifications.
-Notification title and subtitle can now be swapped.
-Fixed some bugs.
TODO: Add a clock that will show when no notifications are present, (suggested by makejau).
v12.
-Added clock. The clock can be configured to disappear when a number of notifications appear (Gràcies per la suggerència, makejau!).
-Option to only show the last notification for each app added.
v13.
-Fixes error with multiple widgets - Only the most recent widget was being refreshed.
v14.
-Option to hide widget title, as suggested by skratch1702.
v15.
-Option to make title invisible while retaining functionality.
-Duplicated notifications are not added to the list.
-Should work on JB Lockscreen.
v16.
-Added basic app filtering. I will make this easier to use at some point. this is to check if it works or not.
Go to options. Activating the "Use blacklist" option enables it. Then add the package name of the app to "Blacklisted apps".
For example, for tasker you need to add net.dinglisch.android.taskerm to the list. Add the package names separated by spaces.
How to obtain package names?
Option 1: Go to play store and check the http address. It's there between "id=" and "&"
Option 2: Use titanium and click on the app. Then click on the yellow text with the app name. You get the package name for that app.
There are many other ways.
Default value is "com.android.providers.downloads android"
The first one (com.android.providers.downloads) is the download manager. The second one(android) is the system, to avoid "Wifi found", "Usb connected","choose keyboard" and so on.
This option only stops new notifications from registering in the widget, doesn't delete old ones.
-Option to use the icon that appears inside the notification as the icon. For example, in Gmail or whatsapp, when you unfold the notification drawer you see the contact picture. Enabling "Use notification icon" allows you to use that icon instead of the standard one.
v17.
Sorry for all the small updates of today!
-Small bug fix with "remove widget title".
v18.
-Improved clock responsiveness.
-Now widget can be horizontally resized in stock launcher.
v19.
-Improved compatibility.
-Tapping the clock opens main app.
-Shadow added to some elements.
-Battery level shown in widget (Enable in settings).
v20.
-Bugs fixed: Battery decimals, battery arrow, FC when service disabled, Problems with notification text.
v22.
-ADW theme support. Please send feedback.
-Blacklist with app selector. The old text based mode is still functional, because system services cannot be shown there, so you'll need to add them by hand.
-Privacy mode list. Choose apps there and instead of showing the notification content, they will show "New notification". This is useful if widget is in lockscreen.
-Revamped settings screen.
-New bugs! I expect lots of new bugs, because there are lots of changes in this version. Please, report if you find any. This version is not in the Play store, I'll wait a couple of days to find bugs before uploading it.
v23.
-Fixed some bugs that made the clock or the notification list to freeze.
-Added a new clock. At some point it will be configurable.
v24.
-LauncherPro icon themes supported.
-Font for the clock can be changed. Roboto fonts are included by default. If you want to use extra fonts, put the .ttf files in a folder called "fonts" in the sdcard.
-New permissions needed: Phone and wifi state.
-Possibility to show wifi and phone signal in the widget, for those who want to hide the notification bar. I don't know how precise the measurements are. I only know that it worked in my phone.
v25.
-Possibility to hide the AM/PM indicator in the clock.
It seems a cool idea :good:
Same functions with the app Notification History (https://play.google.com/store/apps/details?id=com.evanhe.nhfree).
alter0001 said:
Same functions with the app Notification History (https://play.google.com/store/apps/details?id=com.evanhe.nhfree).
Click to expand...
Click to collapse
The app listed doesn't work on some (a lot) Galaxy devices.
Sent from the Mars Rover.
The idea of this app is to be a widget. I didn't try notification history, but it doesn't seem to be a widget.
Just what I was looking for. Although v4 might be a step back. Need to have an option to display last or all notifications.
My use for this app is when I have news alerts to capture all of them in a widget so that I don't have to open the app. Displaying just the last one is pointless.
Could use an option to hide the trash icon and clicking on the app icon to dismiss it from the widget would be nice, that would allow a little bit more space for text.
Keep up the hard work, look forward to future improvements.
nuttsak said:
Just what I was looking for. Although v4 might be a step back. Need to have an option to display last or all notifications.
My use for this app is when I have news alerts to capture all of them in a widget so that I don't have to open the app. Displaying just the last one is pointless.
Could use an option to hide the trash icon and clicking on the app icon to dismiss it from the widget would be nice, that would allow a little bit more space for text.
Keep up the hard work, look forward to future improvements.
Click to expand...
Click to collapse
Thanks,it is my first app, so i am slow on development. I intend to add a configuration utility, and I am trying all functionality on different versions. Thanks for all your suggestions.
At some point I'll add the option to remove the notification on click, so I'll be able to remove the trash can.
nuttsak said:
Just what I was looking for. Although v4 might be a step back. Need to have an option to display last or all notifications.
Click to expand...
Click to collapse
I hope you like v5 more. If you find bugs or have more ideas, just tell me.
dapaua said:
I hope you like v5 more. If you find bugs or have more ideas, just tell me.
Click to expand...
Click to collapse
Thank you for the update.
Couple of thoughts:
1. Option for date/time format 24HR/12HR MM/DD/YYYY vs DD/MM/YYYY
2. Leave the app icon as it is, forcing it to a blue/green color doesn't look very good.
3. Option to display the app name and app process (xxx.xxx.xxx) I don't think the process name of the app is necessary at all.
4. Option to display the bottom portion of an alert per app. Some apps display the same information in both positions of the alert, so you get the same text twice (or don't display the second portion of an alert at all, although the problem is some app put the text in the bottom portion vs the top, one of the sports apps when you get an alert the scores only display on the bottom of the alert)
5. Widget design more like Google Now, seems as the 'card' style layout is the cool thing now a days, might make the app more visually appealing.
Really do like the app, keep it up!
Not sure if this is possible but perhaps a option to clear notifications in the pull down automatically....? Since I have them listed in a widget I won't/don't need/want to see them there. Also some of the notifications are clickable (action) and some are not. Is this a limit of the sdk?
Great app and if this is your first app.... Dev... You got a bright future.
Keep at it.
Take care,
Johnny
Sent from the Mars Rover.
JohnnyEpic said:
Not sure if this is possible but perhaps a option to clear notifications in the pull down automatically....? Since I have them listed in a widget I won't/don't need/want to see them there. Also some of the notifications are clickable (action) and some are not. Is this a limit of the sdk?
Great app and if this is your first app.... Dev... You got a bright future.
Keep at it.
Take care,
Johnny
Sent from the Mars Rover.
Click to expand...
Click to collapse
Thanks.
I didn't find a way to delete the notification on status bar. About the action on notifications, here is some explanation about how it works. The android OS has a pool of PendingIntent. A PendingIntent is a package that launches an application with some settings embedded, for example, to show gmail with an specific mail form the mailbox. These Intents are recycled. When the notification disappears, the OS may reuse them, so now the pendingintent does a different thing. So for old PendingIntents, sometimes the action may be different to the intended one. there is no way to know what the pendingintent will do when executed, only the OS knows. That's why some notifications don't work when clicked.
What do you guys think about the new version?
For every version, old options are there, only disabled. When the configuration utility is done, you may choose the behaviour you want for the widget. In this version I used the app icon instead of a tinted notification icon. This means that now it has colours, but market notifications, for example, always show the market icon. Before this, they may show the "download" icon, or the "app installed" icon. This, in a future, will be configurable too.
I'll try to make the widget background configurable, too, so it may look more like google now.
Hi. I tried to install v6 but I get this error:
d:\Download\Android\SGS3\App>adb install NotificationBrowser_v6.apk
EOCD not found, not Zip
file 'NotificationBrowser_v6.apk' is not a valid zip file
rm: can't remove '/data/local/tmp/NotificationBrowser_v6.apk': No such file or directory
If I copy the file to sdcard and try to install it I get the error too that it is not a valid zip file.
Thanks!
hello, i tried to move notifications to lockscreen without success... i think lockscreen are keyguard_screen_tab_unlock.xml (framework-res.apk), but im not sure about notifications: are in statusbar.xml?
how I can access the class "notification" (in . java) to say: send notification to keyguard_screen_tab_unlock.xml (as usual) and send to statusbar.xml?
i like to add notifications in my lockscreen, and avoid to join. Android recommends join same app notifications, but when app is messaging app i like individual notification for each message.
Dev, have you seen the NOTIF app here on XDA? It seems like your apps together would be a real nice concept.
Sent from the Mars Rover.
I just gave this (v6) a go on my Note2 and it doesn't run unfortunately.
sproglet said:
I just gave this (v6) a go on my Note2 and it doesn't run unfortunately.
Click to expand...
Click to collapse
I'm sorry to hear that. Did you enable the service at Settings->Accesibility?
JohnnyEpic said:
Dev, have you seen the NOTIF app here on XDA? It seems like your apps together would be a real nice concept.
Sent from the Mars Rover.
Click to expand...
Click to collapse
I looked at it. It looks nice, but unfortunately I'm stuck at ICS and I can't try that
danirebollo said:
hello, i tried to move notifications to lockscreen without success... i think lockscreen are keyguard_screen_tab_unlock.xml (framework-res.apk), but im not sure about notifications: are in statusbar.xml?
how I can access the class "notification" (in . java) to say: send notification to keyguard_screen_tab_unlock.xml (as usual) and send to statusbar.xml?
i like to add notifications in my lockscreen, and avoid to join. Android recommends join same app notifications, but when app is messaging app i like individual notification for each message.
Click to expand...
Click to collapse
Are you talking about the android 4.2 lock screen? I'm stuck at ICS, so I can't try that, sorry. I wish I had won the lottery this past saturday, so I could buy a new phone
DirkStorck said:
Hi. I tried to install v6 but I get this error:
d:\Download\Android\SGS3\App>adb install NotificationBrowser_v6.apk
EOCD not found, not Zip
file 'NotificationBrowser_v6.apk' is not a valid zip file
rm: can't remove '/data/local/tmp/NotificationBrowser_v6.apk': No such file or directory
If I copy the file to sdcard and try to install it I get the error too that it is not a valid zip file.
Thanks!
Click to expand...
Click to collapse
Try to download this again, because I tried the apk and it works for me. I hope you can fix it.
dapaua said:
Here I present a program called Notification Browser. It will show a list of all received notifications and tries to extract the info and show it as a list. Also a widget is included. Tapping the notification should start the corresponding intent and tapping the garbage bin icon should delete the notification from the list. The idea was to be able to have a full screen launcher and even then having easy access to notifications.
For it to work, you need to go to accessibility settings and enable Notification browser.
BUGS: LOTS.
-FIXED:The X to delete all notifications doesn't work on the widget.
-Slow start.
-Notifications are lost on reboot.
TO DO:
-Fix bugs
-Themes for the widget.
In some devices, the notification title and extended data might not be found. In this case only the ticker text that appears briefly when a new notification appears is shown. An external program to fix this is in my list of to-dos .
I only tried this in a Xperia U and Xperia neo V, and works in both with stock ICS rom. Tried in JB SGSIII and didn't show the extended info.
Feedback is really appreciated.
I want to publish this on the market at some point and add a premium version with theme support.
DISCLAIMER: I am not responsible of any damage derived from the use of this software.
Click to expand...
Click to collapse
Nice idea will test and let you have some feedback keep at it..
Ok. downloaded v6 again with another browser and installation worked
OK, new version is up. Now you can configure the widget a bit. I will rest a bit this weekend, so don't expect any more updates until monday. I think this is nearly ready to hit the market, so I'll check how uploading to market works.
The idea is to have a free version (what you guys are testing now , thank you all) and a premium version more configurable, for these people that want a perfect desktop.
Have a nice weekend
If i want to choose a custom wallpaper that i've downloaded from te internet and i choose the pic as background, it doesnt show the background that i choose but its a black background. It only shows the wallpaper that are stock installed.
How can i fix this?
Fopflugel said:
If i want to choose a custom wallpaper that i've downloaded from te internet and i choose the pic as background, it doesnt show the background that i choose but its a black background. It only shows the wallpaper that are stock installed.
How can i fix this?
Click to expand...
Click to collapse
Well:
- long press home screen
- select wallpapers
- far left icon select pick image
- select image from where you saved it
That doesn't work. I've run into this problem were I can't set a wallpaper. Neither going to photos or gallery and selecting it, or long pressing the home screen doesn't work. It just stays black.
I fixed it, I think, by going into the theme engine and choosing another theme, and making sure that the wallpaper box is checked. That got it working for me.
Sent from my One using XDA Free mobile app
quickquest88 said:
That doesn't work. I've run into this problem were I can't set a wallpaper. Neither going to photos or gallery and selecting it, or long pressing the home screen doesn't work. It just stays black.
I fixed it, I think, by going into the theme engine and choosing another theme, and making sure that the wallpaper box is checked. That got it working for me.
Sent from my One using XDA Free mobile app
Click to expand...
Click to collapse
I will try this. Thx
Today it worked, and i didn't change any settings.
It seems like this would be possible.
I would also like to see this app modded for my s7
I think a more stock system ui color is in order, I very much dislike the colors Samsung gives to us to use. I would also like to remove the s finger, change the quick connect icon, and remove the app settings icon, and possibly add the users icon and option so it resembles the stock Marshmallow notification shade and quick toggle dropdown
shadie21 said:
I would also like to see this app modded for my s7
I think a more stock system ui color is in order, I very much dislike the colors Samsung gives to us to use. I would also like to remove the s finger, change the quick connect icon, and remove the app settings icon, and possibly add the users icon and option so it resembles the stock Marshmallow notification shade and quick toggle dropdown
Click to expand...
Click to collapse
nope
shadie21 said:
I would also like to see this app modded for my s7
I think a more stock system ui color is in order, I very much dislike the colors Samsung gives to us to use. I would also like to remove the s finger, change the quick connect icon, and remove the app settings icon, and possibly add the users icon and option so it resembles the stock Marshmallow notification shade and quick toggle dropdown
Click to expand...
Click to collapse
It would be best if it was Android n-ified
Sent from my SM-G925F using Tapatalk
Hey,Guys.
I'm happy to introduce you my new app for Huawei users to customize their EMUI. It has awesome UI and quite good features. I hope you'll be happy with it.
This is the description
* No Root *
Huawei Theme Editor is the most powerful Huawei (EmotionUI) theme editor with its simple and awesome UI and its wide set of options to help you customizing your phone easily. It's fully free and available to everyone. You can pick, edit, save your theme quite fast. Never hesitate to download it.
Features
- Multi option for selecting themes :
- Picking from theme manager
- Browsing storage
- Edit system font to whatever you want and choose between :
- Built-in fonts (built-in fonts support only English and Arabic language if not working wirh you try to get font support your language ".ttf" and select it by "choose a custom .ttf font" option
- Browsing storage
- Edit apps icons by :
- Selecting an icon mask
- Importing all icons from an installed icon pack
- Selecting icons manually for each app
- Edit navigation bar icons (back, home, recent, menu, notifications and their highlights) by :
- Choosing a set
- Creating your custom set
(Restart Required)
- Edit Smart Cover View background
- Edit status bar icons (battery, signal and WiFi)
We hope you'll enjoy the app. If you like it, then please rate it 5 Stars.
If you have any bug or suggestion, please contact us.
Click to expand...
Click to collapse
It's avaliable on Google Play, search for "EMUI Theme Editor".
I'll be very happy if I hear from you
Thanks
Soon more features
Soon, we'll add more features. This is just the first version
add google play link to description for lazy people:
https://play.google.com/store/apps/details?id=com.mixapplications.themeeditor
Sent from my Che2-L11 using XDA-Developers mobile app
I've wanted to add it but I'm new here and can't add links to posts
Thank you for adding it
Nice app! But why it is 95MB big? This is the biggest app size i have ever seen.
BTW: Tried to use it but the "smart cover view" doesn't fit. I can see my smart cover picture, but after installing it isn’t visible at the design app.
Very good indeed!! Are we going to have any update? I was wondering if we could change the contacts and calls style. Thanks in advance!
Thanks for your hardwork! But I can't install it! Everything seems fine, and when it started to install, the installer just disappeared! Nothing happens!
non-toxic said:
But why it is 95MB big? This is the biggest app size i have ever seen.
Click to expand...
Click to collapse
because all possible graphics are coming with it
btw.:
Tried to use it on a old Samsung N7000. No problem! It is possible to use it on an other device, but you have to create folder "HWThemes" on internal sd to be able to save your work. But than you are of curse not able to test your themes.
And: The app doesn’t work if you are not connected to internet! (necessary for advertising only!)
I've installed the Theme Editor, and I'd like to know where I can find different sets of icons for the navigation panel (Back/Home etc.). Do I need to download a whole set of themes to find nav-panel icons to import?
Thanks in advance for your help!
I've been playing with the theme editor for some time and it works quite fine on my P10. The only thing is that some icons do not resize wel if I make them smaller. E.g. the Gmail and Camera icons' height is too big compared to their width. Any solution would be appreciated.
Installed and played a bit this evening and now I am stuck in a bit of a rainbow mess unable to install or customise a theme from the Huawei theme app.
Plz help
Hi
When i serach this app in play store,cant find it,so i clicked to play store link and it said "this app is not avaible in your country",i download it from internet but when install and open it,it said cant download rescures because you not purchase it from google play store
I am from iran and my phone in huawei p10 lite (was-lx1a)
Plz help me sir
This app is a great time saver.
One thing Idon’t get yet. What is the definiton of a icon pack? Is it a zip file with a different extention?
How do you make / get an icon pack?
I ask this because when I try to change app icons there is a dropdown list to choose an icon pack. But the dropdown list is empty.
Inside a theme file you have a zip file called “icons” with the extention removed.
If the theme file is also considered to be the icon pack I would expect all downloaded themes in the dropdown list.
[url]https://www.dropbox.com/s/sjnra0klvqfnqhu/Screenshot_20190216_043524_com.huawei.android.launcher.jpg?dl=0[/URL]
[url]https://www.dropbox.com/s/wzlwosfjajhrsz8/Screenshot_20190216_043413_com.huawei.android.launcher.jpg?dl=0[/URL]
Hi guys so I've searched for themes online which enable you to have round stock icons. I haven't found anything of good quality so I decided to give it a go and edit one of the built in themes on Honor Play. With luck not only was I able to change every icon to round (Photos Above, only on big Icons!) using only the stock icons but accidently managed to make a theme that adds another feature, which is to make any other icon which is not round into a round icon (almost) and makes your icons look so much better! I kept everything else stock I hope you like the theme! All the adaptive Icons for calendar and weather have also been changed while still fully fictional. The only icons I did not keep stock were the Music, Themes, and the Audio icon as I found better looking ones. The lock screen has no wallpaper set as I have left it on Magazine unlock to make it easy for those of you who like to use that feature. I do apologize if I have made any mistakes during this post this is quite literally my first ever post.
The link to the .hwt file is below. This theme will work on any Honor or Huawei phone but was initially created for Honor Play EMUI 9.
The instructions to install once downloaded are Copy File into Internal Storage > Huawei > Themes > and paste into this folder > Restart Phone > Open the themes app > Me > My Themes > You should see the theme for selection so like any other theme Apply and enjoy!
Big Icons> Set home layout to 5x6.
[url]https://drive.google.com/file/d/1V9prv_AOF87bw8B-4FLeY1WvkoThOutf/view?usp=drivesdk[/URL]
Small Icons>
[url]https://drive.google.com/file/d/1SOSlzN70IfZaHjCFTetHwmZEi2ux4P00/view?usp=drivesdk[/URL]
DaRdamnDoG said:
You are a legend.
Edit: the circles are too big my friend. In the app drawer they almost touch each other lol.
Click to expand...
Click to collapse
So what you think I've added small Icons now too, let me know of it's better now?
Thank you for sharing
sarrazinX said:
Thank you for sharing
Click to expand...
Click to collapse
I was starting to think this post was useless, but thank you for your response.
I am using small icons quite long time. Thanks for sharing!
But the Docs, Slides, Sheets and Drive icons are all the same thing
pja1985430 said:
But the Docs, Slides, Sheets and Drive icons are all the same thing
Click to expand...
Click to collapse
Only on big Icons theme will all the non round icons be forced to be round. Try it and let me know! Check my screenshot below!
[URL\]https://drive.google.com/file/d/19W4GgBl8eadaSYBjBZG-Ido6dFwwLfWm/view?usp=drivesdk
htxosku8 said:
Only on big Icons theme will all the non round icons be forced to be round. Try it and let me know! Check my screenshot below!
[URL\]https://drive.google.com/file/d/19W4GgBl8eadaSYBjBZG-Ido6dFwwLfWm/view?usp=drivesdk[/QUOTE]
Okay. I was referring to ... having the same design in the 'small icons'.
Click to expand...
Click to collapse
pja1985430 said:
Okay. I was referring to Google Docs, Sheets, Slide and Drive icons having the same design in the 'small icons'.
Click to expand...
Click to collapse
Yes I know! Read what I have said if you want adaptive round icons you need to use the big Icons. I showed you Microsoft app icons because they don't support round icons yet in my theme they are round. On small Icons theme only the main apps will be round! So download the big Icons you will see every single app in your drawer will be round including your apps mentioned above.
htxosku8 said:
Yes I know! Read what I have said if you want adaptive round icons you need to use the big Icons. I showed you Microsoft app icons because they don't support round icons yet in my theme they are round. On small Icons theme only the main apps will be round! So download the big Icons you will see every single app in your drawer will be round including your apps mentioned above.
Click to expand...
Click to collapse
Okay. But, I like the small round icons the most.
pja1985430 said:
Okay. But, I like the small round icons the most.
Click to expand...
Click to collapse
Ok give me a few weeks I will see if I can make it work on small Icons when I'm free and I'll let you know when it's ready.