Как сделать RelativeLayout прокручиваемым с его фрагментом? — Котлин
#java #xml #kotlin #scroll #fragment Вопрос: я пытаюсь сделать этот XML-файл прокручиваемым: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:fancy="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="@drawable/square_background" tools:context=".ejournal.tabs.MyPlannerFragment"> <LinearLayout android:id="@ id/linearLayout" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/dimen_32"…