Questions tagged as 'android-layout'

1
answer

Activity with background drawing

Good morning! Friends, I need a light to carry out the development of an Activity with the following layout, as below. The area in the orange color should be drawn programmatically according to the screen size of the device. In th...
asked by 28.09.2016 / 14:48
1
answer

How to implement Actionbar and ViewPager as in Tinder

I need to implement a ActionBar and ViewPager as in Tinder. When Tinder opens, you can slide through all the tabs. The second tab is a ListView or a ListFragment and when you tap an item, it is taken to another...
asked by 02.03.2016 / 18:32
1
answer

Developing layout for various types of mobile resolutions with Cordova [closed]

I'm developing the layout of an application developed using Cordova, but would like to know how to develop for the various types of resolutions that exist on mobile devices, would you have some tutorial, book or video talking about this?     
asked by 11.08.2015 / 06:28
0
answers

Drawable is not taking pictures

Well, I'm making an app that has a drawer, and the menu that appears sideways is a navigationView. So far so good, but in the .xml code I want to add icons, you're not picking up the images. Drawer's .xml code looks like this: <group...
asked by 13.11.2015 / 13:18
0
answers

Problems with GridView (Android) to display data

I'm new to programming for Android and I'm having a problem with a situation in an application that I'm developing using the GridView with an Adapter class and a list of items (object) coming from a webservice. I would like your help. Result...
asked by 05.02.2015 / 02:28
1
answer

Distortion of layout in Bluestack

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingLeft="@dimen/activity_hor...
asked by 21.06.2015 / 00:02
0
answers

Drag and Drop similar to the android shortcut screen

I'm using Android 4.0 to develop, I need to develop a drag and drop in my app, and I like to make a 4x4 table on the screen as a shortcut. With that the elements will have 16 defined places and whenever you drop one on top of the other it reposi...
asked by 10.06.2014 / 13:50
2
answers

Linear Clickable Layout

How do I make my layout clickable? For example, I divide the screen into 2 layouts, 1 green with 50% of the screen and the other red with the other 50%. How do you make them clickable?     
asked by 20.11.2015 / 18:34
3
answers

How to instantiate an Activity with EditText fields without being automatically selected?

Developing an Android application, I came across a problem, I have an Activity where there are EditText fields in the xml, and when I instantiate it, the first EditText field is selected and the keyboard appears to fill, and I do not I wanted th...
asked by 30.10.2015 / 18:15
2
answers

How to detect the screen resolution to apply the layout in android?

How do I detect a particular screen size and apply the specific layout? Example: I created a layout folder called "layout_480x800", it will be the layouts for that resolution, I also have a layout folder called "layout_720x1280" in which it w...
asked by 10.12.2014 / 06:07