Most voted "layout" questions
The layout tag is for questions about the placement, alignment and justification of objects with respect to an element it contains for any language or technology.
Learn more…134 questions
Sort by count of
-
0
votes1
answer837
viewsPreview of Android Studio is not playing
I’m having problems importing a project that was written in an older version of Android Studio. My preview doesn’t appear. I’m a beginner and would like a little help! Follow Gradle and xml.…
-
0
votes1
answer130
viewsIonic default layout (template)
Hello, I created an application with Ionic where I have several pages. The application initializes with an intro page then goes to the homepage. I wanted to know how to put a standard footer on…
-
0
votes1
answer164
viewsBootstrap mobile working as -Md
I’m starting a project with bootstrap, but I can’t adjust the mobile. <div class="col-xs-12 col-lg-3 col-md-6 nopadding black appear "> <img src="img/portfolio/thumbnails/1.jpg"…
-
0
votes1
answer114
viewsHow to position a browser within another Jframe interface?
I am developing a project in Java to simulate a proxy server with authentication that presents a single interface, in which several internal frames are arranged inside it. How to position a browser…
-
0
votes1
answer182
viewsAndroid Studio - XML Layout shows no options and always gives error
Any and all layout I create does not show elements like Linearlayout, Recyclerview and others. Only the options below (and the errors too) Also, XML is always with error saying that it is missing…
-
0
votes1
answer932
viewsCenter text within a fixed HTML CSS header
Guys may seem silly, but I can’t center the text of my menu(It’s a little lower than up), I’ve tried padding, align: center, margin, I don’t know why this happens, who will answer please take the…
-
0
votes1
answer31
viewsButton CSS on tablet does not look like shown on PC and Responsive Design Mode
I did everything right but is not as expected when access the site by tablet, click run to see better what I say function mudarNome2() { if(document.getElementById("buttonhide2").value == "Ocultar…
-
0
votes2
answers205
viewsUse Ratingbar with numbering next to Android
Does anyone know how to use the Rating bar with the numbering on the side? The way the ifood uses. I tried to insert ratingBar with only one star but it doesn’t work, and as an image inside an…
-
0
votes1
answer43
viewsDifferent layout in anonymous window and other browsers
I am developing a simple site with html,css, in case it is necessary I put the code later. but the point would be I’m using grids with Row and col of bootstrap, when I open from normal Chrome the…
-
0
votes3
answers181
viewsPosition a circular image in the center
I am creating a website and would like to position the image in the center. .circle { background-color: #aaa; border-radius: 50%; width: 150px; height: 150px; overflow: hidden; position: relative; }…
-
0
votes1
answer89
viewsProblems with Linearlayout
I’m getting started in learning about android development.Taking a basic student course. When I got to class on Linearlayout’s things went sideways. The idea is to insert 1 Linearlayout(General)…
-
0
votes0
answers40
viewsHow to create a dynamic layout of equations system on android
I’m creating an application for Android that solves systems of linear equations in which the user defines the number of equations, and generates a system of Equations, where the user needs to define…
-
0
votes1
answer833
viewsLayout button in flutter
I’m trying to build a video player. However I’m not getting to leave the button the way I’d like. It’s like I need to "extend" the size of the button so that the intersection point of borderRadius…
-
0
votes1
answer732
viewsFlutter - How to use Scrollview correctly when showing the keyboard?
I’ve seen several videos on youtube about it but in my code it doesn’t work like in the video. I’ve looked at some questions and some dirty using the code below, but it doesn’t solve the problem.…
-
0
votes0
answers27
views -
0
votes1
answer47
viewsHow to replicate the same image in the header? C# Asp.Net
I am trying to replicate the same image in the header of all pages, but it appears broken. What can it be? It is a program done in c#, Asp.net. I already searched but could not fix. From what I…
-
-1
votes1
answer1014
viewsFeatured Post - Wordpress
So I want to do something like in the following example http://www.f1bc.com/ Type, the frame that appears on the home of the site I left, where has a post with the big image and 2 on the right side.…
-
-1
votes1
answer60
viewsProblems with dynamically generated Grid Layout
Good morning, you guys! I’m a beginner in the front-end area and it’s one of the first times I’m using Boostrap. This time, I need to deliver a work for the school and for that I developed a kind of…
-
-1
votes1
answer178
viewsLayout of text box
I’m trying to do something like those forum elements, which show a div with a user photo and a space with some text on the right, you know? I’ve tried to position one on the other side using the…
-
-1
votes1
answer569
viewsSoftware to create templates
I started programming in WEB languages a few years ago. I do more full Server-side and front-side changes like javascript, Jquery, Angular, html. But I have difficulty creating templates for…
-
-1
votes2
answers40
viewsDataframe using R
I am with multiple files . xls and all have the same layout. I want to leave them in a single dataframe, for example: df1 nome idade sexo Fulano 22 M df2 nome idade sexo Fulana 27 F dfJuncao nome…
-
-1
votes1
answer49
viewsHow to make layout not be pushed up when my app keyboard appears?
Layout of my application: The bug happens when I click on any of the editTexts to add some value to them: As you can see, the ad and two of the balloons go up. In this case, until The ad rise is not…
-
-1
votes2
answers162
viewsHow to pass data from one button switch to another acivity?
I’m developing a mobile app on AS that has a list of cardviews. In these cards I have a switch button that clicking on will open an Alert dialog to confirm the status change. However I’m having…
-
-1
votes1
answer381
viewsHorizontally center the html css page logo
As I center my logo horizontally, this arrow of mine is not very horizontally centered, I wish it were... Can anyone help me? I tried the top: 50% and it didn’t work... @charset "UTF-8"; html {…
-
-1
votes1
answer93
viewsImage alignment with responsive Layouts
I am working in a virtual store and I am using the site Nuvemshop to develop the website. Only that I am facing a problem when positioning the logo of the store on the site. Since the layout is…
-
-1
votes1
answer226
viewsAlign Textview to the right in a Linearlayout in Android Studio
Hello, I’m a beginner in Android Studio, and I had a problem with alignment, I already took a look at similar questions but could not solve the problem. My layout is like this: I need to leave…
-
-1
votes1
answer51
viewsResponsive/liquid layout
I’m creating a site with responsive/liquid layout, but when I turn it down The Navigator menu bar is leaking to the dither (it’s static) follows the print: I would like to know how to hide the rest…
-
-1
votes1
answer82
views -
-2
votes2
answers154
viewsHow to simplify Hexadecimal code #ff6a00
I need to simplify this hexadecimal code #ff6a00, is there a rule ? has some formula ?
-
-2
votes1
answer124
viewsProblems using the Cardview element (Material Design - Android)
I’m trying to use the Cardview element of Material Design in my Android app, but I’m not getting. Could someone help me identify the error of my code? Below is the code used. Log of Android Studio…
-
-2
votes1
answer20
viewsactivity_main.xml does not show layout, shows only a small English key icon and the message: "Toogle tools visibility and position"
This is a program I did some time ago. A simple calculator. I searched for options for viewing Android Studio, but it seems program thing. <?xml version="1.0" encoding="utf-8"?>…
-
-2
votes1
answer87
viewsWhat is the name of the bottom bar of Android and how to manipulate it?
In my application I removed the background from the status bar with the following code: Window g = getWindow(); g.setFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS,…
-
-2
votes2
answers28
viewsA question about Layout in android Kotlin
Good morning, I am developing a delivery app and wanted to make a cool layout and for that I looked at the layouts of the app that already exist and saw that a type of screen for the store products…
-
-3
votes1
answer53
viewsHOW TO IMPLEMENT THIS FIXED TAB BETWEEN ACTIVITIES?
I’m developing an Android project, like a social network, I’m with the idea, it’s good, but I’m wanting to implement a function: A fixed menu, type, on the facebook app, has a fixed menu, News Feed,…