byvlstr / fluentdesign-ripple-android

A Ripple effect for Android inspired by Microsoft's Fluent Design System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluent Design Ripple for Android

A Ripple effect for Android inspired by Microsoft's Fluent Design System

  • Beautiful Ripple: An elegant and simple Ripple Effect as a nice alternative to the standard selectableItemBackground in Android
  • Used in: My very own Fluent App Bar library available on Github
  • Inspired by: Microsoft's Fluent Design System, especially "Light".

Usage

Simply use the xml file named "fluent_ripple.xml" and add it to your project. Use it as background resource.

Compatibility

This Ripple resource is currently supported by devices with API > 21. See https://developer.android.com/reference/android/graphics/drawable/RippleDrawable.html

Logs

1.0.0

  • Initial version

Used by/in

Feel free to contact me to have your project and name stated here

Credits

Creator: Valentin Lungenstrass http://www.vlstr.com/ | contact [at] vlstr [dot] com

Follow me on Twitter Follow me on LinkedIn

License

Copyright 2017 Valentin Lungenstrass.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A Ripple effect for Android inspired by Microsoft's Fluent Design System

License:Apache License 2.0