使用GestureOverlayView时背景透明的方法,加载在别的View之上

<android.gesture.GestureOverlayView
            android:id="@+id/gesture"
            android:layout_width="fill_parent"
            android:layout_height="fill_parent" >

            <ImageView
                android:id="@+id/fontView"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:contentDescription="@string/app_name"
                android:scaleType="fitCenter"
                android:src="@drawable/main_gridview_goose" />
        </android.gesture.GestureOverlayView>


 

猜你喜欢

转载自blog.csdn.net/pcjiushizhu/article/details/27146349