Questions tagged as 'android-layout'

1
answer

ScrollView only in the desired textView

Good evening everyone. I'm having a simple layout that contains a textView to control the title and another textView to control the content. What happens is that I have tried several times to include a ScrollView o...
asked by 20.10.2015 / 03:06
1
answer

Creating an Android Studio datepicker

I want to create a datepicker as shown below. ButwhenIcreateone,itstaysthatway. But when I use some example that creates one according to the first image, it ends up being the same as the second image. I want to create the datepicker...
asked by 16.11.2015 / 04:23
1
answer

Background image of the activity distorts when you open the keyboard

I'm developing an application in which it has a background image of the image. But every time I open the virtual keyboard to fill a field, that image flattens. How do I prevent this from happening?     
asked by 15.05.2015 / 05:06
1
answer

Distorted background image in Android Studio

Personally I created an image for the background of my app, I did it according to the resolution of the smartphone I was testing, but it got distorted, then I remembered that I was using ActionBar, so the app screen gets smaller. p> My questio...
asked by 20.04.2015 / 16:23
2
answers

Larger space between spinner items

I am creating an app that has spinner, but when opening the items are always glued together, I would like to know if only by custom spinner I can give space or is there any style / theme that already has these spaces ... as class and everything...
asked by 14.07.2015 / 20:35
2
answers

Refresh layout from a button

On the main screen of my app there are two buttons, one to the right and the other to the left, symbolizing the previous and next months, in them I call an attempt to reload the page with the values of the previous / next month, but it does not...
asked by 03.03.2015 / 21:48
1
answer

How can I within a BroadcastReceiver extending class carry out some change in the graphical interface?

Having an ActivityMain (inherited from Activity) calls a broadcast, and then the Broadcast class is started. But when I perform some action on this broadcast I want to change information from the textView that belongs to the ActivityMain class a...
asked by 26.09.2014 / 18:13
1
answer

What are the tools (APIs, libraries, frameworks) needed to create charts and reports? [closed]

I want to get data for example from a database and to develop graphics of this type, follow the figure below: Ifpossibleinvariousformatsinpizza,inbarsetc.Andthengenerateareportofthistypethatcanbesaved,forexamplein.pdfor.docformat:     
asked by 26.09.2014 / 23:51
1
answer

Navigation Google Maps Material Design

Does anyone know reference material to develop an Android app similar to the new Google Maps animation and navigation format? The idea is to position the Marker InfoWindow in the lower region of the screen. And as soon as the user touches, or...
asked by 04.04.2015 / 22:47
3
answers

ProgressBar does not change color

I have this problem of changing color. Code: <ProgressBar android:layout_width="wrap_content" android:layout_height="wrap_content" android:indeterminateTint="#00bfff"/> It appears that it has changed col...
asked by 04.09.2015 / 16:15