适用于查看大图或者任意界面的下拉拖拽返回控件
共享元素适用于5.0+
新增API
//拖拽时是否进行缩放操作,默认TRUE
DragFrameLayout.setDragScale(false);<porster.dragbottom.drag.DragFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
//Your xml
</porster.dragbottom.drag.DragFrameLayout><item name="android:windowIsTranslucent">true</item>
