• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Xml parsing error tag mismatch?

komal9005

Lurker
Jan 13, 2019
1
0
Code:
<?xml version="1.0" encoding="utf-8"?>

<android.support.constraint.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="abu.webview.MainActivity">

<android.support.v4.widget.SwipeRefreshLayout
 android:id="@+id/swipe"
 android:layout_width="match_parent"
 android:layout_height="match_parent">

<WebView
 android:id="@+id/webView"
 android:layout_width="match_parent"
 android:layout_height="match_parent">

</android.support.v4.widget.SwipeRefreshLayout>

</android.support.constraint.ConstraintLayout>



Above is my code i am getting xml parsing err tag mismatch
Where i goes wrong?
 
Last edited by a moderator:

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones