Android
-
引入库
- compile 'ren.qinc.edgetranslucent:lib:0.0.3'
-
布 局
<me.qinc.lib.edgetranslucent.EdgeTransparentView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:edge_width="30dp"
app:edge_position="top|bottom">
<需要 边沿透明 的 View
/>
</me.qinc.lib.edgetranslucent.EdgeTransparentView>