无法在xml中添加SearchView

时间:2015-04-05 12:19:18

标签: android android-studio

我想在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>

Error Message

1 个答案:

答案 0 :(得分:0)

这似乎是IDE中的一个错误。 (Android SDK 22 - SearchView rendering problemsSearchView WITHOUT ACTIONBAR

我认为您可以放心地忽略这一点并等待谷歌修复它。