我正在创建一个ScrollView是根元素的布局,但我在布局设计选项卡中收到此错误
无法找到风格' scrollviewstyle'在当前主题
这是xml文件 -
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.android.myapp.MainActivity">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
...
...
...
</RelativeLayout>
</ScrollView>