Questions tagged as 'android-layout'

1
answer

Refresh fragment within Pageview with Tab

Galera, See if you can help me, I've had this problem for 2 days and I can not resolve it. My app has PagaView, TabLayou, and 3 Fragment Ok? As the image below: OnmythirdtabIhavethefollowingFragmentcode:android.support.v4.app.Fragmentfrag...
asked by 29.08.2018 / 16:36
1
answer

Android - RecyclerView with blanks between items

RecyclerView is showing large white space in the layout. Note: When you start scrolling down, the items appear normally, but when you go back up, you start to see large blanks between the items. Note2: All parent layouts are configured wit...
asked by 24.05.2018 / 03:45
1
answer

CardView within a ScrollView

I can not get the scrollview to work in my cardview .... As the scrollview works with a single child, I changed the main layout to ScrollView and created a linearLayout to encompass the rest within it. but it does not work at all, I did exactly...
asked by 05.05.2018 / 21:28
1
answer

Android style menu bullet in RecyclerView item

First of all I already have an intermediate knowledge about android and I already have some applications in google play. Recently I was updating the layout of my application, I have a video gallery in my app that whenever I need to delete an...
asked by 09.06.2018 / 22:09
2
answers

Create frame for item list

I need to create a frame for an item in a listView but I have no idea how to do this     
asked by 25.04.2018 / 05:38
2
answers

Change Toolbar Back Button Color

How do I change the color of the Back Button (or Up button ) from my Toolbar? When I run the application it appears black.     
asked by 07.06.2016 / 20:31
1
answer

ExpandableListView - change background color header title group

I need to change the background color of the header group from my ExpandableListView to a green color. Does anyone have any ideas? ExpandableListAdapterpublicclassExpandableListAdapterextendsBaseExpandableListAdapter{StringheaderTitle;privateCo...
asked by 26.02.2018 / 15:41
1
answer

Error creating onClick Android

I have a button on Android where when clicking, will be directed to another screen. The structure of the page looks like this: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/andr...
asked by 01.02.2018 / 23:10
1
answer

What view was used in this layout

I'm creating an app that the person does a registration, and in that register have names, photos and various information and I wanted to list these information and photos that way, does anyone know what was used? In this gallery you'll slide you...
asked by 24.01.2018 / 17:39
1
answer

Best dimension to put in Android background app? [duplicate]

I developed a splash for an android app and included a background image with the command: android:background="@drawable/bg16" The image appeared, but due to its dimensions, it turned out to be a bit flat. Is there any standard dimension f...
asked by 29.01.2018 / 13:13