skip to Main Content

Android Studio – Placing Two elements at the left of and at the right of parent relative layout in android xml

i want to two elements at the left side of relative layout and two elements at the right side of the same relative layout in android xml. i tried like below. it doesn't work. My Xml <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools"…

VIEW QUESTION

Android Studio – conflicts with another tag that has the same ID

I'm having a problem updating an XML file Found data binding error(s): [databinding] {"msg":"u003cRelativeLayout idu003du0027@+id/rlSearchu0027u003e conflicts with another tag that has the same ID","file":"app\src\main\res\layout\home_fragment_new.xml","pos":[{"line0":105,"col0":20,"line1":140,"col1":37}]} [databinding] {"msg":"u003ccom.pets.igloopet.utils.CustomEditText idu003du0027@+id/IVsearchu0027u003e conflicts with another tag that has the same ID","file":"app\src\main\res\layout\home_fragment_new.xml","pos":[{"line0":123,"col0":29,"line1":137,"col1":69}]} [databinding] {"msg":"u003cRelativeLayout idu003du0027@+id/rlSearchu0027u003e conflicts…

VIEW QUESTION
Back To Top
Search