Android庫:EtsyBlur

jopen 9年前發布 | 12K 次閱讀 EtsyBlur Android開發 移動開發

EtsyBlur 是一個Android庫,便于開發者們在 Etsy 應用程序上增加一個類似玻璃的效果。

<android.support.v4.widget.DrawerLayout
    xmlns:android="

<FrameLayout
    android:id="@id/container"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />

<!-- needed w/this id for EtsyLib to work -->
<ImageView
    android:id="@id/blur_view"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:scaleType="centerCrop"
    android:visibility="gone">
</ImageView>

<fragment android:id="@+id/navigation_drawer"
    android:layout_width="@dimen/navigation_drawer_width"
    android:layout_height="match_parent"
    android:layout_gravity="start"
    android:name="com.ms.square.android.etsyblurdemo.NavigationDrawerFragment"
    tools:layout="@layout/fragment_navigation_drawer" />

</android.support.v4.widget.DrawerLayout></pre>

Quick Demo

項目主頁:http://www.baiduhome.net/lib/view/home/1433427484619

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!