Questions tagged as 'layout'

0
answers

ScrollView with static views

I'm trying to develop a graph that has two types of views, Views A and Views B . When doing horizontal scroll only Views B must be moved, but when doing vertical scroll all views must be moved, including the A views . This is the...
asked by 11.07.2018 / 01:03
0
answers

android multiple resolution layout

I'm creating an app that by default takes 1080ppi 420dpi, now I want to adapt it to 1080p xxhdpi but I have no idea what folder I have to create to put their layouts in there, and tried to create new resources but I do not clarify well if I have...
asked by 25.05.2018 / 16:07
1
answer

Android Studio: Layout [duplicated]

I have a small problem that is that I can not adjust the Button to the screen despite adjusting the layouts, even using the magnet. Come on, there's no way. The funny thing is that the text is accommodated when I open the emulator. I've been w...
asked by 26.02.2018 / 06:14
1
answer

Exception when putting a layout using xaml xamarin with android application

Good afternoon, I have this code: <forms:SignaturePadCanvasView BackgroundColor="Black" WidthRequest="250" HeightRequest="350" StrokeColor="White" StrokeWidth="3" /> <Button Text="test" Cl...
asked by 29.01.2018 / 19:58
0
answers

How to access a text of a btn within a tableLayout?

I am filling in a tableLayout manually, but I can not access the text of the button that is inside the row. I have a Table class public class Tabla { private TableLayout tabla; // Layout donde se pintará la tabla private ArrayList<TableR...
asked by 27.12.2017 / 01:34
1
answer

Pass a photo to another layout?

What I want is that at the moment of taking a picture I am shown in an imgview but from another layout, what I have now is that I press the botton of the camera asks me permission to take the photo after I accept that photo and I the sample in a...
asked by 16.06.2017 / 11:14
0
answers

Combos in the layout, with Razor .NET

Good day, I have to add to the _layout.cshtml 2 combos that are always visible, even if I change my controller or view, I'm new to .NET and I wanted to know how I can do this. Combos are generated from a query in the database. I'm using .NET, MV...
asked by 21.03.2017 / 12:48
1
answer

Android Studio - Get value from an EditText from another Activity

I have a problem, when I want to reference in my main activity a value of an object of another activity, it returns null even though I used inflater. This is my code: LayoutInflater inflater = (LayoutInflater) getSystemService(Context.L...
asked by 07.10.2017 / 00:12
2
answers

I have a problem with the screen dimensions in android?

I am developing an app, but I do not know how I can make it adapt to all the screens of the existing telephones, although it is programmed only to layout that my viewer of android studio, in this case the phone of 4 "by default , it looks good,...
asked by 09.01.2017 / 06:11