視差效果Android控件:Parallax Everywhere
Parallax everywhere (PEW)是一個庫用于構建視差效果的Android控件。
Demo
<!-- add on top parent layout: xmlns:pew="http://schemas.android.com/apk/res-auto" --> <FrameLayout android:layout_width="0dp" android:layout_height="match_parent" android:layout_gravity="center" android:layout_margin="10dp" android:layout_weight="1"> <com.fmsirvent.ParallaxEverywhere.PEWImageView android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" android:layout_margin="10dp" android:scaleType="centerCrop" android:src="@drawable/alicante_explanada" /> <com.fmsirvent.ParallaxEverywhere.PEWTextView android:layout_width="match_parent" android:layout_height="match_parent" android:layout_margin="10dp" android:gravity="bottom|center_horizontal" android:text="@string/alicante_explanada" android:textColor="@android:color/white" pew:block_parallax_x="true" pew:parallax_x="160dp" pew:parallax_y="160dp" pew:reverse="reverseY" /> </FrameLayout>
項目主頁:http://www.baiduhome.net/lib/view/home/1418779362308
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!