Questions tagged as 'android-layout'

1
answer

Drawable folders for different dpi do not appear in Android Studio

I can not find the drawable folders with the proper resolutions in Android Studio. Just have a drawable call, where should I put the images at different resolutions?     
asked by 21.04.2015 / 01:15
2
answers

pinch zoom android

Personally my problem is the second one. I need to expand a ImageView with that well known tweezers movement, but I'm already on the third day researching the internet how to do and hitting my head, but the most I got was a tutorial code...
asked by 21.03.2015 / 20:17
1
answer

What better way to make animations for android?

I'm about to start a system for android that has several animations that interact according to what the user does, would like to know which is the best tool or framework to be able to develop these animations for android? Some examples of int...
asked by 13.05.2014 / 12:56
1
answer

Fragment is not replacing the marked layout

I'm working on a college project and I'm having a hard time replacing a given layout with a fragment. What is happening is that the snippet is not replacing the layout with activity but rather, merging with it. This is the block of code...
asked by 31.03.2017 / 17:26
3
answers

Align visual components

I'm having trouble aligning the icons / icons in my activity.  I'm using the relative layout to position the buttons, but when it compiles it gets out of order. Follow the code: <?xml version="1.0" encoding="utf-8"?> <RelativeLayou...
asked by 24.10.2016 / 21:43
1
answer

How do I remove the title bar? [duplicate]

I'm having trouble removing the Title bar from the application, I've already tried putting requestWindowFeature(Window.FEATURE_NO_TITLE); on OnCreate, nothing. For the <application android:theme="@android:style/Theme.Black.NoTitle...
asked by 12.06.2016 / 03:05
2
answers

Toolbar is behind Layouts

Hello, I'm developing a home screen, and it has 1 toolbar and 2 linearLayouts dividing the screen into 2. the problem is that the toolbar is behind the layouts and does not appear when it executes. how do I bring the toolbar to the forefront ove...
asked by 25.11.2015 / 21:49
1
answer

How to implement UI as the recent Lolipop

I am trying to implement UI as the recent Lolipop need to know if it is possible and if I can do it with RecyclerView and CardView?     
asked by 18.09.2015 / 08:27
2
answers

How to eliminate the space left by invisible views on the screen?

I'm working on an android application and my question is: When the user logs into the application, it checks the permissions of the application. How can I make this button invisible and organize to not leave blank the space that this button occu...
asked by 24.11.2016 / 18:47
2
answers

How to use gradient on some Android component?

How do I use the degrade effect on some Android component? Such as the navigation bar, or a simple TextView ?     
asked by 22.03.2017 / 12:14