Hexagon with draw9patch - Design, Prototyping, UI, Graphics

Hi all,
how could I set the content area (right and bottom) for a hexagon?

no one?

Related

Chrome Icon Color Changer not working...

...in Rickywatt's v24 vanilla ROM.
The application loads, but it will not *save* the changes out of the 4 choices. Perhaps this can be done manually?
I couldn't find any entries in the registry for the program, so I would assume that there is a config file that is updated?
Has anyone else seen this issue? The first time that I loaded v24 vanilla, it worked. I went through some other ROMs and came back to this one, but the app isn't working.
Ideas? Suggestions?
same problem here.
thompsonjdt said:
same problem here.
Click to expand...
Click to collapse
Strange. It worked the *first* time that I installed the ROM, but now it won't work on the 2nd install. It makes no sense. I *believe* that I tried to run it before I even installed any 3rd party software as well.
I wonder who wrote the software...they could tell us where/what it updates.
ruinertt said:
Strange. It worked the *first* time that I installed the ROM, but now it won't work on the 2nd install. It makes no sense. I *believe* that I tried to run it before I even installed any 3rd party software as well.
I wonder who wrote the software...they could tell us where/what it updates.
Click to expand...
Click to collapse
Ok, I'm lost here since I don't run that rom. What does the color changer do? Does it just change the color of the default icons? Or new icons altogether that are color instead of white? Might be able to help you out with a workaround if I knew more.
It replaces the left side icons to the shadow icons instead and tints the panel.
showaco said:
Ok, I'm lost here since I don't run that rom. What does the color changer do? Does it just change the color of the default icons? Or new icons altogether that are color instead of white? Might be able to help you out with a workaround if I knew more.
Click to expand...
Click to collapse
Mikey1022 said:
It replaces the left side icons to the shadow icons instead and tints the panel.
Click to expand...
Click to collapse
What Mikey said. It's really a *small* issue in comparison. Each panel has an icon in the top left. This little utility will change those very panel icons depending on whether they are selected, unselected, etc.
Like I said, it's nothing huge, but it would be nice to understand why this program, as simple as it may be, doesn't work. Those icons on the left side of the panel are the ones that are affected by the program.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I might have found an answer for this:
limpmike said:
If You Mean Change the little icons on the left of the homescreen for example the windows flag above the messenger Actually You Can Do It it's is pretty easy but in the end i dind't like so much i prefer it simple so here it is how i do it:
In your registry editor go to HKLM\Security\Chome and there all the entries for the homescreen for example let's change the music icon in the Chome go to DefaultSettings and go to Cmusic you'll see a entry with the name ICONPATHS (if you don't wanna lose the icons rename iconpaths to whatever u want) it's a simple backup now you cancreate your StringValue go to Menu New String Value and you name it ICONPATHS and in the strings put the icon you want .png (i never prove with other formats so i can't tell if its gonna work with another format) for example \My Documents\icon.png;\My Documents\icon2.png you see that theres two routes one is when the panel is active \My Documents\icon.png and the other \My Documents\icon2.png is for non active panel when you move up or down you can put the same icon in the two routes remember separate them with a dot and comma and that its reload your Homescreen just change to another layout and back to your sliding panel now youre gonna realize that the icon doesn't look so good because it's small don't worry you can change the size in the cpr file located in \Windows the one called CHome_320x240 copy to your desk do a backup and open it with notepad and change the iconpaths size for example this is the entry forthe calendar
<Layer ID="CalendarCondensed" Visible="False" Width="320" Height="36">
<Layer ID="Page">
<!-- Icon on left side -->
<Image ID="Icon" Left="12" Top="7" Width="22" Height="22" Opacity="0.8"/>
the iconpath is this <Image ID="Icon" Left="12" Top="7" Width="22" Height="22"
you can change to the size you want for example
<Image ID="Icon" Left="12" Top="7" Width="28" Height="28"
experiment for yourself theres a lot of things that u can do hope this helps
Click to expand...
Click to collapse
Well, I can't seem to find the new, colored icons on my phone (at least they don't appear to be in the \Windows directory). Perhaps that is why it isn't working? Strange. I could have sworn that I used the vanilla ROM last time, but perhaps it was the vanilla ROM w/ Opera.
I sent rickywatt a message a few days ago, but have received no reply. Oh well.
ruinertt said:
Well, I can't seem to find the new, colored icons on my phone (at least they don't appear to be in the \Windows directory). Perhaps that is why it isn't working? Strange. I could have sworn that I used the vanilla ROM last time, but perhaps it was the vanilla ROM w/ Opera.
I sent rickywatt a message a few days ago, but have received no reply. Oh well.
Click to expand...
Click to collapse
hi if you look at HKLM\Security\Chome\ and HKLM\Software\Microsoft\Chome\
you find what you looking for
rickwyatt said:
hi if you look at HKLM\Security\Chome\ and HKLM\Software\Microsoft\Chome\
you find what you looking for
Click to expand...
Click to collapse
Thanks, Ricky. I previously looked in HKLM\Security\Chome\, but not the MS\Chome. I'll play around with it...
Okay, I would assume that the first registry entry in "ICONPATH" is for active and the second is for inactive...
My question is this: what .dll file contains the icons or where are they located? Is there an app/way to browse them more easily inside of the Dash and get their icon ids?
Sure, I could make my own and whatnot, but I'd like to look around at what is already there first.
in windows directory file called bronzeres.dll
This thread will instruct you on how to unsign the .dll file prior to editing it.
Mikey1022 said:
in windows directory file called bronzeres.dll
This thread will instruct you on how to unsign the .dll file prior to editing it.
Click to expand...
Click to collapse
I don't want to edit the file. I just want to view the icons (and their id numbers) that are enclosed *in* the file.
Then find a program called PE Explorer.
Its for your desktop, you will need a copy of your dll file to open in the program.
If you dont know how to copy the dll file from your phone to your desktop...
switch your homescreen to a NON SLIDING PANEL one.
then copy the dll to your desktop.
Mikey1022 said:
Then find a program called PE Explorer.
Its for your desktop, you will need a copy of your dll file to open in the program.
If you dont know how to copy the dll file from your phone to your desktop...
switch your homescreen to a NON SLIDING PANEL one.
then copy the dll to your desktop.
Click to expand...
Click to collapse
I'm aware of how to do it *on* my laptop/computer. I was just wondering if there was some quick app to do it on my smartphone.
ruinertt said:
I'm aware of how to do it *on* my laptop/computer. I was just wondering if there was some quick app to do it on my smartphone.
Click to expand...
Click to collapse
NO THERE IS NO WAY TO OPEN DLL FILES ON YOUR PHONE.
If you want to just see the icon numbers on your phone, then you should do as Mikey said, open with pe explorer on your pc, copy all the icons to a folder, then copy this folder to your phone. Then you can view the icons on your phone if thats what floats your boat.
showaco said:
NO THERE IS NO WAY TO OPEN DLL FILES ON YOUR PHONE.
If you want to just see the icon numbers on your phone, then you should do as Mikey said, open with pe explorer on your pc, copy all the icons to a folder, then copy this folder to your phone. Then you can view the icons on your phone if thats what floats your boat.
Click to expand...
Click to collapse
I looked at the resources in bronzeres.dll and it appears that the active "colored" icons are one less number than the inactive icons. For example: inactive = 2051. Colored = 2050. Inactive = 2101. Colored = 2100.
The first number in ICONPATH is the active panel icon color...the second number is inactive (unselected panel) icon.
Colored icon:
(icon id 2050)
Uncolored icon:
<-- yes, there is an icon there in white (icon id 2051)
Original setup:
HKLM\SOFTWARE\Microsoft\CHome\CClock\
ICONPATHS 2051;2051
To have the top left icon turn into the colored icon when that panel is selected, do this:
HKLM\SOFTWARE\Microsoft\CHome\CClock\
ICONPATHS 2050;2051
I changed the first icon in the iconpath down one number (from 2051 to 2050). Reboot and you will see the new colored icon in the top left panel when you select the panel.
It would just be easier if you could do it from the phone. You can do it with the PPC phones. Here is an app (RViewer) that works on the PPC phones:

Iphone skin with slidelock

Here is a fully Iphone skin with Wisbar Advance 3 and Wisbar Desktop 4
First of all here are the screencaps :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Follow this steps :
1) Save the installation of WA3 and WAD LAST after your application installs to avoid any
install conflicts.
2) Install WAD first, and THEN Wisbar Advance 3. Currently a bug issue with theme selection
is present if installed backwards in the "traditional way".
3) Copy WA3 iPhone theme to *root*/Program Files/Lakeridge/Wisbar Advance 3/
4) Copy both WAD iPhone Portrait and Landscape folders to *root*/Themes/Desktop
5) Goto WA3 Menu options and set Accordingly....
a) Plugins, Desktop Checked.
b) Softkeys, leave everything except check "hide softkeys"
c) Start Menu, (this is all optional to you) check off "show Icons, show desktop, show
settings, expand settings, precache icons, hw keyboard maps to startbutton, close
start panel after launch, overlap taskbar
d) Startup, check "run after soft reset", set delay to 0 seconds
e) Task Panel, choose as desired, uncheck show softkeys
f) Taskbar Assignments Tab
Battery - Tap - memory bubble - visible - right
Clipboard - NOT visible
Clock - Tap - Calendar - visible - right
Close/OK - visible - right
Custom 1 - Tap - visible - right
Custom 1,2,3,4,Home, Menu, Minimize, Network - NOT visible
Phone - tap/hold - Cascading Start Menu/Tasks Panel - visible - left
Rotate, SIP, Start Menu, System Notifications - NOT visible
Volume - Tap/Hold - builtin volume bubble/toggle mute - visible - right
Order Tab
Right aligned icons in order, Clock, custom 1, volume, batt, close/ok
Left aligned icons in order, Phone
Clock Tab
One Line, h:mm tt, MM/dd, visible
Title/Tasks Tab
Both unchecked
Others Tab
Everything unchecked except "display the actual" and "rotate the screen"
g) Tasks, check "skin wait cursor"
h) Theme, select iphone_portrait in the portrait tab, select iphone_landscape in the landscape tab
install and select iphone v0.1 for WA3 theme. Feel free to delete the stock *_portrait and *_landscape
folders in /Windows/themes/desktop to save space
i) User Menu, uncheck "display near softkeys"
6) Everything should be setup and installed appropriately, you may need to go into WAD
settings and choose cleartype.
7) goto the weather page, if weatherpanel isnt showing up, hold down the stylus, choose
NEW/today plugin/ and select weatherpanel. Adjust options as necessary.
8) You may need to right hold on some icons, choose properties, and point to the right executables
in your start or programs group just in case the buttons dont work off the bat.
Here are the Download links :
Wisbar advance 3 : http://rapidshare.com/files/82893855/WA3_3.14.rar
Wisbar desktop 4 : http://rapidshare.com/files/82893856/WAD4.rar
Iphone skin pack : http://rapidshare.com/files/82893854/i-phone_pack.rar
SlideLock & dailerSkin : http://rapidshare.com/files/86429883...ide_dailer.rar
welcome to nice flash arcade
www.arcadeone.net
​
Sweet when is this custom iphone wm6 ROM gonna be available?
Woooooooooooooooooooooow
Thanks a lot my Dear
Hi, this looks really great but i can't find the iphone v0.1 for WA3 theme that you describe on step h, can you please tell me where can i find it?

[SKN][17 MAY 09] SEX1cons "X" SERIES taskbar icons + MANY "START/WAIT" OPTIONS

[SKN][17 MAY 09] SEX1cons "X" SERIES taskbar icons + MANY "START/WAIT" OPTIONS
SEX1cons "X" series taskbar icons​​
10 MAY 09: QUICK NOTE TO LET YA ALL KNOW THIS TASKBAR IS ALREADY 5% INCREMENTS ENABLED, JUST ADD ETHERMIND'S NEW POWER DRIVER !!!
Please remember this one is for WINDOWS MOBILE 6.1
If you already jumped to the NEW OS, then visit the X SERIES FOR WINDOWS MOBILE 6.5 THREAD​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
RELEASE DATE & WORKS
17 MAY 09: Added a cooked HTCVolumeControl.dll (post 2) for TF3D2 (Manila 2) users who want to keep the single volume slider
26 mar 2009 - Version 1.1​
Small changes here and there, special mention to frezorer's awesome graphics artwork for "stereo headset" icons
Added several choices for START icon: Green SE logo modified from Guap, Blue SE logo from GearX, Bouncing SE logo from akp99 and my Blue/Silver Windows logo
25 mar 2009 - Version 1.0​
"Xperia Panel" inspired, zero colour [black/white + "silver" shades of gray only], simple and minimalistic set of taskbar icons
Battery metter icons: 5% increments [Requires Ethermind's battery enhancer power driver]
Included "Line 1" & "Line 2" icons, thanks to AxE-mAn & R3PUBL1K for testing
INSTRUCTIONS
Uninstall any other taskbar icons set first [REQUIRED or may not be able to uninstall later]
Install SDKCERTS first [REQUIRED]
Copy CAB installer to phone and click to install
NOTICES
Absolutely uninstallable
Compatible with all cooked ROMs, but this set includes the original Xperia phone canvas
"HTC VolumeControl" overrides speaker icons if installed after any taskbar skin, just re-install to get the speakers back, or install VolumeControl first
As always, feel free to share/cook/copy/edit/modify/etc [as long as authory is acknowledged, of course]
DOWNLOADS
SEX1cons_X_v1.1.CAB [Start icon: Standard Windows flag]
SEX1cons_X_v1.1-BlueWIN.CAB [Start icon: Silver/Blue Windows]
SEX1cons_X_v1.1-BlueSE.CAB [Start icon: Blue Sony Ericsson, Waiting cursor: bouncing Sony Ericsson]
SEX1cons_X_v1.1-GreenSE.CAB [Start icon: Green Sony Ericsson, Waiting cursor: bouncing Sony Ericsson]
Developers package [DLLs, ICOs, shellres variants] available on post 3
- darthmelk asked for a TF3D2 "single-slider" HTC Volume Control version
so I prepared a VolumeControl DLL for all of you using TF3D2
If your volume slider looks like this, you need to add this DLL @ post footer to keep it single instead of double
Just replace HTCVolumeControl.dll @ /windows/ with this one
- These are screen caps from R3PUBL1K to show how the "X" series "Line 1" icon displays
(this was just a test for the "Line 1" icon only, the others are not mine):
And this is the "Line 1" icon for the "F" series:
Also, I will try to make separate CABs later, this way anybody will be able to add Line 1 & Line 2 icons to their favorite icons set
AND MORE TO COME !!
SOON: I'm working on a "deluxe" version of the "X" series with more detailed & colourful icons
Sort of this:
.
DOWNLOADS
DLL package contents:
HTCVolumecontrol.dll
outres.192.dll
phcanOverbmp.dll
shellres.192.dll
tapres.192.dll
tshres.192.dll
All files were extracted from Xperia X1 UK ROM R2A, then were unsigned, edited with ResHacker and re-signed with a private developer SDK certificate​
ICO package contents:
22 Battery icons for 1%,5%,10%,15%,20%,25%... 100% & charge
70 signal icons including connection animations for signal, GPRS, EDGE, 3G and HSDPA
22 USB icons for sync connected and animation
14 WiFi icons for on, new, connected, disconneted and animation
10 other icons for speakers, loudspeaker, messages, multinotification, etc
6 bitmaps for Bluetooth, headset and Line 1&2
All icons are my artwork​
shellres package contents:
Xseries_shellres(START)variants.zip contains the 3 versions of shellres.192.dll with the different START icons and Waiting cursor animations​
Have fun
.
I really like your X Series. I'd suggest that you make a SE and Standart version like the one you made in Beta 3. I love this blue / silver windows logo.
If you consider making more versions with "more detailed & colourful icons" ... I really like the combination of blue and silver. Blue battery and earth from Beta3 were great .
Thanks for your work on all this icons and skins! Keep it up
Dadaism said:
(I'll start posting in the new Subforum, although your thread isnt finished yet)
I really like your X Series. I'd suggest that you make a SE and Standart version like the one you made in Beta 3. I love this blue / silver windows logo.
If you consider making more versions with "more detailed & colourful icons" ... I really like the combination of blue and silver. Blue battery and earth from Beta3 were great .
Thanks for your work on all this icons and skins! Keep it up
Click to expand...
Click to collapse
You mean the blue/silver SE logo??
Ah man I love that logo, wish it was in each of the icon sets.
AxE-mAn said:
You mean the blue/silver SE logo??
Click to expand...
Click to collapse
I like indeed the blue windows logo :>. You could go with a SE logo version and I take the windows one .
It's just the question if gtrab wants to make several diffrent cabs with just one new icon (start logo). Alternatively we could replace the icon ourselves if gtrab publishes them and tells us what to do . They are not in the current ICO package, aren't they?
how do i get the battery indicators to show on the task bar? I'm using vista hide right now...but rather use yours.
eduong503 said:
how do i get the battery indicators to show on the task bar? I'm using vista hide right now...but rather use yours.
Click to expand...
Click to collapse
Pretty simple, just remove VistaHide and soft reset.
Tried the icons, the animation is great, the icons look good, maybe smaller than I thought.
What I would like:
1. Green SE start icon and bouncing SE wait icon included. I overwrote the shellres.192 file but I would prefer it to be integrated in your cab.
2. Red battery when low.
3. Move the signal bars up not to overlap the icon border. Or if you can't do that, cut the border where the signal bars will be displayed. It will look nicer.
4. Bigger battery icon without the numbers.
Nice job!
I'd like green SE start and wait icon too
Waiting the blue SE logo
foxvengeor said:
Waiting the blue SE logo
Click to expand...
Click to collapse
Wait is over, thread updated
ok...thanks...
let's roll!
Perfect work! Thank You, Lord!
Now this is near perfect for me...
Thanks very much
Do you have plans to work on the animated AS icon?
Excellent, I think you managed to please everyone!
I think the only problem now is with the signal bars over the icon border. Does the system put the bars in that position or you chose to make the icons that way?
darthmelk said:
Excellent, I think you managed to please everyone!
I think the only problem now is with the signal bars over the icon border. Does the system put the bars in that position or you chose to make the icons that way?
Click to expand...
Click to collapse
gtrab mentioned this before to me...
There´s nothing I can do about the signal bars being out of frame cause those bars are generated, not replaceable icons as the other ones
Click to expand...
Click to collapse
SO it might be better to this icon differently without the boarder? or just make a change to the icon and remove the bottom bar
Well, then I guess the best idea is to cut the border where the bars appear.
Nice job gtrab...looks nice on xperia
Thanks a lot...
@gtrab
For now on, i stick with this set that I love it.
As I asked in the F series, is it possible to do a small change that when switch to plane mode to see an icon like a plane? Something like my second image (excuse my lack of talent).
And, for the wait bouncing SE logo, can be done without the square? Only the circle?
Thanks!

Transparency

Does anyone know how to make the slider bar transparent?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It makes the big tab transparent but not the whole slider itself
Transparentsy!
You have one post in the Blackstone forum for applications
that works like a charm!
If you like you can check there!
name of it is Transparent bottom bar
Sorry i do not remember the what page it is on!
Regards Obalia73
transparent slide bar
not sure if this is what your looking for.
this makes the whole icon on slide bar transparent. IN CERTAINS ROMS IT WILL ALSO MAKE THE ICON IN THE SLIDER TAB TRANSPARENT TOO. basically you don't see any icons at all (ANYWHERE) in slide bar or slide tab. you only see your slide tab.
IN SOME ROMS, I CAN SEE THE ICONS INSIDE THE MOVING SLIDER AND THAT LOOKS NICE.
only rom i remember that shows icon in slide tab is itjes. all other roms is transparent all the way except slide tab.
no more heroes cab makes the BIG ICON DISSAPPEAR ONLY SHOWING THE WORD. EX. calendar word shows but not big icon above the word.
found this somewhere in blackstone threads.
anyways i don't know how to be more clear than that. just try and see
I feel the need to point you to my thread.
dadeadman said:
Does anyone know how to make the slider bar transparent?
It makes the big tab transparent but not the whole slider itself
Click to expand...
Click to collapse
If by "the big tab" you mean the big icon above "Calendario" in the screenshot..? Then you should probably talk to rotastrain, as both icons come from same graphic-file, and this would require a partial relocation thru some mode9 editing.
In this pic,
The icons can be seen but the bar itself is quite transparent and i can see the picture underneath. However in this,
the bar is black when visiting other tabs
Try attached file...
Threads link here: http://forum.xda-developers.com/showthread.php?t=502799
we r having what i call a massive lack of communication.can u please tell us exactly what u want?i will be more than happy to tell u wher to get ,if u can get it,or if i can make it in the future..
from what i get.u want to hide the overlapping icons.that u can find in my crystal transparency theme but it isnt compatilbe with newer roms.i feel u also want to hide the bottom bar.which is also ther in many places
just try to explain it nice n easy n v can all help each other
cheers
rota
rotastrain said:
we r having what i call a massive lack of communication.can u please tell us exactly what u want?i will be more than happy to tell u wher to get ,if u can get it,or if i can make it in the future..
from what i get.u want to hide the overlapping icons.that u can find in my crystal transparency theme but it isnt compatilbe with newer roms.i feel u also want to hide the bottom bar.which is also ther in many places
just try to explain it nice n easy n v can all help each other
cheers
rota
Click to expand...
Click to collapse
Sorry. What i was saying is the slider bar itself is a black strip, with the white icons on it. In this picture,
you can see the icons, but the bar, is no longer a black strip, now 80% transparent so u can see the wallpaper underneath. But installing lucarp's slider, the transparency for the bar only works when im in the home tab. So when in tabs like music or messages, the tab is a black strip again, but everything else works fine.
This is what i was talking about. In the final, i can see the wallpaper below, but the bar is not totally gone.
Hi ppl.
@deadadman
Well from what I could understand the only thing you're missing is the BG for all tabs. You already have the slider transparent, but you only notice that in the home tab because you have a background other than black... In calendar and music, for example, you have a black background so you'll not see the background of the slider as you see it in the home tab.
Regards,
Psy'RaKKa
Psy'RaKKa said:
Hi ppl.
@deadadman
Well from what I could understand the only thing you're missing is the BG for all tabs. You already have the slider transparent, but you only notice that in the home tab because you have a background other than black... In calendar and music, for example, you have a black background so you'll not see the background of the slider as you see it in the home tab.
Regards,
Psy'RaKKa
Click to expand...
Click to collapse
Nope its not becos of the background being black. The pic posted was just an example. I've used the wallpaper changer for all tabs, so its the slider not being transparent
Try to put this file in your windows folder and restart your phone
If it works, I can make it with more transparency or totaly transparent...
dadeadman said:
Nope its not becos of the background being black. The pic posted was just an example. I've used the wallpaper changer for all tabs, so its the slider not being transparent
Click to expand...
Click to collapse
Well if you used BG for all tabs and you still don't see the slider transparent in other tabs AND Mopral's file still doesn't work.... Let me ask you a question: Have you used the "Nocurtains.cab"?
If didn't please try:
NisseDILLIGAF NoCurtains
http://forum.xda-developers.com/atta...1&d=1221576655
Also see this thread (http://forum.xda-developers.com/showthread.php?t=481707 - post #8) for further explanations.
Hope I've helped somehow.
Regards,
Psy'RaKKa
moprals file did the trick. Thanks guys!

Transparent Folder Icons for Nova Launcher

I'm a big fan of the new possibility to change the look of the folders on my homescreen with the new Nova Launcher.
Here's a little collection of PNG-Files that could be used as a folder Icon.
To change the look just follow these simple steps: Go to Nova Launcher-Settings -> Desktop -> scroll down to the last 2 entries "folder preview" and "folder background" in the brandnew Nova Launcher...
Note: The attached file is no flashable ZIP. It's only a ZIP-File which contains the PNG-Files.
This is a collection of racks. All of them are based on the wooden Rack (found a picture, used it as a draft, resized it, added shadow, etc.):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The credits for the Nexus Folder goes to flx-grafix and his Icons. The iOS-Folder is from Alex (thx!) and the new "wooden" icon is based on delta909's work):
Here's a collection of Folder-Icons made by H03! You'll find the ZIP-File with his Icons here:
Two nice looking Folder-Icons presented by Solarus2011:
Folder-Icon is based on the balloon Dock-Icons you'll see in the following screenshot. Balloon-Dock-Icons are made from grevenlx.
BTW: On Rootzwiki is another thread about Icons.
Awesome idea! I'm working on a few myself. I'll add them here when I get some done.
s60mike said:
I'm a big fan of the new possibility to change the look of the folders on my homescreen with the new Nova Launcher.
Here's a little collection of PNG-Files that could be used as a folder Icon.
Wooden Rack (found a picture, used it as a draft, resized it, added shadow, etc.):
White Rack (my own based on wooden Rack):
ICS Rack (my own based on wooden Rack):
Nexus Folder (credits to flx-grafix and his Icons - a little expanded):
IOS Folder (thx alex):
Maybe you'll add some of your own creations on this thread and I'll add them right here
Click to expand...
Click to collapse
Awesome work, thanks! already using them
Great to have you here Nitroz! I LOVE your black theme for my nexus.
The idea sounds cool. But how do I use these icons? When I choose on the icons as folder icon, the contained apps are hidden behind the icon.
Nova-Settings -> Desktop -> scroll down to the last 2 entries "folder preview" and "folder background" in the brandnew Nova Launcher...
s60mike said:
Nova-Settings -> Desktop -> scroll down to the last 2 entries "folder preview" and "folder background" in the brandnew Nova Launcher...
Click to expand...
Click to collapse
I see. Now it's working. Thanks so much for these very nice icons.
Gesendet von meinem Galaxy Nexus mit Tapatalk
I love Nova launcher and you just gave me great idea with the background.
Thanks.
very good idea s60mike
what about the Background for the folder when open ?
name is portal_container_holo.9.png
and attention it is a 9.png so must be managed by draw9patch
and we must change the apk for that (possible on my side)
here is mine , just the same as the dev but more transparent as you can see on my screenshot
litte mod with your folder background
Uploaded with ImageShack.us
not possible for the moment with the std apk
hmm - maybe with a wooden wallpaper? But i prefer the normal black open-folder-view.
Uploaded with ImageShack.us
like that ?
very good 3ad!love many of these...i'd have a request to the OP,let me say if could it's possible for you make that.however happy if you don't\can't (no time or not want)
i like the dock with light blue color,possible to have it more blue,like those pics?thanks in advance for reply!
Give this a try and send us a screenshot how it looks like:
with a simple wood wall
Uploaded with ImageShack.us
Nice looks great !
awesome check out mine. http://forum.xda-developers.com/showthread.php?t=1519723
Sent From Space Using My ICS Flavored Sensation
Made a new "wooden" icon (based on delta909's work):
brunoisa10 said:
very good idea s60mike
what about the Background for the folder when open ?
name is portal_container_holo.9.png
and attention it is a 9.png so must be managed by draw9patch
and we must change the apk for that (possible on my side)
here is mine , just the same as the dev but more transparent as you can see on my screenshot
Click to expand...
Click to collapse
could you share that blue circle pls?
simple folder icons
Oh hai
some simple folder icons build with Simple Text-Text Icon Creator App
Preview
Download
attached
Simple Text-Text Icon Creator App
marketlink
Other Icons (preview pic: dock)
marketlink
Rom Theme (preview pic)
Black Nexus

Categories

Resources