WindowView

介绍:

WindowView中的图像能根据手机的重力感应移动自己的位置,从不同的角度可以看到不同的视野范围,就如同从窗户往外看,因此叫做WindowView。

运行效果:

使用说明:

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >
    <com.jmedeisis.windowview.WindowView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:src="@drawable/my_image"
        app:orientationMode="Relative"
        app:translateMode="Proportional"/>
</FrameLayout>
已下载
0