<com.mobidevelop.widget.SplitPaneLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:spl="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
spl:orientation="vertical"
spl:splitterSize="12dip"
spl:splitterPosition="33%"
spl:splitterBackground="@drawable/splitter_bg_v"
>
我正在尝试在 android 中开发关于 SplitPane 概念的应用程序。
我从 github https://github.com/MobiDevelop/android-split-pane-layout下载了应用程序
当我导入项目时,我在上面提到的那一行的 main.xml 文件中收到以下错误
Multiple annotations found at this line:
- error: No resource identifier found for attribute 'splitterSize' in package 'com.mobidevelop.widget'
- error: No resource identifier found for attribute 'splitterPosition' in package
'com.mobidevelop.widget'
- error: No resource identifier found for attribute 'orientation' in package 'com.mobidevelop.widget'
- error: No resource identifier found for attribute 'splitterBackground' in package
'com.mobidevelop.widget'
请帮助解决这个问题
谢谢