skip to Main Content

Android Studio – How to change my scroll view to scrollable constraint layout or how to use scrollview

I want to add more options like add product and etc. but i cant because of scroll view not working properly. the following is my design code: <?xml version="1.0" encoding="utf-8"?> <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" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".home"> <androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/scrollView3" android:layout_width="0dp"…

VIEW QUESTION
Back To Top
Search