Tooltip font too small on 4k display (doesn't scale) - android-studio

I have a 15.6" 4K laptop display. I can easily scale up Android Studio and its fonts -- except for tooltip fonts (i.e. starting tips, and when I hover over a word for Javadocs). Is there a setting to do this?

In case you didn't figure it out already: When the tool-tip appears, there is a configuration button in the upper right corner of the window. Click it, and you get a slider to set your desired font size.

Late answer but it's might will help. If you choose this selection, you can change font size like Chrome.

Related

How do you resize the debug area height in Xcode 12.2?

How do I resize the height of the debug area in Xcode 12.2?
In Xcode 12.2, the debug area takes the entire height of my window, (from the bottom of the upper toolbar to the bottom of my screen). There is no handle to adjust the debug area height.
As I was typing my question I fixed the issue. It seems like this may be a bug. Press the green button to take Xcode fullscreen and then once again to go back to windowed mode. At that point the handlebars for resizing will appear.

How to snap a window to top/bottom half of screen

One of my favorite features in Windows is the ability to snap windows. [1]
With Windows 10 they can now be snapped to quarter-screen, as well as the left- and right-half screen available in previous Windows releases.
Is it possible to snap a window to top and bottom half?
In other words, snap a window to span the width of the monitor, but only half the height? It could be snapped to either the top or bottom of the screen.
https://support.microsoft.com/en-us/help/4027324/windows-10-snap-your-windows
Unfortunately no, not natively. See e.g.: https://answers.microsoft.com/en-us/windows/forum/windows_10-desktop-winpc/snap-assist-to-top-and-bottom-in-portrait-mode/3ecdd25e-8886-4ef1-a7db-0d2e168ce381.
There are third-party solutions, such as https://www.displayfusion.com/Discussions/View/portrait-mode-and-windows-snapping/?ID=8e0ff0b8-5988-43d9-bd54-4567d7869f48 and https://www.nurgo-software.com/products/aquasnap
This is now natively supported in Windows 11. Press Windows+Z, then you can select where you want your window to be. There are several other portrait-only layouts too (the spot that is dark blue is the one my mouse is hovering over):
Not in the way that you snap windows to the left and right; if you try to snap a window to the top by dragging it to the top of your screen it will just maximize that window...and dragging to the bottom won't work at all.
One way that I can think of that will work is minimize 2 windows that you want to split and resize them both so that they span the width of the screen and approximately half the height of the screen. Then drag each window to the desired portion of the screen. To make things easier, you might want to have the window that you want on the bottom of the screen open over the one that you want on top of the screen before you start minimizing windows.

How Do I Increase the Search Text in my Navigation

I am using Bigcommerce and their them Corner Stone.
How do I increase the size of the "SEARCH" text font?
I attached a screen shot image with a blue circle showing where the "search" text is.
Screen Shot
Thank you
Depending on your theme, you may be able to make this change by navigating to Storefront > My Theme in your back office.
However, it's likely that the font size for that one component is the same for the rest of them; in that case, you may have to make manual changes to the CSS stylesheets by editing your theme files.

Changing the properties of the Tools Palette in LiveCode

I inadvertently set all preferences to default in live code 9 and now the width of the Tools Palette is wider (I guess it's three columns wide). I would like to set the width to two columns width.
Also when I start a stack I now see a grey 'background' instead of the desktop. I use MacOS High Sierra on a MacBook Pro and LiveCode 9.0.0.
How can I change these values, since I don't see those items in the Preferences-window.
Thanks in advance.
The tools palette width can be set by clicking on the preferences icon in its upper right corner.
The way to fix your "backGround" issue is to select the "backDrop" menuItem in the "View" menu. Your choice will stick between sessions/

How do I change the size of icons in Android Studio?

I'm building an app with Android Studio, and one of my activities (which lets the user draw on a canvas) has a 'toolbar', with things like 'Clear', 'Undo', 'Redo' etc.
I'm using the built-in icons for this - ie I go to the 'Drawables' folder, right-click, go to 'Add vector asset' and then select the appropriate icon. I've figured out that I can change the size of the icon that gets added, but I can't figure out how to use that.
So, on a phone screen, I'd like to use the standard 24dp icons. However, on a tablet screen, I'd like the icon to be bigger, as they're a bit lost on the bigger screen.
I can't figure out how to do this, though, and I'm not even sure whether I'm using the right approach. I know I can create different drawables sub-folders for different densities, but it's not so much the density that matters as the actual screen size.
What's the best way to go about this?
You should increase the toolbar height, the icon will fit its container automatically.
In case, if you want to change the size of the icon, double-click the xml file of the icon and change the width and height inside. Do not touch the viewportWidth and viewportHeight parameters!
In general, you should not do this, as it wouldn't follow the google guidelines.
app:itemIconsize="30dp"

Resources