Questions tagged as 'layout'

3
answers

Problem with Css FlexBox the content does not cover 100%

Good afternoon I hope you can help me. I'm doing a simple layout with Flexbox but I can not get the "content" to cover 100% of the available space, the structure is simple: Menu Content Pie It is important to emphasize that the "Menu"...
asked by 09.02.2017 / 19:26
2
answers

Hierarchize layouts

I want to organize the screen of an activity in this way: So far I have this but I overlap all the layouts starting from above one on top of another: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http:...
asked by 21.04.2017 / 13:24
1
answer

Place item below listview

I need to place an element below a listview. So far I have a Linearlayout that contains a spinner that is located on a listview. Being in a LinearLayout, it stays fixed and below I have a Listview which moves down and up. So far it's like thi...
asked by 01.12.2017 / 12:19
2
answers

Why does not the layout change (Portrait / Landscape) when the device is rotated?

I have implemented tabs with the viewpager, depending on the orientation of the screen (Portrait / Landscape) the layout assigned for each view must be changed, but it does not change, it remains with the layout that started the activity, some i...
asked by 12.01.2017 / 00:45
1
answer

QFrame without mosaic and centered

I have the following code: from PyQt5 import QtCore, QtWidgets, uic from functools import partial class MainWindow(QtWidgets.QMainWindow): def __init__(self, parent=None): super(MainWindow, self).__init__(parent) uic.loa...
asked by 12.07.2018 / 19:32
2
answers

Miscellaneous Input-Group online Boostrap 4

Good morning! I tell you .. I am new using Bootstrap 4 and I am trying, within a form, to put several input of the input-group class in the same row. I'm trying the following: <div class="row"> <label for="uno">Pri...
asked by 04.04.2018 / 15:51
2
answers

Line break of a second android textview

I have two textview on the same line, the two textview do not have static content, the problem comes when the second textview is loaded with the data, it takes the second line but not from the left completely. I hope you can help me. The...
asked by 01.08.2017 / 21:15
2
answers

Limit height of a Spinner from Layout

How can I limit the height of a Spinner from the layout where I have it? The problem is that on devices with smaller screens it has too much height , so I need to change it from layout layout <Sp...
asked by 13.03.2017 / 23:09
1
answer

How to superimpose a layout on top of another layout?

I have a splash screen within a relative layout that is responsible for filling the screen of the mobile with the logo of the app. So far so good, the thing is that I'm trying to implement a progress bar so that as you carry out the checks you i...
asked by 21.04.2017 / 11:46
2
answers

Error in getApplicationContext () Android

I am trying to load a Toast Messagge. Inside a class that "paints" a ViewPager . The problem is that I am having an error when it comes to picking up the context. What could I be doing wrong? public class ScreenSlidePageFragment e...
asked by 24.05.2017 / 14:34