mirror of
https://github.com/bitwarden/android.git
synced 2025-01-01 05:48:34 +03:00
12 lines
211 B
C#
12 lines
211 B
C#
|
using Xamarin.Forms;
|
|||
|
|
|||
|
namespace Bit.App.Effects
|
|||
|
{
|
|||
|
public class FabShadowEffect : RoutingEffect
|
|||
|
{
|
|||
|
public FabShadowEffect()
|
|||
|
: base("Bitwarden.FabShadowEffect")
|
|||
|
{ }
|
|||
|
}
|
|||
|
}
|