Top "Floating" questions

This tag is related to GUI elements that either should be or appear to be floating above a panel or background, or in case of certain types of general layout.

In the tabpanel of ExtJS 4, how to catch the tabchange event anytime I click a tab?

For each tab in the tabpanel, I have one floating panel located in a fixed spot. When I switch the …

javascript extjs tabpanel floating
Floating Action Button with square shape

When I set a color to my fab, it looks like so: My layout xml: <RelativeLayout xmlns:android="http://…

android button action floating floating-action-button
Making 2 divs float:right with one under the other

I don't know how to better express my title so I'll explain here. I got a HTML/CSS page with 3 …

css html floating
Ripple requires API level 21 (current min is 11), android?

I have the below drawable <?xml version="1.0" encoding="utf-8"?> <ripple xmlns:android="http://schemas.android.com/apk/…

android material-design floating ripple
Invalid Floating Point Operation

I keep getting this error "Invalid Floating Point Operation". I'm on Delphi 7. uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, …

delphi point floating operation
Flutter: How to make a Card overlap the AppBar?

How can I make a Card in Flutter that overlaps the AppBar? Negative margins are not possible as far as …

layout flutter floating
Getting the fractional part of a double value in integer without losing precision

i want to convert the fractional part of a double value with precision upto 4 digits into integer. but when i …

c double type-conversion precision floating
How to create "floating TextViews" in Android?

I'm programmatically putting various TextViews into a LinearLayout with a horizontal orientation. After 2h of research I couldn't find out …

android alignment textview floating
View can not be anchored to the the parent CoordinatorLayout

this is not my app, this is nordic app that put its source on github and I am trying to …

android user-interface android-support-library floating android-support-design
Greater than or equal for floats failed

I was running a small python test I wrote against some data and got some weird results. Boiled it down …

python floating-accuracy floating