All Projects → qinci → Edgetranslucent

qinci / Edgetranslucent

Android 任意View边沿渐变透明

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Edgetranslucent

andColorPicker
Color picker library for Android
Stars: ✭ 233 (-49.46%)
Mutual labels:  view, android-view
Enviews
🌟A cool dynamic view library
Stars: ✭ 1,771 (+284.16%)
Mutual labels:  view, android-view
Androidanimationexercise
Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享
Stars: ✭ 1,254 (+172.02%)
Mutual labels:  view, android-view
SignatureView
【Android View】:好用的Android电子签名板,能保存所签名的图片
Stars: ✭ 89 (-80.69%)
Mutual labels:  view, android-view
Banner
🔥🔥ViewPager,ViewPager2无限轮播功能。自定义Indicator,支持一屏三页,支持仿魅族banner效果。极其简单的使用方式
Stars: ✭ 393 (-14.75%)
Mutual labels:  view
Scalinglayout
With Scaling Layout scale your layout on user interaction.
Stars: ✭ 3,276 (+610.63%)
Mutual labels:  view
Android Card Form
A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
Stars: ✭ 310 (-32.75%)
Mutual labels:  view
Stevia
🍃 Concise Autolayout code
Stars: ✭ 3,182 (+590.24%)
Mutual labels:  view
Weatherview
WeatherView is an Android Library let you make cool weather animations for your app
Stars: ✭ 426 (-7.59%)
Mutual labels:  view
Tocropviewcontroller
A view controller for iOS that allows users to crop portions of UIImage objects
Stars: ✭ 4,210 (+813.23%)
Mutual labels:  view
Audiowave Progressbar
Lightweight audiowave progressbar for Android
Stars: ✭ 380 (-17.57%)
Mutual labels:  view
Proswipebutton
A swipe button for Android with a circular progress bar for async operations
Stars: ✭ 319 (-30.8%)
Mutual labels:  android-view
Materialimageloading
Material image loading implementation
Stars: ✭ 396 (-14.1%)
Mutual labels:  view
Android Tips
An awesome list of tips for Android.
Stars: ✭ 3,239 (+602.6%)
Mutual labels:  android-view
Lemniscate
An easy way to make your progress view nice and sleek.
Stars: ✭ 420 (-8.89%)
Mutual labels:  view
Avatar View
Avatar ImageView with user's name first letter Drawable placeholder
Stars: ✭ 309 (-32.97%)
Mutual labels:  android-view
Wpemerge
A modern, MVC-powered WordPress as a CMS workflow. 🚀
Stars: ✭ 348 (-24.51%)
Mutual labels:  view
Bladeone
The standalone version Blade Template Engine without Laravel in a single php file and without dependencies
Stars: ✭ 411 (-10.85%)
Mutual labels:  view
Android Slidr
Another android slider / seekbar, but different :-)
Stars: ✭ 326 (-29.28%)
Mutual labels:  view
Hauler
Library with swipe to dismiss Activity gesture implementation
Stars: ✭ 325 (-29.5%)
Mutual labels:  view

EdgeTranslucence

Android 任意View边沿渐变透明

代码简单,使用简单

使用
  • 引入库

    • 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>
  • 属性说明

    1. edge_width:边沿透明的宽度(不填写默认20dp)
    2. edge_position:透明的位置(可以组合使用,不填写默认四个边沿都透明)
      • top
      • bottom
      • left
      • right
  • 演示图(不要在意文字内容)ps:有点像阴影,但不是,是渐变透明效果

    Image

  • 最后欢迎您star

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].