Questions tagged as 'android-layout'

0
answers

Camera built into Activity / Fragment as Instagram [closed]

I have an app where sometimes the user needs to take a picture of a receipt during a confirmation process and would like to have the embedded camera on the same screen at the moment (instead of calling Intent for camera application) regardless...
asked by 09.10.2015 / 23:07
1
answer

User Resize picture in ImageView

Good morning, I would like to request some source of information, tutorial or example, how to resize a photo in an ImageView, because I did not find anything about it in my searches. I'm developing a test application that performs the foll...
asked by 06.10.2015 / 14:25
0
answers

Android Layout complex using fragment [closed]

I'm having trouble creating a footer. The problem is in the horizontal position of the tablet where I have two framelayout and I need to include the skirting board occupying the whole bottom part (below the framelayout). My code looks like this:...
asked by 09.07.2015 / 04:33
0
answers

requestLayout () improperly called by ListView

I have the following error, when I call my categories screen they load normally, I go to the second tab called expense that loads a list, so far so good, when going back to the first tab, logcat is not even crazy repeating the following message:...
asked by 11.06.2015 / 21:01
1
answer

Remove Shadow API TabLayout 21

I want to remove the shadow from TabLayout , but in API 21 nothing is working. I tried to set windowContentOverlay or elevation to null and nothing works. The rendered screen looks like this: Andmycodelooksli...
asked by 13.08.2015 / 03:06
1
answer

RuntimeException (Android)

I want to put atendenteBalaoProdutoNome on side of AtendenteBalaoProdutoValor , like this: Todothis,I'vetriedthis:Attendant.xml<?xmlversion="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/ap...
asked by 13.05.2015 / 22:12
0
answers

How do I make one image not go over another?

Alright? I have a code where I can move several images with the mouse but when dragging an image it goes over the others. I want to move it without going over it. Follow the codes: package br.com.example.teste8; import android.app.Activity...
asked by 12.05.2015 / 23:48
1
answer

Disable second click on NavigationDrawer

I am developing an application, which contains one menu drawer , however, I'm a multitoque problem, ie when the user selects an item, and quickly selects again, it keeps drawer aberto . I would like that when the user selec...
asked by 23.02.2015 / 13:39
1
answer

How to go to the top of an Activity on Android

I'm developing a Java project for Android which is a Quiz and every time I go to the next question I visualize the radio buttons and would like to position the screen on the top, so the user can start reading.     
asked by 24.04.2015 / 00:36
0
answers

How to put Action Mode on top?

I'm using this property in manifest.xml: android:uiOptions="splitActionBarWhenNarrow" 1- The options menu appears at the bottom, follow the figure below: 2-Andwhenanitemclicks,actionmodeappearsbelow:    I would like to keep the f...
asked by 30.10.2014 / 16:49