Questions tagged as 'android-layout'

1
answer

Organize layout files in Android studio

Next, I have a project that in the end will be huge. Currently I have finished 1 module from a total of 4 modules and it is already full of layouts, etc. Here's an image for you to know about the file you have: And there are still a lot...
asked by 22.12.2017 / 17:09
2
answers

How to have a WebView in full screen?

My specific question: How do I open a% s of full screen% in Android Studio? Change Theme in Manifest? Change Theme in XML? Force a JAVA script? Change the view's borders? Change code in Style? All these attempts quoted above have been thor...
asked by 12.01.2017 / 23:19
1
answer

How to set the size of a button on android?

Could anyone give me a hint how to avoid the following problem? I have these buttons and I would like to leave them in a fixed size, so they do not rotate when the cell phone is rotated. I'musingRelativeLayout:<RelativeLayoutandroid:l...
asked by 19.11.2016 / 22:15
1
answer

Change the color of edittext and selection in edittext

I'm using an AutoCompleteTextView and an EditText, for email and password, respectively. Is it possible to change their color? The following image is below: Change the selection color and the color on the screen: XML:'<android.support.des...
asked by 08.06.2016 / 16:56
2
answers

Select theme in Android Studio

When I select a theme in Android Studio, like this Holo I changed, it changes the preview but when I run the application on my device it does not change anything. Can anyone help?     
asked by 12.02.2016 / 03:53
2
answers

How can I change the color of the EditText selection and pointer?

I want to change the color of the seleção of the text in a EditText and also change the color of the bolinha (the name is pointer if I am not mistaken) by java. It has to be equal to the image that follows only with anoth...
asked by 14.10.2017 / 23:10
1
answer

Make a graph in android studio

Good afternoon, guys. I'm starting programming in android and would like to know how can I build a graph like this: Is there a widget that I can drag or even have to write code? Q. I use android studio     
asked by 27.10.2015 / 19:34
1
answer

Imageview - Defining Drawable by Path Path

Hello I'm starting on Android and I'm having a little project that would be a memory game. So for "shuffling the cards" I have created a function that stores in an array of integers called codimg numbers from 1 to 12 random and different. In...
asked by 24.05.2015 / 17:42
2
answers

How to create an application without title bar?

I want to create a app web with a WebView . How can I create an application without the title bar other than fullscreen ?     
asked by 08.07.2016 / 21:31
3
answers

Create an Activity and call multiple Layouts can be harmful?

As I'm still struggling in the study of Android applications and read things in this regard, I wonder if, for example, I have only one Activity and several layouts being called from it, there is a risk that the application will not agree with be...
asked by 27.10.2016 / 15:03