1. 程式人生 > >android FrameLayout響應了下層view的點選事件

android FrameLayout響應了下層view的點選事件

解決方法 

設定clickable為true

 <FrameLayout
            <span style="background-color: rgb(255, 0, 0);">android:clickable="true"</span>
            android:id="@+id/flHomebottom"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="bottom"
            android:orientation="horizontal">