Questions tagged as 'android-layout'

1
answer

Android Error No matching client found for package name 'company.payname.packagename'

Hello it turns out that I do not have any compilation errors in my android studio, but when I try to run the app, I get this Gradle error:    No matching client found for package name   'company.packagename.packagename' Does anyone know h...
asked by 25.04.2018 / 15:08
0
answers

How to add data to a TableLayout by means of a Scaner?

I am new to the development of Android applications I am trying to add data to a table by means of a Scaner, the problem is that when I start the scaner it reads the barcode but I can not add that value to my table. However if I add data without...
asked by 19.09.2018 / 20:48
1
answer

@android: dimen / abc_action_bar_default_height_material

I would like to know why this part of my code in Android version "3.1.4" botrates me. If I already have in my file "build.gradle" the "implementation" com.android.support:design:28.0.0-rc01'"     
asked by 13.08.2018 / 10:35
1
answer

Error "DrawerLayout" 2018

I have a problem with this, the "DrawerLayout", look and this is my build.gradle (Module: application)     
asked by 15.08.2018 / 07:47
2
answers

Activity does not work when you add id to button

I have an activity whose xml code I leave below, the problem is that when I add an id to a button inside the xml of the activity, like this: android:id="@+id/pinbutton" The activity no longer raises and closes the application, returns this...
asked by 27.05.2016 / 00:02
0
answers

Place different TextView on top of ImageView always in the same place

Hello! What I need is that the textview are always in the same place as the imageview using match_parent for layout_width and layout_height in the. This is how I want it to be on any screen (The test would b...
asked by 31.03.2018 / 00:35
1
answer

How to fix the error "Attribute android: layout_width is not allowed here"?

Please help me !, and sorry for the errors in my publication, I am new to this. The errors that appear are the following: * Android Attribute: layout_width is not allowed here * Android Attribute: layout_height is not allowed here * Attrib...
asked by 18.03.2018 / 03:09
1
answer

Help! Implement a dialog-like view similar to Facebook comments in your app

I would like to know what is called the view that implements facebook in your Android app and how can I implement it, thank you very much in advance. This is the view I'm looking for     
asked by 18.11.2017 / 14:06
0
answers

I can not import the compile library 'me.dm7.barcodescanner: zbar: 1.9.8' for the Bar code

I want to import the library compile 'me.dm7.barcodescanner:zbar:1.9.8' to my app to use the barcode scanner, but I get the following error that does not let the project synchronize, I would like to thank everyone for some help!   ...
asked by 11.09.2017 / 19:13
2
answers

How to make a TextView display the contents of an Array if I'm running it with a For

I have an Array of int that stores the Questions in (ID) mode for this reason it is not of type String. I have another Boolean Array that stores the correct answers.    The original idea is that a for cycle traverses the Array of questions an...
asked by 04.08.2017 / 17:12