我想在searchview
文件中添加layout
,但它会向我显示一些错误。我无法弄清楚出了什么问题。我的API级别为14
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal" >
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="40dp"
android:text="TextView"
android:textColor="@color/white"
android:textSize="20dp"
android:gravity="start"
android:paddingLeft="10dp"
android:paddingTop="10dp" />
<SearchView
android:layout_width="match_parent"
android:layout_height="match_parent"></SearchView>
</LinearLayout>
答案 0 :(得分:0)
这似乎是IDE中的一个错误。 (Android SDK 22 - SearchView rendering problems,SearchView WITHOUT ACTIONBAR)
我认为您可以放心地忽略这一点并等待谷歌修复它。