Questions tagged as 'layout'

1
answer

Internationalization in Java

I'm having some difficulty in internalizing my java application. My question is this: when I have a login screen, for example, and select the option in my JMenuItem: "English", my entire application, my layout, should change according to the...
asked by 02.09.2016 / 12:56
1
answer

How to add scrollbar in JPanel?

I'd like to add a scrollbar to a JPanel that uses Absolute Layout. package Default; import javax.swing.JFrame; import javax.swing.border.EmptyBorder; import java.awt.Dimension; import javax.swing.JButton; import javax...
asked by 16.05.2016 / 23:31
1
answer

Keep on-screen banner layout between an iPhone 4 and an iPhone 5

I have a problem developing the app layout. In the storyboard, I've added UIImageView to display some images while the app is working. This image is at the bottom of the screen, like a footer. But when I simulate on a smaller screen iPhon...
asked by 31.07.2014 / 19:11
0
answers

GUI in Python using Guizero and Raspberry Pi

I am working on my electrical engineering course completion project and need to perform a front end for graphical interface visualization for data verification. I'm using raspberry pi 3 and the guizero library to create an initial layout, how...
asked by 18.09.2018 / 22:49
1
answer

Android Studio - XML Layout does not show 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 always has an error saying that width or height is missing, but everything is fine (as...
asked by 20.10.2018 / 22:36
0
answers

_Layout.cshtml does not load on all pages

I'm doing a small application in Asp.Net MVC 5 with AdminLTE. I've assembled my layout and applied it on every page @{ Layout = "~/Views/Shared/_Layout.cshtml"; } However, it does not load on all pages Index: NewDoctor: Edit:...
asked by 08.09.2018 / 16:52
1
answer

Ionic default layout (template)

Hello, I've created an application with ionic where I have several pages. The application initializes with an intro page then goes to the home page. I wanted to know how to put a standard footer on all pages, except the intro, all at once withou...
asked by 08.08.2018 / 00:27
0
answers

Edittext multilines does not scroll

I'm having a layout problem, before adding the scrollview component my edittext edtSocialDataStatus would normally scroll when you had multiple lines, not anymore. S eg below how xml is <ScrollView android:layout_width="match_par...
asked by 13.08.2018 / 19:43
1
answer

Bootstrap mobile running as -md

I'm starting a project with bootstrap, but I can not adjust the mobile. <div class="col-xs-12 col-lg-3 col-md-6 nopadding black appear "> <img src="img/portfolio/thumbnails/1.jpg" class="thumb">...
asked by 13.08.2018 / 14:24
0
answers

Customize android camera view layout

I'm developing an app that will use the android API camera. However, I will use the camera only for the user to see certain points on a target, ie, it is not necessary to capture photos or videos. The idea is to create a VISUALIZATION DISPLAY ....
asked by 05.05.2018 / 08:42