Questions tagged as 'android-layout'

1
answer

How to put the Navigation Drawer menu under the Action Bar?

Hello, I started a new project with the default Navigation Drawer, a standard Android project, it comes with the menu that goes over the Action Bar, like this: I would like it to look like the image below:     
asked by 26.05.2016 / 20:35
1
answer

Problem adding spinner to my form

I'm developing a form where I want to add the spinner, but when I add it to the xml file, nothing appears on the screen, just the box marked as you can see below: I'vealreadyaddedmyspinneroptionstoSTRINGS.Hereismyxmlfile:<?xmlversion="1.0" en...
asked by 28.05.2016 / 04:01
2
answers

Android layout with colorful embroidery

Hello, Does anyone know how to make rounded and colored borders on an android screen (layout). I believe there should be some configurable item in XML but I do not know which one and I'm not sure if it's possible. The idea is that it stays li...
asked by 17.05.2016 / 03:50
1
answer

Add image to CollapsingToolbarLayout

I would like to add a background image to a CollapsingToolbarLayout as in this example: Itriedthefollowing:<android.support.design.widget.AppBarLayoutandroid:id="@+id/app_bar" android:layout_width="match_parent" androi...
asked by 24.04.2016 / 02:51
1
answer

Layout Hierarchy

I want my Toolbar that I put in ActionBar's place not to be inside ScroolView, but always when I shoot it and create a RelativeLayout or LinearLayout on the outside and put the Toolbar and then ScroolView it does not appear. This is my curren...
asked by 15.01.2016 / 22:23
1
answer

Text on ProgressBar

I'm a beginner on Android, and I have a question here that for many may be simple, but for me it's kind of complicated to solve. Here it goes: I have an application that loads a webview, I put a progressbar to see if it is opening or not, but...
asked by 27.03.2016 / 16:52
1
answer

Hello World differs from the Android Studio version

I was watching a video lesson of a guy who was using Android Studio version 1.3. As much is generated, he was just removing what was not necessary. I was doing this process, but I realized that the result in 1.5.1, which is the version of the id...
asked by 28.03.2016 / 01:12
1
answer

Toolbar button toggle (burger) does not work on Android Pre Lollipop

I created a% of the same% of the image ItworksperfectlyonAndroid5.0orhigher,justliketheimage.ButwhenIruntheapplicationonAndroidunder5.0,the does not work and when I open the Drawer menu by sliding it, the toolbar becomes dark, with the sam...
asked by 19.12.2015 / 14:13
1
answer

Add new views dynamically

I have an activity that contains the cardview of the image at the end of the question that has 3 edittext. I wanted to know how I can do that when I click on any button, a new cardview with the same layout is added again, so I can retrieve your...
asked by 01.02.2016 / 20:38
1
answer

Resizing RelativeLayout while the keyboard is active

Good evening! I'm a beginner on android, so excuse me if it's a dumb question. I did not find a solution to my problem in this forum, so I decided to create this post. I have a very simple application, as in the image below:
asked by 09.12.2015 / 04:13