Questions tagged as 'android-layout'

1
answer

How to do this FloatingActionButton? [closed]

Hello, in my project I would like to be able to do a FloatingActionButton that by clicking on it it will disappear the background screen and displays above 3 FloatingActionButton with its respective caption on the side. As if the other 3 Floating...
asked by 17.11.2017 / 05:11
2
answers

Image within a ScrollView is blank on one device but appears normally on another

I have an AlertDialog whose content is a ScrollView with an image and a button inside. ScrollView works fine (I can "scroll" the bar), but the image does not appear (blank), although the button appears (scrolling to the end). Already on the cell...
asked by 20.11.2017 / 03:47
1
answer

Elevation in Button is not showing the Shadow

Hello, I'm trying to use Elevation on the buttons on the following screen: Butitisnotworking,Elevationisnotformingashadow.FollowtheXML:<?xmlversion="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:androi...
asked by 30.10.2017 / 15:22
2
answers

Passing values between screens [duplicate]

I would like help, I'm new to android development and I'm trying to develop an app. Basically I will need 4 "screens" where 1 is typed one value, next to next, in this "screen" choose one option and goes to the next one, depending on the optio...
asked by 19.10.2017 / 18:55
1
answer

Populating Spinner

I have the following doubt I have to use some Arrays List in my project they are ... List Restaurant Dishes Restaurant 1 Dishes Restaurant 2 Price Restaurant 1 Price 2 Restaurant Within my Activity I put two Spinners one that will get the...
asked by 29.09.2017 / 15:28
1
answer

When the keyboard is hidden space is not rendered

I have a problem with one of the Activities, in this Activity I have a lot of content, so I'm using a ScrollView. The problem is that as soon as I finish typing in EditText and the keyboard is hidden the space that the keyboard was occupying bec...
asked by 17.09.2017 / 00:13
1
answer

Space between ImageButton Android

I wanted to leave a space between the ImageButton, and a space between the ImageButton and the sides, but I can not. I would like the application to look something like this: ButsheisthiswaywiththeImageButtonalltogether,andpastedonthesideoft...
asked by 29.08.2017 / 07:16
1
answer

Error while trying to run android emulator without android studio

I installed android studio and studied how to use avd without the need of android studio, I learned how to make the machines via the command line and worked perfectly, but when I went on another machine and downloaded the sdk and executed the sa...
asked by 20.09.2017 / 19:22
1
answer

Text does not appear in the application land / activity.main in Android Studio 2.2.2 [closed]

I'm developing an application in the land version of android land / activity.main and I put an image, and two texts one with the name Donald Knuth and another one a text but when running the mobile application it only appears the image and the n...
asked by 12.08.2017 / 21:54
1
answer

ImageButton does not correctly display image background

I have a school system with schedule of each course and I have an activity where the user must select his course to have access to his schedule. This activity has 5 imageButtons but these imageButtons are not being displayed properly, eve...
asked by 03.08.2017 / 03:02