开发学院手机开发Android 开发 Android View 拖动&插入 研究 阅读

Android View 拖动&插入 研究

 2010-07-01 14:10:00 来源:WEB开发网   
核心提示:View 拖动&插入即: 支持 拖动图标 然后把之插入 2个View 之间为了降低难度 选用了若干ImageView 放入ViewGroup : vertical LinearLayout[代码 步骤]1. 定义布局:main.xml :Xml代码< ?xml version="1.0" en

View 拖动&插入

即: 支持 拖动图标 然后把之插入 2个View 之间

为了降低难度 选用了若干ImageView 放入ViewGroup : vertical LinearLayout

[代码 步骤]

1. 定义布局:main.xml :

Xml代码

< ?xml version="1.0" encoding="utf-8"?>

< LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="vertical"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:id="@+id/linear"

>

< ImageButton

android:layout_width="100dip"

android:layout_height="100dip"

android:src="@drawable/beijing1_b"/>

< ImageButton

android:layout_width="100dip"

android:layout_height="100dip"

android:src="@drawable/beijing2_b"/>

< ImageButton

android:layout_width="100dip"

android:layout_height="100dip"

android:src="@drawable/beijing3_b"/>

< ImageButton

android:layout_width="100dip"

android:layout_height="100dip"

android:src="@drawable/beijing3_b"/>

< /LinearLayout>

< ?xml version="1.0" encoding="utf-8"?>

< LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="vertical"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:id="@+id/linear"

>

< ImageButton

android:layout_width="100dip"

android:layout_height="100dip"

android:src="@drawable/beijing1_b"/>

< ImageButton

android:layout_width="100dip"

android:layout_height="100dip"

android:src="@drawable/beijing2_b"/>

< ImageButton

android:layout_width="100dip"

1 2 3 4  下一页

Tags:Android View 拖动

编辑录入:coldstar [复制链接] [打 印]
[]
  • 好
  • 好的评价 如果觉得好,就请您
      0%(0)
  • 差
  • 差的评价 如果觉得差,就请您
      0%(0)
更多精彩
    赞助商链接

    热点阅读
      焦点图片
        最新推荐
          精彩阅读