I can help with a transparent button? - Windows Mobile Software Development

Good afternoon ,
I am doing a college project and not make vb.net 2008 logo for mobile devices , the button is transparent
I could put the image transparent by changing the color pink . png
and everything looks good ,
the question is how I can put it after like a button ?
Thanks in advance .
this is the code I have the picturebox2 is the one with the pink color is . png
Dim g As Graphics
g = Graphics.FromImage(PictureBox1.Image)
Dim Picture As Bitmap
Picture = New Bitmap(PictureBox2.Image)
Dim imgatr As New Drawing.Imaging.ImageAttributes()
Dim colorx As Color = Color.FromArgb(255, 0, 255) 'Transparent color
imgatr.SetColorKey(colorx, colorx)
Me.PictureBox2.Visible = False
Dim Rectangle = New Drawing.Rectangle(70, 90, Picture.Width, Picture.Height) 'destination rectange
g.DrawImage(Picture, Rectangle, 0, 0, Picture.Width, Picture.Height, GraphicsUnit.Pixel, imgatr)

Hi,
What I understand is that you want to add a button with a transparent background to something which I suppose is a form or a User Control, is that correct?
There is no such thing like a transparent background button out of the box in .Net CF.
You can implement a custom control for this. A transparent background control needs to know how to paint whatever is behind it before drawing it owns content to provide the transparency effect. You can implement it but keep in mind that you might need to pass a bitmap with the background to the "transparent" control, or build a mechanism to discover it.
However, It's highly probable that in your use case you don't really need such a complexity. Can you please elaborate why do you need a transparent button? if the background is not dynamic, you can probably just create a bitmap that already include the background and that would be enough.
If you have any doubt just send me a private message. It can be in Spanish BTW.

If all you want is the graphics, some web sites will generate them for you.
One is http://cooltext.com/
You can choose from several different graphics and give your own button text. It will generate a PNG with a transparent backgroup, ready to be used.

Related

[THEME]How we can make Background for all Tabs (MANILA V3).

I will try to explain how we can make backgrounds for all tabs for the new manila V3.
First from all we choice a wallpaper which can give good looking at portrait and landscape mode.
Wallpaper must be dark color (Black, dark Grey, Blue dark e.t.c) because the light fonts let a line to look at the background.
We edit the wallpaper with photoshop.
PORTRAIT MODE
Our wallpaper for Portrait must be in PNG and to have dimensions:
480 width X 768 length
We cut the wallpaper in two pieces because at this manila we have 2 files for it.
The upper part must be 480X512
and the down part 480X256
so as 512+256=768 which is the length of our wallpaper.
The next step is to put them pictures in new transparent PNG files.
The Upper part we put in a transparent 512X512 png file, like at the pic follow, and we give file name, the name of the manila file: 70083a29_manila.png
Yellow line is to look how you placement the picture in the new transparent file.
The down part picture we put in a new png file 512X256 like at the follow picture, and we give name 77feee1d_manila.png
LANDSCAPE MODE
Wallpaper for landscape must have dimensions 800 width X403 length
We cut it also in two pieces.
Left part must be 512X403 and right part 288X403
so as 512+288=800
We put the left part in a new transparent png file with name 29cff4fe_manila.png 512X512 with name like at the follow picture:
The right part we put also in a transparent png file 512x512 with name
058acf31_manila.png like at the follow picture
We put the 4 pictures in a folder and we import this folder at the M9Editor
You can find M9editor Here:
http://forum.xda-developers.com/showthread.php?t=464984
We convert the 4 picture files from png to qtc with editor. Press the button P>Q
Automatically, editor will make 4 manila files.
After that if you know make those files a CAB or copy paste at the windows folder with overwrite and soft reset.
Before you paste the new files at the windows, keep a copy from the original files so as to come back if you want.
AND DON'T FORGET: TAKE A BACKUP FROM YOUR DEVICE BEFORE.
I hope my post will help you to manage your wallpapers
Great guide mate thanks!
What? No more being fed by the spoon?
Thanks for the tutorial. Definitely will give it a go.
Many thanks for this great user guide
Thanks, it's now easy to make it by ourselves
​
Very Cool tut. I went straight to test it. Everything worked fine but.... in my case (Dutty HD V2 XTREME ROM) there is no 70083a24_manila.png, I found a 70083a29_manila.png. So I just changed the name it worked.
The only problem now is that le background picture is like covered with a 20% of opacity black layer, strangelly the portrait version is not affected by the same behavior......
Weird....
Did you check the interlaced option when saving the pngs?
Thanks
Great Job, BIG THANX!
Fedron said:
...The only problem now is that le background picture is like covered with a 20% of opacity black layer, strangelly the portrait version is not affected by the same behavior......
Weird....
Did you check the interlaced option when saving the pngs?
Thanks
Click to expand...
Click to collapse
Just tested - no difference between interlaced & non-interlaced in .png
The landscape is good, the portrait is like a 20% of opacity black layer (c pics).
Fedron said:
Very Cool tut. I went straight to test it. Everything worked fine but.... in my case (Dutty HD V2 XTREME ROM) there is no 70083a24_manila.png, I found a 70083a29_manila.png. So I just changed the name it worked.
The only problem now is that le background picture is like covered with a 20% of opacity black layer, strangelly the portrait version is not affected by the same behavior......
Weird....
Did you check the interlaced option when saving the pngs?
Thanks
Click to expand...
Click to collapse
Of course it is my mistake. The correct name of the file its 70083a29_manila.
From the moment which portrait and landscape are different files, you can fix all the problems in photoshop so as you have the best quality for every mode.
bgumble said:
Great Job, BIG THANX!
Just tested - no difference between interlaced & non-interlaced in .png
The landscape is good, the portrait is like a 20% of opacity black layer (c pics).
Click to expand...
Click to collapse
The same fix it in photoshop.
Has anyone experienced my dilemma, I am having a very thin line between these two pics, (highlighted in red box) can you try it with those plain black or yellow background colors and see if you get the same, otherwise its something im doing wrong. landscape is ok on the other hand. its not that obvious, but I notice it and it irritates me
kieboy said:
Has anyone experienced my dilemma, I am having a very thin line between these two pics, (highlighted in red box) can you try it with those plain black or yellow background colors and see if you get the same, otherwise its something im doing wrong. landscape is ok on the other hand. its not that obvious, but I notice it and it irritates me
Click to expand...
Click to collapse
Default [THEME]How we can make Background for all Tabs (MANILA V3).
I will try to explain how we can make backgrounds for all tabs for the new manila V3.
First from all we choice a wallpaper which can give good looking at portrait and landscape mode.
Wallpaper must be dark color (Black, dark Grey, Blue dark e.t.c) because the light fonts let a line to look at the background.
nanoo-eg said:
Default [THEME]How we can make Background for all Tabs (MANILA V3).
I will try to explain how we can make backgrounds for all tabs for the new manila V3.
First from all we choice a wallpaper which can give good looking at portrait and landscape mode.
Wallpaper must be dark color (Black, dark Grey, Blue dark e.t.c) because the light fonts let a line to look at the background.
Click to expand...
Click to collapse
LOL! Now that you made ur fonts bold, I saw that you have already mentioned this hahah thanks again.
nanoo-eg said:
...
From the moment which portrait and landscape are different files, you can fix all the problems in photoshop so as you have the best quality for every mode.
...
Click to expand...
Click to collapse
Well, my photos all do have the same quality, they just look different in portrait and landscape, look above.
is there any other way to convert PNG > QTC .. i'm having a hard time with m9editor as it crashes every time with "memory corrupt" error
found a solution.. using CFC 0.46 to replace files
nanoo-eg said:
Default [THEME]How we can make Background for all Tabs (MANILA V3).
I will try to explain how we can make backgrounds for all tabs for the new manila V3.
First from all we choice a wallpaper which can give good looking at portrait and landscape mode.
Wallpaper must be dark color (Black, dark Grey, Blue dark e.t.c) because the light fonts let a line to look at the background.
Click to expand...
Click to collapse
Yep I have the same thin line here in portrait mode.
Wallpaper must be dark color (Black, dark Grey, Blue dark e.t.c) because the light fonts let a line to look at the background.
Actually I don´t understand very well this part, the fonts are the reason why we have the thin line? And Kieboy's background is almost black and he have the thin line problem...So the darkness of the image is not the solution...
"the thin line"
as far as i understood it's because of the way the image was trimmed. There's a missing pixel(visible in the screenshot) which amounts for the black column.it's happening when we paste the trimmed piece to the blank transparent 512x512/512x256 png.Aligning the png's respectively with each other (left png aligned right, right to the left) made the thin red line disappear.
does it mean that in photoshop we gotta add a pixel more width(trimming for landscape mode)? or we trim by the recipe but salt it(align) it to our taste!?
jtf420 said:
"the thin line"
as far as i understood it's because of the way the image was trimmed. There's a missing pixel(visible in the screenshot) which amounts for the black column.
aligning the png's respectively with each other (left png aligned right, right to the left) made the thin red line disappear.
does it mean that in photoshop we gotta add a pixel more width(trimming for landscape mode)? or we trim by the recipe but salt it(align) it to our taste!?
Click to expand...
Click to collapse
right to left, left to right? err...i think my thin line appears in the 'Portrait' mode not landscape...
kieboy said:
right to left, left to right? err...i think my thin line appears in the 'Portrait' mode not landscape...
Click to expand...
Click to collapse
for potrait.. push the upper image down a pixel.. lower image up a pixel..
logic : make sure (zoom in 200%photoshop while creating the png) that there's no missing pixel row(portrait mode)/column(landscape mode) It's all in alignment.
Nanoo-eg told us to align it likewise..he marked it up with yellow lines. but we all (with thin black line issues) have seemed to miss it
THANKS Nanoo-eg!
jtf420 said:
for potrait.. push the upper image down a pixel.. lower image up a pixel..
logic : make sure (zoom in 200%photoshop while creating the png) that there's no missing pixel row(portrait mode)/column(landscape mode) It's all in alignment.
Nanoo-eg told us to align it likewise..he marked it up with yellow lines. but we all (with thin black line issues) have seemed to miss it
THANKS Nanoo-eg!
Click to expand...
Click to collapse
I think this will solve the problem.
Naw there is Mun_ras CAB, but it isn't possible to customise your backround like we make manual.
So if someone can make it manual, its match better.
I like MUN_RAS cab but from 20 wallpapers I can use only 2 as well.
I prefer the classic black looking of the HD (blackston ), so I think to make a theme for my self, with other Portrait background and other landscape. I need more business looking at the portrait mode.
i think the way around isn't working. sorry for so many posts and misguiding. but each post is after a try. and it all has failed!
trying to increase a pixel while trimming the pieces.. hope it helps!
checkout the screenshots to see the failed attempt
jtf420 said:
for potrait.. push the upper image down a pixel.. lower image up a pixel..
logic : make sure (zoom in 200%photoshop while creating the png) that there's no missing pixel row(portrait mode)/column(landscape mode) It's all in alignment.
Nanoo-eg told us to align it likewise..he marked it up with yellow lines. but we all (with thin black line issues) have seemed to miss it
THANKS Nanoo-eg!
Click to expand...
Click to collapse
So you mean with a 512x512 upper image, I will push down, resulting to the top part missing a pixel? (granting image was cropped exactly) or you mean that the lowest pixel 512 must have the pixel line found in 511? (confusing? lol) and vice versa. THANKS!

[Q] Is it possible for the ChromeColor to be transparent?

While messing around with the colors and themes in the registry I wondered if it would be possible to make the ChromeColor value transparent. This value applies to the background of the keyboard, as well as the "drawer" type thing (were all the buttons are kept in apps). I think it would be interesting to see and could help free up some screen space (visually, not necessarily functionally). However, I'm a little timid in changing the value myself. I'm not good at anything related to coding really (only small time practice) so I don't know if its possible to change the value to simply "transparent" and have it take effect. The values seem strange because they're FFCCCCCC, while online they typically seem to be FFCCCC so I'm assuming it's CSS values (is there a numerical value for transparent?). I'm worried that if the value is changed to a non numerical value that something will go wrong.
Has anybody tried this? If you know if this works/try it out please let me know as I think it could be really cool for the ChromeColor to be transparent.
Sure, this is possible. The first to digits are the transpareny values. In Hexadezimal-Code F is the highest number. So FF is fully untransparent. Fully transparent is 00 in front of the colour value. 0,1,2,3,4,5,6,7,8,9,A,B,C,D,F this is the order and with that you can change the percentage of transparency.
For example the code #00000000 is fully transparent and black.
JoniJi said:
Sure, this is possible. The first to digits are the transpareny values. In Hexadezimal-Code F is the highest number. So FF is fully untransparent. Fully transparent is 00 in front of the colour value. 0,1,2,3,4,5,6,7,8,9,A,B,C,D,F this is the order and with that you can change the percentage of transparency.
For example the code #00000000 is fully transparent and black.
Click to expand...
Click to collapse
Doesn't fully transparent mean there is no color?
JoniJi said:
Sure, this is possible. The first to digits are the transpareny values. In Hexadezimal-Code F is the highest number. So FF is fully untransparent. Fully transparent is 00 in front of the colour value. 0,1,2,3,4,5,6,7,8,9,A,B,C,D,F this is the order and with that you can change the percentage of transparency.
For example the code #00000000 is fully transparent and black.
Click to expand...
Click to collapse
Alright, thanks for that info. #00000000 turned out to be white (I think), but #00FFFFFF is truly transparent. It's kinda neat, only problem I've identified is that it doesn't take effect in all apps. In the messaging app when I bring up the keyboard its transparent for a second, and then goes to solid black. Not quite sure why thats happening if its supposed to be reading the same registry value. Also, some of the drop down menus (when an app has an error/something at the top of the screen like the music) don't have the backing so the text is unreadable. I think it's best to just stick with solid black.
Is there an app for this? I'd like to know how to do it.
Sent from my SGH-i917R using Board Express
kr3w1337 said:
Is there an app for this? I'd like to know how to do it.
Sent from my SGH-i917R using Board Express
Click to expand...
Click to collapse
Currently the only way to change theme colors (outside of tile colors) is modifying registry values. I'm using the registry editor from here: http://forum.touchxperience.com/viewtopic.php?f=20&t=593 (just look in the attachments box for the newest version).
Once you have the app open you need to go HKEY_LOCAL_MACHINE -> ControlPanel ->Themes. The "0" folder is for the light theme and the "1" folder is for the dark theme.
I'd recommend checking out this thread if your curious about changing some things in the registry: http://forum.xda-developers.com/showthread.php?t=907971

Post your customized device!

I thought it would be interesting to see what people have done with their devices, now that we can do at least a little bit of customization within WP7. I've seen some pretty smooth looking phones in YouTube videos and around the internet. I'm sure no two customized phones are the same.
Whether it be registry changes, accent customization, theme changes, or whatever, let's see what you've done!
I have mine below, I switch between the grayer shade of blue and the darker red. I can't decide which I like more.
Here you go;
^^^Where did u get the battery percent app from?^^^
dapoharoun said:
^^^Where did u get the battery percent app from?^^^
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=13695919&postcount=1
Here some shots from my device:
Here is my trophy ...this week is orange
rmcgraw said:
I thought it would be interesting to see what people have done with their devices, now that we can do at least a little bit of customization within WP7. I've seen some pretty smooth looking phones in YouTube videos and around the internet. I'm sure no two customized phones are the same.
Whether it be registry changes, accent customization, theme changes, or whatever, let's see what you've done!
I have mine below, I switch between the grayer shade of blue and the darker red. I can't decide which I like more.
Click to expand...
Click to collapse
i like a lot your background. Good job
pth6 said:
i like a lot your background. Good job
Click to expand...
Click to collapse
Thanks, I just changed it up today. Not too sure if I like it or not.
Oh my! I need a whole day to read up. I've been missing a lot. How do you guys change your background colour. I have custom tile colours and i thought that was cool but you guys are changing tiles and backgrounds and everything.
If any one is wondering how to Adding Categorizes to WP7 Home Screen
any idea on how to change the background ?
Update
How to Change the background color on Windows Phone
rmcgraw said:
Thanks, I just changed it up today. Not too sure if I like it or not.
Click to expand...
Click to collapse
is there a way to add colors to the background where "dark" and "light" are just like one the other color accents we can do right now? instead of going in and changing the default ones alone?
would like to know, thanks
Changing the background color is easy. You just need a registry editor such as this and edit the registry key:
[HKLM\ControlPanel\themes\*\pageBackGroundColor]
* - 1 is dark theme, 0 is light theme
Enter a hex number after #FF, such as #FF40546e for a steel blue.
You may also want to edit these keys:
[HKLM\ControlPanel\themes\*\Basethemecolor]
[HKLM\ControlPanel\themes\*\TextHighContrast]
[HKLM\ControlPanel\themes\*\TextBackGround]
[HKLM\ControlPanel\themes\*\pageBackGroundColor]
[HKLM\ControlPanel\themes\*\SysTrayBackGroundColor]
[HKLM\ControlPanel\themes\*\TextNeutralColor]
[HKLM\ControlPanel\themes\*\ContrastColor]
Playing around with these should teach you what each changes. To see your changes, switch themes from dark to light and then back or vice versa.
For more information, see: http://forum.xda-developers.com/showthread.php?t=929017
Wow nice phones!
Sent from my Mozart using XDA Windows Phone 7 App
rmcgraw said:
Changing the background color is easy. You just need a registry editor such as this and edit the registry key:
[HKLM\ControlPanel\themes\*\pageBackGroundColor]
* - 1 is dark theme, 0 is light theme
Enter a hex number after #FF, such as #FF40546e for a steel blue.
You may also want to edit these keys:
[HKLM\ControlPanel\themes\*\Basethemecolor]
[HKLM\ControlPanel\themes\*\TextHighContrast]
[HKLM\ControlPanel\themes\*\TextBackGround]
[HKLM\ControlPanel\themes\*\pageBackGroundColor]
[HKLM\ControlPanel\themes\*\SysTrayBackGroundColor]
[HKLM\ControlPanel\themes\*\TextNeutralColor]
[HKLM\ControlPanel\themes\*\ContrastColor]
Playing around with these should teach you what each changes. To see your changes, switch themes from dark to light and then back or vice versa.
For more information, see: http://forum.xda-developers.com/showthread.php?t=929017
Click to expand...
Click to collapse
yeah thanks that is really helpfull but is there a way to add an extra menu color like when it says "light" and "dark" lets say create a string in the registry to add another drop down menu inside the theme to get one that one makes like lets say "orange" or whatever and change back to those other "light" and "dark" themes without editing them?
just add another one without touching the old ones?
i will try this though, just wanted to know if this was possible before i moved anything
tombrighteyes said:
yeah thanks that is really helpfull but is there a way to add an extra menu color like when it says "light" and "dark" lets say create a string in the registry to add another drop down menu inside the theme to get one that one makes like lets say "orange" or whatever and change back to those other "light" and "dark" themes without editing them?
just add another one without touching the old ones?
i will try this though, just wanted to know if this was possible before i moved anything
Click to expand...
Click to collapse
No you can not add new theme ....Just be aware that messing with registry in that level is danger ..Make a backup first
rmcgraw said:
Changing the background color is easy. You just need a registry editor such as this and edit the registry key:
[HKLM\ControlPanel\themes\*\pageBackGroundColor]
* - 1 is dark theme, 0 is light theme
Enter a hex number after #FF, such as #FF40546e for a steel blue.
You may also want to edit these keys:
[HKLM\ControlPanel\themes\*\Basethemecolor]
[HKLM\ControlPanel\themes\*\TextHighContrast]
[HKLM\ControlPanel\themes\*\TextBackGround]
[HKLM\ControlPanel\themes\*\pageBackGroundColor]
[HKLM\ControlPanel\themes\*\SysTrayBackGroundColor]
[HKLM\ControlPanel\themes\*\TextNeutralColor]
[HKLM\ControlPanel\themes\*\ContrastColor]
Playing around with these should teach you what each changes. To see your changes, switch themes from dark to light and then back or vice versa.
For more information, see: http://forum.xda-developers.com/showthread.php?t=929017
Click to expand...
Click to collapse
mmmm, I remember when windows folk made fun of linux folk for recompiling kernels...
Here's Mine
Lets see if anybody spots what I changed in me2(Menu2)
FPM
FlowerPotmen said:
Lets see if anybody spots what I changed in me2(Menu2)
FPM
Click to expand...
Click to collapse
How did you change the page switcher to the Windows logo? Also nice icon switch. EDIT: Is that a different battery icon as well?
BTW, my phone was featured on 1800pocketpc along with part of my tutorial on how to change your phones background color: http://www.1800pocketpc.com/2011/06...-background-theme-color-on-windows-phone.html
Just thought it was pretty cool
rmcgraw said:
How did you change the page switcher to the Windows logo? Also nice icon switch. EDIT: Is that a different battery icon as well?
BTW, my phone was featured on 1800pocketpc along with part of my tutorial on how to change your phones background color: http://www.1800pocketpc.com/2011/06...-background-theme-color-on-windows-phone.html
Just thought it was pretty cool
Click to expand...
Click to collapse
The page switcher and batt icon are standard in the Xboxmod Ver 1.11 rom
All icons have the glass effect fron here:http://forum.xda-developers.com/showthread.php?t=1055567
But in menu2 I have shortened the names down. (Media Volume Settings=Media Vol Settings) And both the messengers were from aterix and whats her name. I changed these to Hotmail and Yahoo.
FPM
Cant wait to get my hands on my own Windows Phone 7 ;-)

[APP/EXPERIMENT] Yellow tint test

Ok so I just wanted some1 to test something for me. I want to know if the yellow tint can be cancelled with a gradient overlay. So done an little app to test this.
Need some1 who has this yellow tint really bad and can see it very easily.
Again this is just a test and may amount to nothing, I need volunteers as I don't have this defect enough to see it accurately at 20% brightness.
The app is safe as there is no burn in mode yet. Just the ability to custom create a 3 point gradient from left to right with variable pixel widths for each segment.
So if anyone can test that has this really bad, that would be great.
IMPORTANT:
This little app has no burn in method yet so completely safe.
THIS IS NOT A THREAD TO ***** OR COMPLAIN AT SAMSUNG!!!
All I want to know is does this cancelling gradient help.
Start, Mid, End buttons set the settings panel to control the points (LEFT to RIGHT)
P = position
R = red
G = green
B = blue
A = alpha
So if you have a yellow tint, then you want to start with blue and alpha etc!
Updated the app to default all 3 points to 119,119,119 a 255 so the starting points are the same col as the bg
UPDATED
Not ment to be that user friendly at the moment
If it does actually do something, then I will probably have nice sliders and ability to save setting etc. Just cant be arsed doing that if it's a none starter.
Sent from my GT-I9100 using XDA Premium App
Mine has the yellow tint on the left side but I'm having trouble figuring out how to use this app. It does seem to be changing gradients.
I should have made the gradients to default to gray, will alter and put new version up later today, may do a little vid on how to use also
Sent from my GT-I9100 using XDA Premium App
updated and put in 2 lines to make it easier to show you where to look
Cool app. Seems to help if you tweak it right. What exactly does the "BURN" button do?
dinan said:
Cool app. Seems to help if you tweak it right. What exactly does the "BURN" button do?
Click to expand...
Click to collapse
Well, if some1 can manage to do an inverse gradient to their yellow tint, then I would enable saving in the app, and enable burn-in, that does just that, full brightness pixel values for extended periods of time to tint the display inversely to the yellow tint, thus attempting to lessen the effect.
Ideally I want some1 with a bad example tint who also has no way to return their phone to try it

[APP] Arc Lighting - Custom Navigationbar for Galaxy Note 10 (hide chin)

(note to galaxy note 10 users set samsung navigatiomode to gesturemode then go into arc lighting and move the buttons up vertically as they are outside of view using gesture mode will make the bar much thinner than normal, force navbar color to black then change the buttons to a line and push them to the edge, this will hide the chin by causing an illusion of the button being closer to the edge than it actually is, the upside to this is that you both get gesturebased navigation and tapbased, by forcing button size it's also relatively easy to hit the buttons)
Download (xda members get free access, will provide unlock codes to any xda member who asks)
https://play.google.com/store/apps/details?id=com.symetium.arclightingnavigationbar
Full Description:
Arc Lighting Navigation Bar is the most advanced custom navigationbar on the market, you can do everything from setting a custom icon per button coloring it after your current wallpaper or app you use or move the buttons up and down both inside and outside of layers, you can apply a colored layer behind each button individually and you can curve each corner of that layer individually you can also set an outline around each layer invidually and you can curve each corner individually aswell this outline can ofcourse change color after your wallpaper or app you're using and you can ofcourse adjust transparency and color lightness as with all other layers, you can force a custom tapspace for each button individually if you feel it's too small for your finger just increase the space and it will be much easier to tap the button, you can set the each individual layer such as the navigationbar or preset icon to change color after the app you're using or after the wallpaper you have both on the homescreen and inside an app, if you prefer to have the wallpaper color even inside the app you're using you can do that too you can also adjust transparency and color lightness if you prefer a darker or lighter color, you can apply an outline to each colored layer individually you can also curve each corner of this outline individually as well as the layer itself, arc lighting custom navigationbar also features modes that you can create and delete as you wish, you can set a custom configuration for how the bar should look and behave inside an app you can set a custom configuration for how the bar should look and behave inside an app in landscape and in portrait, you can do the same on the homescreen both in landscape and in portrait, arc lighting navigationbar comes with various presets such as pc mode which is designed for mouse and keyboard use and a higher dpi setting simply edit only landscape with this mode and have a pc ui, only enable when in landscape, arc lighting navigationbar also features a lighting system that let's you make each button glow individually you can also adjust the glow or turn it off all together, you can have the home button and or back button and or recent apps button pulse when charging, you can use each button individually as a battery indicator and make them change color depending on your charge, you get all this and much more in the most advanced navigationbar app on the market, arc lighting navbarigationbar also comes with various system modes, if you want the best experience choose advanced mode or rootmode, download the simple to use enabler software to give your device the neccessary permissions for advanced mode so you don't have to mess with adb, if you don't want to do this simply choose simple mode this is slightly more limited than advanced more as it will run ontop of your current navigationbar and it doesn't support transparency.
Features:
- Advanced color system with multiple layers of colors that can be enabled or disabled with adjustable transparency or color lightness and or change depending on wallpaper or app.
- Tap Space customization to adjust how big or small you want the Tap Space to be (smaller is better for a mouse and bigger is better for a finger)
- Movement system for each icon to move icons up and down or side to side both inside a layer or with the layer
- Full support for icon packs per icon and preset white or wallpaper/app colored icons with support for glow and lighting indicators
- Lighting system for each individual icon for notifications and various indicators
- PC mode preset for mouse and keyboard use (try to create Windows XP)
- Modes system that lets you set how the bar behaves in landscape and or portrait in-app and or the home screen by default you edit all so uncheck edit all variants to edit individually
i wanted to update everyone on what happened, the app simply died because the developer i worked with simply vanished, i wanted to post this as many of you have noticed i haven't sent out free codes as i should to xda members, my app arc lighting which i put years of my life in including money died, the person i worked with just disappeared, i am not accusing him he said he had corona so i am trying not to think anything i tried to be considerate but i asked whats been happening, i paid money last year to make changes to the app changes which haven't been made and it ended up just dying because it's broken
the last few days i received strange emails from someone claiming they have the sourcecode for something and wanting to sell it to me but they never said for what so i asked what this was about they refused and eventually when i said i'm not interested i received this
---- Unknown Unknown skrev ----
Okay
I am sure someone will pay bitcoin for
com.symetium.holepunchcameraeffects
On Tuesday, 27 July 2021, Jonathan wrote:
> Well i don't want it thank you for your time
> ________________________________
> Från: Unknown Unknown <@gmail.com>
> Skickat: tisdag 27 juli 2021 21:13
> Till: Jonathan
> Ämne: Re: Source Code Purchase
>
> Depends how much you want it.
-------------------------------------------------------
i've had contacts with admins on this website who promoted my app, and some people have helped me in the past i wonder if anyone can help me as i am clueless on what to do, the developer i did work with simply is missing, and i don't believe he would do anything to me, i know two people who have the sourcecode, and i do trust them so i don't really know whats happening, i also have no idea why anyone would even want the sourcecode, the functionality is 5% of competing apps that does exactly the same thing, what people seem to like is my ui design and that can easily be copied.

Categories

Resources