Childbrowser plugin location bar - phonegap-plugins

i I am using a childbroser to show an external page. On android (don't know about IOS)
the top bar is difficult to see (arrows (left) and cross (right) are light on a lightgray background)
does anyone know how to change this?

you can replace the images of the arrows with ones more clearer

Related

A question about theming of Plank dock - How do I give margin to the bottom of the dock

I have a question about Plank dock application.
As you know Plank supports theming via dock.theme and hover.theme files in .local/share/plank/themes folder. I am using all of its padding options like TopPadding, BottomPadding etc and they are working perfectly.
But how do I provide margin to Bottom? I don't want it to be stick to the Bottom and I want to move it to a little bit up so there will be space between bottom of the monitor and bottom of the Plank. Otherwise I can't provide full Round corners it looks just ugly.
Does anyone know how to move Plank on screen?

In Android Studio How To Remove Guidelines?

I'm learning Android Studio, so I clicked a few buttons to add vertical and horizontal guidelines, but how to roll back ? In the following image you can see how they look, but I can't figure out how to not show the guidelines ?
I figured it out, select it, make sure it turns blue, then hit "Delete" key to get rid of it.
Select the guidelines or just go into the COMPONENT TREE window below the Palettes and delete the guidelines you want.

Adding a text box in Android Studo

Trying to use AndroidStudio (3.4.2) for the first time and it appers to be substantially different to the tutorial at
https://developer.android.com/training/basics/firstapp/building-ui
For example:
There is no layout editor toolbar let alone a show button.
There is no autoconnect button
It doesn't show any wiggly lines from the middle of the blue square to its edges.
When adding a text box it goes to the top left and can't be moved.
WTF is going on? This is awful!
So I know this may sound like the hard answer, but in the long run it will make life 1000x easier.
You need to learn XML to design the activities. It's fairly simple and really easy to research. The reason the textbox can't be moved is because the default layout is ConstraintLayout. In order to fix this, go to the xml file and change the Constraint layout to either Relative layout or Linear Layout. In the end, its more simple to learn straight xml.
I suggest you learn Android programming from here or somewhere else because the Android documentation can be confusing especially for a beginner like yourself and trust me, I've been there.

Pure black background in PyCharm CE and Android Studio

While my search for a Python debugger on Emacs remains unfulfilled, I am giving PyCharm CE a test drive.
Already on my second day I'm encountering a trivial but frustrating point. Is it possible to set the background to be pitch black in just one place?
A program written by programmers for programmers should certainly have included a feature such as "change the background for Docstrings, Comments, Keywords, ... the whole shebang" to black, but I don't see it.
I understand of course that some parts of the UI will stubbornly refuse to change, and I'm OK with that, just so long as the Python code itself appears on a pure black background.
The Twilight and Mokokai themes come close, but their backgrounds still leave ample "contrast room" that could be used by darkening the background color.
(How do we get from left to right... err.. I mean.. how do we get darker than we are.. um, wait... Isn't the version on the right so much easier on the eye.. but anyway, how can we do it?)
Update
The exact same problem and solution apply to Android Studio.
In File > Settings:
Go to Editor > Colors & Fonts > General
Choose the theme you want to modify (will likely need to Save As... your own as you can't modify the default color schemes.
Go to the Text > Default Text colors and change the background to black. The only ones that won't be affected are the syntax highlighters that define their own background (usually select/highlight/errors/etc.)

How to change line numbers background in Dreamweaver CS5?

Does anybody have an idea how to get rid of line numbers blue background?
It's quite distracting :(
Maybe there is some extension for deeper customization of Dreamweaver (CS5) ?
Even here: Tom’s dark DW dark code colorization for Dreamweaver it's still blue.
Thanks!
I don't think there is a way to change it. The line number bar is a hardcoded object and none of the CSS files or XML files affect it.
Actually, there is a way to change it.
By affecting the basic operation system's settings for the active line highlight color it's possible to achieve this effect.
It probably works on all windows platforms:
for this demonstration I ll explain how to do it on win7.
1. right click on the screen
2. choose personalize
3. window color / advanced appearance settings
4. choose 'selected items' from the drop-down menu
5. modify 'color1' to the color u wish to use in DW.
and its all done. DW inherits the operating system's default/modified color settings.
cheers, Nel.

Resources