Questions tagged as 'layout'

2
answers

Enlarge the image of an ImageView within a Layout on Android

I use Picasso to download an image from the internet and load the result into an ImageView that is inside a Layout. The problem that I face is that the image does not occupy the entire size of the Layout and it fits on one side and small....
asked by 24.05.2017 / 14:08
4
answers

I can not see anything on the design screen. (Android Studio)

I just started with Android Studio and it gives me nothing but problems. In principle when I create a basic activity project, everything seems to be going well. but when I enter the graphic part of the design screen I see this and I do not see a...
asked by 13.06.2018 / 16:30
2
answers

Failed to reference style sheets (css) and javascript in ASP.NET MVC 5 project with Razor

Good afternoon, I have a my website in ASP .NET MVC. I am currently implementing the Layout (Located in Yanbal (the VS solution) - > Views - > Shared - > _Layout.css . I have made a model in wordpress, I got the html code from it...
asked by 01.07.2017 / 01:59
2
answers

"Namespace 'TagsEditText' is not bound" but when replacing it with app everything is correct

Using the following library, link I follow steps 1, 2 and 3 indicated by the developer but in the layout receipt the following error: "Namespace 'TagsEditText' is not bound" The written code is the same as indicated in step 3: &l...
asked by 03.11.2016 / 17:44
2
answers

The JButtons do not occupy the full width of the JPanel with GridBagLayout, how do I solve it?

I have a problem that when I load the buttons with the SQLite data when adding them to the panel with a While traversing the DB, I do not add them to them in the form of a vertical list, nor does it expand them to the size of the JPanel. contain...
asked by 29.09.2018 / 03:23
1
answer

Blocked components, piled up on the left - Android Studio

When adding components to the design, they appear stacked in a pixel in the upper left corner and can not be moved or resized. I already tried several ways to fix it that they suggested in other publications and reinstalling after deleting the f...
asked by 03.07.2018 / 14:03
1
answer

Android Studio: everything appears out of square [duplicated]

I have a small code in Android Studio with a couple of buttons, an EditText and a TextView, all quite basic. In the preview everything comes to me more or less as I want, well squared and so on, as you can see in the following image, the part...
asked by 20.09.2017 / 15:13
1
answer

Load different layouts

Good! Depending on a given data I would like to load one layout or another in the setContentView. I have put the following: //obtengo el dato enviado desde la otra activity dato = getIntent().getExtras().getInt("id"); Log.i("seguimiento",...
asked by 27.02.2017 / 12:57
2
answers

Create a Swing or Layout form in Java

Very good. I am looking for a way to create forms that contain JLabel, JTextField, JButton, that is, to register the data of a person or search in a JTable. I have been working so far with the NetBeans GUI but my program is getting very big a...
asked by 19.10.2016 / 23:23
1
answer

Remove Preferencefragment edge when performing inflate - Android

I'm having a problem with an app I'm developing. I have noticed that a screen does not look well below a certain API I put the code and some captures. This is the preferences section. I'm doing it with the Android studio wizard, it has...
asked by 06.09.2016 / 17:48