Questions tagged as 'layout'

1
answer

Different ways of exposing data

Is it wrong to expose data and actions that should (inputs, and buttons) be made on these data in tables? Example in the figure below is showing data and actions that should (inputs, and buttons) be made in the form of a table (in red) marked...
asked by 02.02.2015 / 13:30
3
answers

Create TextView's dynamically

I have TextView and would like instead of filling with a Arraylist , with all items in its setText , that it be created several times on the screen, with the respective items of this array, in each setText of each T...
asked by 19.12.2016 / 13:55
1
answer

Java interface layout

I'm developing a program for a friend and I'm using the Java language for this. I'm using the Netbeans IDE which has the feature of building the user interface (UI) by drag n 'drop, using Swing. I have a lot of trouble building UI, I'm pretty...
asked by 14.10.2014 / 21:36
1
answer

Why does the "Landscape" position not resize the LongListSelector?

Why do not I resize when I put the cell in the Landscape position? Here is the image: FollowmyLongListSelector<Gridx:Name="ContentPanel" Grid.Row="1" HorizontalAlignment="Center" VerticalAlignment="Center"> <phone:LongList...
asked by 02.05.2014 / 19:17
1
answer

How to add the eye to display the password in Android Studio?

I created a login form in my application and would like to put the eye button so that it can display the characters of the login field, as shown: Ihavealreadydonesomeresearchandtriedtoaddfunctionalityinmyapplication,butwithoutsuccess.Myloginlay...
asked by 07.01.2018 / 18:26
1
answer

Leading vs line-height

I have the following problem in converting a layout, I have a list of names that have the following property (in the image below): IfoundsomeformulaslikethisLine-height=Font-size+Leading/2,butwhendeterminingthelineheightincss,thedistancedoes...
asked by 21.01.2016 / 18:23
2
answers

Problem with position and size of components

I'm doing a program using the wizard, the famous "click and drag". Most of the project I'm doing on my computer, and I use the command to maximize the screen in the frame, and I set the panels right so that everything fits, but when I continue t...
asked by 28.03.2018 / 00:27
1
answer

Component placement using GridBagLayout

I'm doing a panel and I want to have the following layout: The width of the panel occupies the full width of the frame, and I want to have 4 buttons in the right corner of that panel. I created a panel as container , and within that panel...
asked by 26.04.2014 / 20:31
2
answers

Problem in creating fixed layout [closed]

Well, I'm having trouble creating a fixed layout f that fits only the height or width of the screen, be it the phone or the desktop. But it's not a responsive site, it's a normal site for desktop , not for mobile version, but when I...
asked by 05.06.2015 / 23:58
4
answers

Doubt with height in a DIV

I have a problem, which seems very simple and I've done it before, but I just can not remember how! Assuming a page with 3 divs (header, content, and footer) how do I make the content div occupy all free space on the page? Ex: <div id...
asked by 11.01.2016 / 17:46