Questions tagged [stackview]

214 questions
1
vote
0 answers

StackView within StackView - Overlapped Views

I have been trying to put together a view using Stack Views. The layout looks acceptable within Xcode but the 2nd, 3rd and 4th rows seem to overlap a small area when reviewed in the simulator. There are some autolayout warnings and if I autofix one…
wayju
  • 130
  • 2
  • 16
1
vote
0 answers

Disable StackView onTouch() and enable only RecyclerView oTouch() (inside StackView ) android

I have a StackView which has custom items that contains RecyclerView. I dont't want the user to switch the stackview by himself , instead I wanted it to switch it programmaticaly when all the questions inside the RecyclerView is answered . When I…
karthik kolanji
  • 2,044
  • 5
  • 20
  • 56
1
vote
1 answer

Updating the Height Constraint of a View Inside of a UIStackView

Currently, I set the height and width constraints of one of my views that I later add to the stack view as follows: (For your information, productsTable is a UITableView.) productsTable.heightAnchor.constraintEqualToConstant(tableHeight).active…
Alex Harrison
  • 63
  • 2
  • 8
1
vote
1 answer

How can I achieve the snapchat login look?

On the log in page of snapchat, the button appears on top of the keyboard, I can do that but since the 6plus has a different size keyboard It cuts some of it off. I have two textfields and two buttons all in a Vertical Stack View and I want the…
Mohamed Mohamed
  • 185
  • 1
  • 10
1
vote
3 answers

How do I control the relative widths of UIStackViews nested within another stack view?

I've a fairly difficult layout design that might be easier using nested stack views in iOS. BUT, I'm having problems controlling the size or distribution of stacks nested inside other stacks. One part of the layout, for example, looks OK-ish if I…
DrWhat
  • 2,360
  • 5
  • 19
  • 33
1
vote
0 answers

Xperia album widget stackview implementation

I tried to develop an app with stack like this: You can see that is the album widget of xperia or some other phone I suppose. The thing here is I try to implement this into an application of mine, which need to show the film poster in this way. I…
Hien Tran
  • 171
  • 1
  • 12
1
vote
1 answer

How to advance automatically StackView items on a Widget

I'm making a StackView Widget for my app, i got the Google example available here and used it : StackView Widget Sample source code When i launched the example on my phone inoticed that the widget items advance automatically each few seconds. But i…
Meher
  • 143
  • 3
  • 13
1
vote
0 answers

How to change number of active views in StackView?

Number of active items in StackView is by default set to 5 . Seems like they have'nt provided any api's for setting number of active items . How can I change it to some other quantity ?
davidvarghese
  • 637
  • 2
  • 10
  • 18
1
vote
0 answers

Set same screen background from current view in stack view

I have a stack view of 5 images. Now I want to set background same as image in top of stack view and the background should be change when swipe stack for next image. I tried to set from setOnItemSelectedListener but its not working in stack…
Aazam
  • 33
  • 1
  • 8
1
vote
1 answer

AsynTask with RemoteViews in StackView Widget

I've tried to search for information about StackView Widget and i've found a lot , but nobody used to get data from url . So the problem is , while i'm processing url , my RemoteViews are null , so they don't show nothing. Once the process is done i…
Ionel
  • 31
  • 3
  • 11
1
vote
1 answer

Programmatically show next/previous image in stack widget

I would like to enable a stack app-widget for Google TV. The problem I'm having is that I need to show next and previous views programmatically. I'm currently using a layout with a StackView and 2 Buttons. I can successfully receive the clicks of…
MariusBudin
  • 1,277
  • 1
  • 10
  • 21
1
vote
1 answer

modify stack item count & display listview/gridview inside stackview

I have 2 questions to ask here. I am refering http://www.broculos.net/en/article/android-101-how-create-stackview-widget to create a stackview widget. The default stackview displays 4 items stacked behind each other. Can we change this count ? For…
AndroidGuy
  • 1,270
  • 4
  • 15
  • 32
0
votes
0 answers

Stackview can't be resized follow the size of NSView

I'm a newbie programmer in Mac software developing and now there is a problem I cannot solve it. I want to make a Mac software with simple functions. It looks like the following screenshots, this software has only one window, and the window can be…
0
votes
0 answers

QML StackView: push: nothing to push

I have one listView, on mouseArea after clicking on listview elements should append in Rectangle.but first elements appends but later saying that noting to push QML debugging is enabled. Only use this in a safe environment. qml: Layout qml:…