样式文件
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<Button
android:id="@+id/addzfjl"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_marginBottom="24dp"
android:background="@drawable/channel_glide_day_bg" />
<com.ym.ovopsp.mobile.android.view.MyListView
android:id="@+id/listzfjl"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
</com.ym.ovopsp.mobile.android.view.MyListView>
</RelativeLayout>
为什么在list没有覆盖到达按钮的时候 按钮可以用 list的内容多的时候 按钮没点不到了 点按钮出发的是listview的点击
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<Button
android:id="@+id/addzfjl"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_marginBottom="24dp"
android:background="@drawable/channel_glide_day_bg" />
<com.ym.ovopsp.mobile.android.view.MyListView
android:id="@+id/listzfjl"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
</com.ym.ovopsp.mobile.android.view.MyListView>
</RelativeLayout>
为什么在list没有覆盖到达按钮的时候 按钮可以用 list的内容多的时候 按钮没点不到了 点按钮出发的是listview的点击
