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文件收到以下錯誤,請幫助解決這個問題
謝謝