Questions tagged as 'android-xml'

0
answers

My design in Android Studio

the design of my app is not appearing do not know why? Can someone help me out? ] 1     
asked by 24.10.2017 / 21:36
1
answer

How to use a ListView within a ScrollView

Hello, I'm trying to use a ListView inside a ScrollView. The goal is to work similar to other apps that do this, such as instagram and young nerd. Below my comment will be the code in xml and below it in java. Thanks <LinearLayout xml...
asked by 25.07.2017 / 01:04
1
answer

Is it possible to import an XML file with an interest in replacing XAML?

Good morning ladies and gentlemen, It would be possible to work with XML file (layout) made in Android Studio to use in visual studio in the case of android development with xamarin. I would like to replace the AXML file that comes as the def...
asked by 04.07.2017 / 03:53
0
answers

Error String types not alowed Android Studio

I'm following a tutorial for Facebook login with Firebase, I will not put all the files because they are basically those of the tutorial itself. When you run the code, the following error appears: String types not allowed (at 'activi...
asked by 26.03.2017 / 16:27
0
answers

Application closing by itself after holder.textViewVar.setVisibility

I have RecyclerView and in each item I would like to check if a fact occurred to show a button: @Override public void onBindViewHolder(ViewHolder holder, int position) { Posts post = Posts.get(position); holder.post = post;...
asked by 27.02.2017 / 15:33
2
answers

RecyclerView gets behind / hidden from ToolBar / ActionBar

Solution: link Good evening guys, how are you? I have a problem and to be clear I took a print to show you: Asyoucanseethelist(RecyclerView)isfallingbehindwhileitshouldbeundertheToolbar/Actionbar,IdonotknowwhatI'mdoingwrong,butIcouldn...
asked by 11.03.2017 / 06:56
1
answer

How to leave a fixed footer in the Android layout?

I have the following layout in xml in my Android designer: <?xmlversion="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andro...
asked by 16.12.2016 / 13:07