Questions tagged as 'android-layout'

0
answers

CoordinatorLayout with RecyclerView in another fragment

I have Fragment with CoordinatorLayout and FrameLayout to popular with other Fragments. One of these Fragments contains RecyclerView . I would like to know how to make RecyclerView work with CoordinatorLay...
asked by 03.08.2016 / 03:37
1
answer

Layout is not adapting (XML)

Hello, I'm having a hard time in a layout that I'm doing in Android Studio, on my phone it looks perfect, but when I pass it to my friend with a cell phone with a much smaller resolution, EditText Message simply disappear to him. Here on my...
asked by 07.07.2016 / 04:10
0
answers

Wrap text in recyclerview

Good evening! I'm having trouble adjusting the text of a textview within a list, as the image shows, the end of the text is overlapping the button. How to correct? Picture of how it is getting. <?xmlversion="1.0" encoding="utf-8"?> <...
asked by 11.05.2016 / 03:52
0
answers

Hide Toolbar with CoordinatorLayout + TabLayout + ViewPager

Good morning, I'm trying to implement the google Material Design features and wanted to hide the Toolbar when I scroll in the ViewPager (it has a RecyclerView inside), however I'm not getting the desired effect (although I have all the necessary...
asked by 29.04.2016 / 12:07
0
answers

How to set the size of an ExpandableListView icon?

I'm using an ExpandableListView, where I have a content expansion icon, but every time the option height increases, the image stays the same height, distorting the image. How do I fix the size? In class I make the following call to xml:   ...
asked by 04.05.2016 / 00:30
1
answer

Background image covering the navdrawer

I have an activity with a navdrawer on it. And I would like to put a background image on this activity. But when I put the image, the nav disappears, the image is over it. The nav does not lose the function, if it clicks on the image it opens no...
asked by 20.05.2016 / 03:17
0
answers

Error choosing form topic

I am making a form and when choosing the Dialog theme it informs that: Missing styles. Is the correct theme chosen for this layout? as you can see below. If you can not really use this theme, do you have another way to make the form look friendl...
asked by 13.05.2016 / 23:56
1
answer

Show android layout for x seconds

Well, I want to show a layout for 5 seconds. I've already seen examples of how to do this as soon as the application opens, but what I want is to show a layout for 5 seconds during the execution of the application, ie if a button is pressed it s...
asked by 12.11.2015 / 20:52
1
answer

Mark / Uncheck RadioButton Component in ExpandedListView

In a question I made here in StackOverflow a few days ago I was instructed to use the ExpendedListView component to render a dynamic list of items. After the implementation I saw that the items in the list were grouped correctly, but now I...
asked by 03.12.2015 / 05:45
0
answers

setError () overlapping ActionBar

I have a screen that the user changes their data, and as validation I use the setError () to specify which element is with the incorrect value. But I have a problem when I have scrolling on the screen, the setError () message simply override...
asked by 09.10.2015 / 19:33