Questions tagged [evenly]
21 questions
0
votes
1 answer
android distribute evenly imageview android programatically
I am trying to distribute imageviews evenly on a screen, the Imageviews are different size and In the example below I want to have 12 imageviews, 4 in each row and 3 rows. The problem I get is that the just clump together to the left and every…

Tobias Sundqvist
- 3
- 2
0
votes
0 answers
Sample Elements with Evenly Distributed Value
I have a programming problem, which can be described as follows:
given a sorted array x and a number k, I am asked to return another sorted array y, such that the elements in array y is evenly distributed by its VALUE (not index).
I am required to…

Qiang Zhang
- 169
- 1
- 10
0
votes
2 answers
Distribute a group of buttons evenly inside an Android Layout
I have 12 buttons and they must be distributed evenly across the horizontal and vertical axis of a Layout. I cannot use GridLayout. This is how it should look:
Also, I don't want to get message about performance issues due to wrong use of the weight…

ali
- 10,927
- 20
- 89
- 138
0
votes
1 answer
Distribute elements with gap between them evenly in parent div and change their width automatically
Problem: Div is 850px and has a variable number of child elements (image in link element).
I want them to change their width automatically so they fill out the parent div having a 10px wide gap between them. Also they should be justified in the…

unwohltaeter
- 1
- 2
0
votes
3 answers
Evenly redirect users to 18 different pages AND confirm submission
Have a design problem and would appreciate some advice.
I am expecting 540 participants to complete 18 surveys. Each survey should have exactly 30 participants (to COMPLETE/SUBMIT the survey - not to just VISIT the survey). The surveys are highly…

o1o1o111
- 93
- 1
- 5
0
votes
2 answers
UIView resize evenly
I have a uiview subclass that i want to expand evenly. I mean I want the origin point of the view to be in the center, and have the width and height expand the same amount. Right now the origin point is in the top left, (0,0), and it expands down…

michaela
- 173
- 1
- 2
- 13