2013-04-06 55 views
0
<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

下载的应用程序,当我进口的项目,我在我在上面

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' 

提到行的main.xml文件收到以下错误,请帮助解决这个问题

谢谢

回答