Questions tagged as 'layout'

2
answers

C # MVC Core.Net 2.1 A Layout shared between different web projects in the same solution

In C # .Net Core 2.1 I currently have a solution composed of several web projects (MVC) and these must be managed in a common front, that is to say that you must navigate through the pages of the different projects from a single application. Thi...
asked by 27.12.2018 / 21:38
1
answer

Can you place two different Layouts in the same RecyclerView? [closed]

To give the example of a chat. The messages are placed in a RecyclerView, and each element of the RecyclerView is a Layout that is composed of a cardView where the name, time and message goes. Now, a user is going to choose an option where th...
asked by 13.09.2018 / 16:57
0
answers

Create Layout Product Magento 2

Hello everyone and thanks for your help. I'm starting with Magento 2 to see if anyone can help me. In Magento 1 I worked the views of some products adding a custom layout in the design section of each product that needed it, added something l...
asked by 11.06.2018 / 09:55
1
answer

Problem to route in cakephp

I have a small problem, they are really two but I think I can not ask two questions on this page. Bno I'm creating a new button, on a page, I literally copy it from another and do not get the changes here I show you the codes: Button codes...
asked by 20.04.2018 / 16:51
1
answer

I want the textView to occupy all the width without modifying the rest

I need the following code to have a layout and the textView to occupy all the width but without deforming the buttons below, which must belong to the second column intact. <GridLayout android:layout_width="match_parent" android:l...
asked by 04.06.2018 / 19:39
1
answer

Group widgets vertically and horizontally in a layout

I'm doing a framework in python and Qt, and I have a question. Let's see if with some help I can solve it. My question is this: when making a layout I want some buttons to form a vertical layout and others a horizontal layout, so the screen w...
asked by 28.07.2017 / 11:23
0
answers

How to show a popup window above the call layout in Android 7.0 version

I am developing a kind of contact provider for Android users. The main function is that when the device receives a call (blocked or not blocked), a popup window with some information of the calling contact appears. The problem is that with versi...
asked by 10.07.2017 / 12:16
0
answers

Scroll two fragments into an activity

The image I put is the example of the moovit app of the functionality that I am interested in implementing, if you drag where the tabs are (stops and favorites) you can scroll up or down and the lower or upper fragment is growing . My q...
asked by 19.03.2017 / 08:48
1
answer

NSLayoutConstraint Unable to simultaneously satisfy constraints

I'm trying to customize my own'UilollectionViewCell' and doing so using constraints gives me the following error: 2016-05-28 17:33:44.843 CollectionView[11392:2736021] Unable to simultaneously satisfy constraints. Probably at least one of...
asked by 28.05.2016 / 22:39
1
answer

Magento 2, how to know the names of the blocks?

I'm looking for a way to know the names of the blocks to be able to modify them, if I want to change the location to the blocks. I'm working on Magento_catalog . Those who have good knowledge of Magento 2, how to completely change th...
asked by 18.09.2016 / 20:16