【特效】3D旋转环形菜单

主页面的xml文件

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:andro>
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >

    <LinearLayout
        android:id="@+id/layout_next"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:background="@drawable/user_wizard_2"
        android:orientation="vertical" />

    <LinearLayout
        android:id="@+id/layout_last"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:background="@drawable/user_wizard_3"
        android:orientation="vertical" />

    <RelativeLayout
        android:id="@+id/layout_main"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:background="@drawable/user_wizard_1"
        android:orientation="vertical" >

        <include layout="@layout/bottom_button" />
    </RelativeLayout>

</FrameLayout>
View Code

相关文章:

  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
  • 2021-10-16
  • 2021-12-05
  • 2022-01-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
相关资源
相似解决方案