error: attribute 'android:context' not found. Message{kind=ERROR, text=error: attribute 'android:context' not found., sources=[C:\Users\eMotion4\AndroidStudioProjects\BSMAS\app\src\main\res\layout\activity_splashactivity.xml:2], original message=, tool name=Optional.of(AAPT)}
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FF9B1F1C"
android:context=".splashactivity">
<ImageView
android:layout_width="120dp"
android:src="@drawable/bharatsathi"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"
android:id="@+id/bharatsathi"
/>
</RelativeLayout>