Answers for "ParseError at [row,col]:[17,353]"

1

ParseError at [row,col]:[17,353]

you should use like this
<layout>
    <data>
        <import type="android.view.View"/>
        <variable
            name="DialogViewModel"
            type="tr.com.eywin.dnschanger.dialog.DialogViewModel" />
    </data>
    <androidx.core.widget.NestedScrollView
    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"
    android:background="@color/main"
    android:fillViewport="true">
Posted by: Guest on August-20-2021

Browse Popular Code Answers by Language