2011-03-04 61 views

回答

0

我找到了一個真正偉大的類爲此目的,這對我很好。這一個不能切換活動,但你可以切換多個「屏幕」或「表單」。

沒有爲我發現它在這裏沒有問題庫(最重要的是Java文件「DragableSpace.java」:

Android Homescreen

你看不到有如何使用它在佈局所以這裏是我的榜樣。

<com.matthieu.launcher.DragableSpace xmlns:app="http://schemas.android.com/apk/res/com.matthieu.launcher" 
xmlns:android="http://schemas.android.com/apk/res/android" 
android:id="@+id/space" 
android:layout_width="fill_parent" 
android:layout_height="fill_parent" 
> 
<include android:id="@+id/left" layout="@layout/artists" /> 
<include android:id="@+id/center" layout="@layout/releases" /> 
<include android:id="@+id/right" layout="@layout/labels" /> 

</com.matthieu.launcher.DragableSpace> 

您可以包括儘可能多的「屏幕」,你喜歡哪basicly只是通過拖動鏈接到其他佈局文件比你可以切換這些屏幕(如主屏幕) 。