Launcher editing please? - Android

We need to know how to edit the app short cuts that appear on the home screen. I use apktool. Is there a specific way to edit what icons/short cuts appear on the home screen and their position? Any help will be greatly appreciated.

~/android/system/vendor/cyanogen/overlay/common/packages/apps/ADWLauncher/res/xml/default_workspace.xml

jbirdvegas said:
~/android/system/vendor/cyanogen/overlay/common/packages/apps/ADWLauncher/res/xml/default_workspace.xml
Click to expand...
Click to collapse
Why do you keep posting this like we have ESP and know what you mean?
D

Greenteam! said:
We need to know how to edit the app short cuts that appear on the home screen. I use apktool. Is there a specific way to edit what icons/short cuts appear on the home screen and their position? Any help will be greatly appreciated.
Click to expand...
Click to collapse
Default screen layout may be adjusted when building a ROM by editing the default.xml file in /system/customize/MNS/ and /system/customize/CID/.
Here you configure all of the first boot settings:
What is on each screeen, apps and widgets.
Default browser home page.
Shortcuts in the browser.
News Reader Settings.
Mail app settings.
Boot and shutdown sounds and animations location.
Many, many things are here. Read it carefully and tweak slowly till it makes sense.
D

jbirdvegas said:
~/android/system/vendor/cyanogen/overlay/common/packages/apps/ADWLauncher/res/xml/default_workspace.xml
Click to expand...
Click to collapse
ah, that's the setting in the github. Makes sense now. By changing the setting in the github, after the rom is compiled it will have the changed setting in it. Thanks

dsb9938 said:
Default screen layout may be adjusted when building a ROM by editing the default.xml file in /system/customize/MNS/ and /system/customize/CID/.
Here you configure all of the first boot settings:
What is on each screeen, apps and widgets.
Default browser home page.
Shortcuts in the browser.
News Reader Settings.
Mail app settings.
Boot and shutdown sounds and animations location.
Many, many things are here. Read it carefully and tweak slowly till it makes sense.
D
Click to expand...
Click to collapse
Thanks. Will have to give it a shot!

dsb9938 said:
Why do you keep posting this like we have ESP and know what you mean?
D
Click to expand...
Click to collapse
Sorry for not explaining
default_workspace.xml controls what appears when adw is loaded for the first time. I'm not sure how to do this after compiling but if you want to make changes before look at that file. It's in CyanogenMod's source code.

jbirdvegas said:
Sorry for not explaining
default_workspace.xml controls what appears when adw is loaded for the first time. I'm not sure how to do this after compiling but if you want to make changes before look at that file. It's in CyanogenMod's source code.
Click to expand...
Click to collapse
LOL, okay. I don't run CM, I'm, working on a Thunderbolt.
I'm editing native Rosie, and that ***** ain't forgiving.
Thanks anyway though.
D

Related

[Q] Getting rid of TW Screen Capture...

At the very least I found the png for the screen cap button that I can blank out, but I'd really love to remove the functionality that's running in the background.
Is the ScreenCaptureService.apk the only related file? Anyone try removing this?
(forum won't let me post under development, so I'm posting here)
gseseske said:
At the very least I found the png for the screen cap button that I can blank out, but I'd really love to remove the functionality that's running in the background.
Is the ScreenCaptureService.apk the only related file? Anyone try removing this?
(forum won't let me post under development, so I'm posting here)
Click to expand...
Click to collapse
Making the PNG transparent will look like the button is gone, but it will still be there when you tap that area. Removing screencaptureservice.apk will cause fcs when you tap the screenshot button, for me anyway.
Sent from my Galaxy Tab 10.1 via Tapatalk
Well I just removed the apk, and I'm not getting any visible fcs when I press it. The button still clicks, but nothing happens.
I guess the next question is...where do I look to try removing the actual button? Presumably a layout file somewere?
(If it isn't already apparent, I'm new at this. Experienced developer, but new to android.)
gseseske said:
Well I just removed the apk, and I'm not getting any visible fcs when I press it. The button still clicks, but nothing happens.
I guess the next question is...where do I look to try removing the actual button? Presumably a layout file somewere?
(If it isn't already apparent, I'm new at this. Experienced developer, but new to android.)
Click to expand...
Click to collapse
A a starting point: decompile the systemui.apk, check the smali/com/android/statusbar/tablet: MiniModeAppsPanel.smali et al.
No sources so its reverse engineering task.
PhantomHacker said:
Making the PNG transparent will look like the button is gone, but it will still be there when you tap that area. Removing screencaptureservice.apk will cause fcs when you tap the screenshot button, for me anyway.
Sent from my Galaxy Tab 10.1 via Tapatalk
Click to expand...
Click to collapse
Opps, mispost, sorry.
DocRambone said:
A a starting point: decompile the systemui.apk, check the smali/com/android/statusbar/tablet: MiniModeAppsPanel.smali et al.
No sources so its reverse engineering task.
Click to expand...
Click to collapse
Thanks for the direction. Found the code in smali\com\android\systemui\statusbar\tablet, but I think I'm in over my head in these files for the amount of time I have to commit to this. I'll mess with it a bit later today and see where I end up.
gseseske said:
Thanks for the direction. Found the code in smali\com\android\systemui\statusbar\tablet, but I think I'm in over my head in these files for the amount of time I have to commit to this. I'll mess with it a bit later today and see where I end up.
Click to expand...
Click to collapse
The screen capture references I was looking for are in TabletStatusBar.smali. The easiest thing to do would be to just add a 'return' at the top of the onclick handler for the button (in conjunction with blanking out the png)...but obviously the button would still be there. I'm think getting rid of it cleanly would be over my head, but if anyone else has any interest in picking up from here please post with your findings.
gseseske said:
The screen capture references I was looking for are in TabletStatusBar.smali. The easiest thing to do would be to just add a 'return' at the top of the onclick handler for the button (in conjunction with blanking out the png)...but obviously the button would still be there. I'm think getting rid of it cleanly would be over my head, but if anyone else has any interest in picking up from here please post with your findings.
Click to expand...
Click to collapse
hmm, i try it.
Getting errors in compiling after i try to change the smali
Why remove it? Lets remap it to a custom activity... The same can be done with the TW mini-app bar. Those can all be custom activities...
If you really want to remove the functionality, the quick and dirty would be to simply delete the ScreenCaptureService.apk from your system apps. Then make your icon transparent. Removing the blank space between the multitasking and menu (within apps) buttons may require a tiny bit of smali and/or XML layout tweaks.

Don't Laugh At Me!!

How to I make a shortcut to the other 4 screens from the homescreen..Like where people have a set up like this on home page and then have the apps organized on the other pages..ty in advance ..im sure Its easy but Im new to this..
Apps
Media
Music
Games
Figured it out with Destop visualizer and apps organizer nm..
Care to share how you linked to the screens ?
Cheers
far as I know it can only be done with ADW right? Using launcher shortcuts. Been trying to figure out how to do that with launcher pro but don't have a solution for it.
DatterBoy said:
far as I know it can only be done with ADW right? Using launcher shortcuts. Been trying to figure out how to do that with launcher pro but don't have a solution for it.
Click to expand...
Click to collapse
Look at step four on the link below to see how to link to specific screens in LauncherPro.
http://androinica.com/2010/08/11-ways-to-get-the-most-out-of-launcherpro/
Page not found.
DatterBoy said:
Page not found.
Click to expand...
Click to collapse
Hmm - the link is still working for me. Just to confirm, you went to the URL below (without the spaces, obviously):
http : // androinica . com/ 2010/08/11-ways-to-get-the-most-out-of-launcherpro/
LauncherPro only lets you use icons? I think that the sizes LP use are supposed to be:
48x48
72x72
84x84
So in my case I wouldnt be able to use LauncherPro, I'm after using images the size of 355 x 132 to link to a particular screen on my Galaxy Tab 10.1...
Regards
jayjay* said:
LauncherPro only lets you use icons? I think that the sizes LP use are supposed to be:
48x48
72x72
84x84
So in my case I wouldnt be able to use LauncherPro, I'm after using images the size of 355 x 132 to link to a particular screen on my Galaxy Tab 10.1...
Regards
Click to expand...
Click to collapse
Oh yeah - that's a good point...
I thought there would have been a detailed tutorial around but there don't seem to be any specific to a tablet.. just lots of little bits here there and everywhere
Ahh , I should have been more specific when I said I figured it out lol..I figured out how to direct my custum icons to open groups of apps via folder organizer..which im sure i very basic stuff lol..I still dont know how to link them to screens.
SolusCado said:
Hmm - the link is still working for me. Just to confirm, you went to the URL below (without the spaces, obviously):
http : // androinica . com/ 2010/08/11-ways-to-get-the-most-out-of-launcherpro/
Click to expand...
Click to collapse
Wasn't working before but worked now! awesome. Now if I can figure out how to make it work with minimalistic text... I'd be able to make anything!
Right now, I can create the shortcut but can't get minimalistic text to reference the shortcut.
divo3369 said:
Ahh , I should have been more specific when I said I figured it out lol..I figured out how to direct my custum icons to open groups of apps via folder organizer..which im sure i very basic stuff lol..I still dont know how to link them to screens.
Click to expand...
Click to collapse
Oh and there's me thinking you found a way to link to screens lol
Nevermind, suppose we'll have to keep searching..
Yeah. Now that I know how ot make icons that go to specific screens, need to knowhow to make it so I can either make the transparent, or link a minimalistic text to it.
You would need to use ADW Launcher Ex. Install it, then hold on the screen to pop the widget addon, click Launcher Addons, then Select Screen 1, 2, 3, 4, 5, etc.
This will create a shortcut to the specified screen. To make it transparent, select and hold the icon, select edit, click on the icon image, select picture, adw docks catalog, You can select any image and the shortcut will now be transparent. You can create a widget though minimal text, and then resize it to go over the now transparent screen shortcut.
I had issues with adw. It wouldn't allow me to use minimalistic text or the bob clock. Also. I wanted to use launcher pro for its Widgets.

[Q]Anybody know if it's possible to . . .

I have a very nice icon overlay I would like to use over all of the icons placed on home screens or in the app tray by Rosie.
I am assuming if I find the spot in Rosie where it places those icons after getting them from the apps, I could add this in.
I can add the overlay to each APK by hand, but this will only work for APKs included in the ROM, whereas putting it into Rosie would put it on all of them, even user installed ones.
Thoughts? Anybody done or seen anything like this?
D
.
dsb9938 said:
I have a very nice icon overlay I would like to use over all of the icons placed on home screens or in the app tray by Rosie.
I am assuming if I find the spot in Rosie where it places those icons after getting them from the apps, I could add this in.
I can add the overlay to each APK by hand, but this will only work for APKs included in the ROM, whereas putting it into Rosie would put it on all of them, even user installed ones.
Thoughts? Anybody done or seen anything like this?
D
.
Click to expand...
Click to collapse
That would need to be coded and supported into the launcher application. Stock aosp, and rosie I don't think support that, there are other launchers that do support it though with a theme apk. Like Go Launcher or ADW.
Unless you are asking something else?
lithid-cm said:
That would need to be coded and supported into the launcher application. Stock aosp, and rosie I don't think support that, there are other launchers that do support it though with a theme apk. Like Go Launcher or ADW.
Unless you are asking something else?
Click to expand...
Click to collapse
No, I was totally talking about hacking it into Rosie.
I know there are overlays used for other things, so I was just considering the idea of adding one for this.
Not as a user option, as something automatically done to all icons.
D
.
dsb9938 said:
No, I was totally talking about hacking it into Rosie.
I know there are overlays used for other things, so I was just considering the idea of adding one for this.
Not as a user option, as something automatically done to all icons.
D
.
Click to expand...
Click to collapse
I have no smali experience, and don't really have an interest. Hopefully someone else can help then.
lithid-cm said:
I have no smali experience, and don't really have an interest. Hopefully someone else can help then.
Click to expand...
Click to collapse
LOL, that's fine. I'm sure it's XML, not smali, but thanks for looking anyway.
D
.
dsb9938 said:
LOL, that's fine. I'm sure it's XML, not smali, but thanks for looking anyway.
D
.
Click to expand...
Click to collapse
Its most definitely not just xml edits. You will need to write code into the launcher to accept different icons based on package name. Currently the launcher uses a default api to retrieve the icon attached to the launcher intent. Be my guest to get it working with only xml edits though.
lithid-cm said:
Its most definitely not just xml edits. You will need to write code into the launcher to accept different icons based on package name. Currently the launcher uses a default api to retrieve the icon attached to the launcher intent. Be my guest to get it working with only xml edits though.
Click to expand...
Click to collapse
I don't want to change it pulling the icon from the app.
After it does that, when it renders it, I want to add the overlay on top. Which I am hoping I can do in the layout XML files.
Of course, I could be completely wrong, which is why I posted this.
D
.
dsb9938 said:
I don't want to change it pulling the icon from the app.
After it does that, when it renders it, I want to add the overlay on top. Which I am hoping I can do in the layout XML files.
Of course, I could be completely wrong, which is why I posted this.
D
.
Click to expand...
Click to collapse
Right, you need to code in the overlay. Overlay via xml that you are thinking of only works when building from source. An example is the amount of code needed to theme a rom like cm7, cm9, cm10. These all have that ability to theme the icons based on activity name in the framework, if that activity path and image exists, it displays a different image. This is done in code, not xml.
lithid-cm said:
Right, you need to code in the overlay. Overlay via xml that you are thinking of only works when building from source. An example is the amount of code needed to theme a rom like cm7, cm9, cm10. These all have that ability to theme the icons based on activity name in the framework, if that activity path and image exists, it displays a different image. This is done in code, not xml.
Click to expand...
Click to collapse
Guess it's a good thing I asked before diving in then.
Thanks for the info.
Being an HTC guy who only messes around with Sense, I have some smali under my belt, but I am by no means good at it. So I guess I will seek help from somebody who is.
Thanks a bunch!
D
.
Here is some code from ADW that enables the icons to be themed.
Part1
https://github.com/CyanogenMod/andr...mmit/84457c8837dfd62f11f616de50289860b8542887
Part2
https://github.com/CyanogenMod/andr...mmit/6c6ae4a8d5dc538b337e4d0206ac75358b31044c
This toggles on/off the icon themes:
https://github.com/CyanogenMod/andr...mmit/8236848db5c80e5cb8f2e1cbba74e7fa194dfb1f
In order for you to enable "icon" overlay support, you will need to add code in to support it. I am sorry.
lithid-cm said:
Here is some code from ADW that enables the icons to be themed.
Part1
https://github.com/CyanogenMod/andr...mmit/84457c8837dfd62f11f616de50289860b8542887
Part2
https://github.com/CyanogenMod/andr...mmit/6c6ae4a8d5dc538b337e4d0206ac75358b31044c
This toggles on/off the icon themes:
https://github.com/CyanogenMod/andr...mmit/8236848db5c80e5cb8f2e1cbba74e7fa194dfb1f
In order for you to enable "icon" overlay support, you will need to add code in to support it. I am sorry.
Click to expand...
Click to collapse
No worries, it's good to have input from people who know more than I do.
I was hoping it would be easier, just adding my overlay in the layout XML files over top of the app icons, but life is never easy.
D
.

BT widget

How/where can I get one? I need it on my home screen. I have XtroLite 1.2.2. The BT widget should open the BT settings. Thank you.
jb_alphamale said:
How/where can I get one? I need it on my home screen. I have XtroLite 1.2.2. The BT widget should open the BT settings. Thank you.
Click to expand...
Click to collapse
Not the place to post questions. How about Playstore. Bluetooth Widget....
I don't agree with you. This is the the theming and apps forum for GS S5. A widget is part of a theme or an app so I do consider that this is the right place. Anyways, thank you. I found in the Play store what I needed.
Moderators, if you find my post not appropriate for this forum please move it or delete it. Thank you.
Docmjldds said:
Not the place to post questions. How about Playstore. Bluetooth Widget....
Click to expand...
Click to collapse
jb_alphamale said:
I don't agree with you. This is the the theming and apps forum for GS S5. A widget is part of a theme or an app so I do consider that this is the right place. Anyways, thank you. I found in the Play store what I needed.
Moderators, if you find my post not appropriate for this forum please move it or delete it. Thank you.
Click to expand...
Click to collapse
Sorry you don't agree. But again...in any case a lot of useless posts being posted in lieu of using Google...your best friend or simply search the Forum posts. My 2c. Happy to have helped.
With all due respect for the fact that you have 10 times more posts than me and without rambling about the free internet and expression I'm going to say only that. This is a moderated forum and would be nice if only moderators can judge and act if this is a useless post or not.
By the way do you know how to resize a widget which is fixed and Nova cannot resize it. It is labeled as 1x1 but it way bigger than the other widgets (playstore - widget bluetooth by greenlos).
Thanks and have a good one.
Docmjldds said:
Sorry you don't agree. But again...in any case a lot of useless posts being posted in lieu of using Google...your best friend or simply search the Forum posts. My 2c. Happy to have helped.
Click to expand...
Click to collapse
jb_alphamale said:
With all due respect for the fact that you have 10 times more posts than me and without rambling about the free internet and expression I'm going to say only that. This is a moderated forum and would be nice if only moderators can judge and act if this is a useless post or not.
By the way do you know how to resize a widget which is fixed and Nova cannot resize it. It is labeled as 1x1 but it way bigger than the other widgets (playstore - widget bluetooth by greenlos).
Thanks and have a good one.
Click to expand...
Click to collapse
I'm not here to judge. I'm here to help. Let's start over. The KISS method. Keep it simple (I won't say the last, since it wasn't intended)
Instead of a widget per se, how about a shortcut. Go to your widgets and look at settings shortcuts and simply create a shortcut to Bluetooth. That should work. That should give you the same size as all your icons I would think. I use this method a lot, such as direct message or direct phone call shortcuts to certain contacts I want immediate access to, instead of opening a phone app or a message app. In nova, you can drag down to the dock too. Hope that helps.....Sorry again if you took my posts the wrong way. Not here to judge.
No worries. I didn't take it personally. We're all good.
Well the KISS method didn't work. The Bluetooth Widget from Playstore installed as a widget. I cannot find it in the apps drawer nor in the shortcuts list. It is only available through the widgets list. This widget has a double function which I like it. One tap turns on/off BT and double tab enters the settings for BT but unfortunately it is double in size than the others and it looks really ugly. Nova does not give me the option to edit it so I cannot change the icon with another one. I may have to look for another option.
Thanks for your help.
Docmjldds said:
I'm not here to judge. I'm here to help. Let's start over. The KISS method. Keep it simple (I won't say the last, since it wasn't intended)
Instead of a widget per se, how about a shortcut. Go to your widgets and look at settings shortcuts and simply create a shortcut to Bluetooth. That should work. That should give you the same size as all your icons I would think. I use this method a lot, such as direct message or direct phone call shortcuts to certain contacts I want immediate access to, instead of opening a phone app or a message app. In nova, you can drag down to the dock too. Hope that helps.....Sorry again if you took my posts the wrong way. Not here to judge.
Click to expand...
Click to collapse
jb_alphamale said:
No worries. I didn't take it personally. We're all good.
Well the KISS method didn't work. The Bluetooth Widget from Playstore installed as a widget. I cannot find it in the apps drawer nor in the shortcuts list. It is only available through the widgets list. This widget has a double function which I like it. One tap turns on/off BT and double tab enters the settings for BT but unfortunately it is double in size than the others and it looks really ugly. Nova does not give me the option to edit it so I cannot change the icon with another one. I may have to look for another option.
Thanks for your help.
Click to expand...
Click to collapse
You misunderstand what I suggested. Let me open Nove and give you step by step. IOW...you don't have to use the Playstore widget. You use a direct shortcut setting instead.
EDIT: I have Nova Prime, but the XNote ROM is acting weird. I can use TW launcher, create a shortcut looking at the widget selections to Settings:Bluetooth and that works. IOW go to the settings choice and then all the various settings choices open up. Choose BT and then you have a direct shortcut to BT on your desktop. Yeah it's nice the single tap vs double tap the playstore app gave you, but you can't resize the 1x1 unless you get into editing the widget itself, and I won't go there here. But with Nova, you long press the screen and choose shorcuts, then settings then BT and I get app isn't installed? Weird.
I didn't.
If I can find a shortcut to the BT settings would be great but I tried and got permission denied.
The reason why I'm looking for this kind of widget with double function is that I have all the time BT devices around me (10-15 all in total). They're everywhere and accessing through settings takes one more click and I also have the problem that I don't associate visually the settings icon right away with BT so I'm going all over the place for it.
You're right though. Finding a way to place a shortcut on the home screen is easier than modifying the apps icon size and shape.
Another solution would be if i can find a way to create a shortcut for the BT quick setting.
Docmjldds said:
You misunderstand what I suggested. Let me open Nove and give you step by step. IOW...you don't have to use the Playstore widget. You use a direct shortcut setting instead.
Click to expand...
Click to collapse
jb_alphamale said:
I didn't.
If I can find a shortcut to the BT settings would be great but I tried and got access denied.
The reason why I'm looking for this kind of widget with double function is that I have all the time BT devices around me (10-15 all in total). They're everywhere and accessing through settings takes one more click and I also have the problem that I don't associate visually the settings icon right away with BT so I'm going all over the place for it.
You're right though. Finding a way to place a shortcut on the home screen is easier than modifying the apps icon size and shape.
Click to expand...
Click to collapse
Touch wiz launcher lets me do this. Nova doesn't and Holo doesn't. Try what I say to see. In settings change default launcher back to Touch Wiz. Then scroll the widgets for settings. Open that up and create a desktop BT shortcut. You should see all your devices simply opening that up. I don't know why the other launchers are creating havoc. Guess it's a Kit Kat thing. Don't know.
Edit: Hang on...I think I May have a fix., It is a KK thing that google messed around with permissions. Testing something.....
Thank you. We'll do.
Docmjldds said:
Touch wiz launcher lets me do this. Nova doesn't and Holo doesn't. Try what I say to see. In settings change default launcher back to Touch Wiz. Then scroll the widgets for settings. Open that up and create a desktop BT shortcut. You should see all your devices simply opening that up. I don't know why the other launchers are creating havoc. Guess it's a Kit Kat thing. Don't know.
Edit: Hang on...I think I May have a fix., It is a KK thing that google messed around with permissions. Testing something.....
Click to expand...
Click to collapse
jb_alphamale said:
Thank you. We'll do.
Click to expand...
Click to collapse
Didn't work. I have some urgent stuff I need to get too. All I know is prior to 4.4 this wouldn't be an issue, in the reading I have done. I thought I found something that would allow to edit the permissions to run called com.findsdk.apppermission on Playstore. But looking at that I could not find anything to actually go from off to on(allow). So that said, it's either 1. a larger widget. or 2. Touchwiz launcher that allows a BT shortcut. If I think of anything, I'll try to get back. I even hoped it would be a SU (superuser) easy fix...but nope. Anyway...I don't like being beaten by an issue such as this...so I will keep it on the backburner.....:good:
No problem.Thank you again.
Docmjldds said:
Didn't work. I have some urgent stuff I need to get too. All I know is prior to 4.4 this wouldn't be an issue, in the reading I have done. I thought I found something that would allow to edit the permissions to run called com.findsdk.apppermission on Playstore. But looking at that I could not find anything to actually go from off to on(allow). So that said, it's either 1. a larger widget. or 2. Touchwiz launcher that allows a BT shortcut. If I think of anything, I'll try to get back. I even hoped it would be a SU (superuser) easy fix...but nope. Anyway...I don't like being beaten by an issue such as this...so I will keep it on the backburner.....:good:
Click to expand...
Click to collapse

[Q] How to modify an already done theme ?

Hi,
There are some themes I love and I would like to use, but some details doesn't seem good to me, such as shortcuts. Is there any way to modify those shortcuts in order to make mine, but keep using the particular theme ? I didn't find anything about this...
Thanks for your help
AutruiP said:
Hi,
There are some themes I love and I would like to use, but some details doesn't seem good to me, such as shortcuts. Is there any way to modify those shortcuts in order to make mine, but keep using the particular theme ? I didn't find anything about this...
Thanks for your help
Click to expand...
Click to collapse
Hi,
Editing a theme is easy - simply long press on the homescreen - select Advanced - Unlock Widgets. Now you can add/remove widgets and shortcuts till your hearts content. Then when you are satisfied with your theme repeat the process to lock the items into place
ThemerSupport said:
Hi,
Editing a theme is easy - simply long press on the homescreen - select Advanced - Unlock Widgets. Now you can add/remove widgets and shortcuts till your hearts content. Then when you are satisfied with your theme repeat the process to lock the items into place
Click to expand...
Click to collapse
Awesome, thanks ! I was looking for this during hours... Didn't find anything on the Themer website :/
Another question, I have sometimes a pop-up with "crash data failed to send, retry later", but I can't find where to send it, and the pop-up doesn't disappear... I have to uninstall-reinstall the app in order to fix that... I have a One Plus One on CyanogenMod 11 38R
Semi related question, is there anywhere I can download images of the standard icons you use for smart categories? I like a lot of themes but would like to change the categories on them and to do that need the images to match the theme.
Thanks
chickengrease said:
Semi related question, is there anywhere I can download images of the standard icons you use for smart categories? I like a lot of themes but would like to change the categories on them and to do that need the images to match the theme.
Thanks
Click to expand...
Click to collapse
Hi,
We're still working on this feature, hopefully it will be added soon!
Thanks for the info

Categories

Resources