Skip to content

LeeeYudE/TranslationPhotoView

Repository files navigation

TranslcationPhotoView

可上下滑动放回的PhotoView。 与Glide配合可加载网络图片。 尚有瑕疵,大致可用。

注意*使用的activity需要设置为透明主题*

  <style name="TransparentTheme" parent="Theme.AppCompat.Light.NoActionBar">
            <item name="android:windowBackground" >@color/translucent</item>
            <item name="android:windowIsTranslucent">true</item>
        </style>

Demo参考https://github.com/githubwing/DragPhotoView

Project

截图: index recipe1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages