Compiler is showing Error in these lines: I can't seems to locate the problem kindly help me.
<EditText
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_toRightOf="@id/ic_magnify"
android:layout_centerVertical="true"
android:textSize="15sp"
android:textColor="#000"
android:id="@+id/input_search"
android:background="null"
android:hint="Enter Address, City or Zip Code"
android:imeOptions="actionSearch" />