编译器在这些行中显示错误:我似乎无法找到问题来帮助我。
<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" />
答案 0 :(得分:0)
android:background="null"
毫无意义。您需要使用android:background="@null"
。
将来显示您的实际错误(可能与下面的错误类似)将帮助人们真正地为您提供帮助,而不是猜测。
fragment_dashboard.xml:219: error: 'null' is incompatible with attribute background (attr) reference|color