I'm having trouble with my custom list and it has too much item space for the other
Following code
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp">...
I'm trying to compile but it's not giving, my layoute looks like this:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:l...
I do not know what's happening the FAB button goes up on top of another compile component, but in the preview it works fine.
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://s...
I'm willing to let my <button/> and%% <ImageButton/> the same size "equal weight" but the command android:layout_weight="1" does not work like leaving the size of each different.
<?xmlversion="1.0" encoding="utf-8"?...
I'm developing a mobile application and wanted to leave my application looking like this
ButI'mnotabletoputthetextunderneaththebuttonandputagraybackgroundcoloronthebuttonbecauseI'malreadysettingthebackground-colorofthebuttonwithanimage. &l...
Hello, I need to insert a ScrollView into the entire layout . But I can not. Here's my code.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http:/...
I have three edittext, I want it when I click out of them or finish filling my keyboard sum. Being that they are a fragment.
How to do this?
My XML with the editText.
<RelativeLayout
android:layout_width="wrap_content"
an...
I created a Float Buttom to start an animation, but when I click on it, the animation does not occur. I've done the debug to check the method that starts the animation and it happens normally. I think it might be some XML problem.
th...
Is it possible to do a timepicker this way of the image?
So I can put a range, hours.
If so, is there an example or a library?
If not, any suggestions?
Image:
I have a Fragment that calls another fragment passing login information to the other.
I do this with the following code through the Bundle. Here is the code:
ImageView editarBt = (ImageView) view.findViewById(R.id.editar);
editarBt...