mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
* Replace 3rd party FAB lib with our own code * merged * merged * WIP * WIP * WIP * WIP * Updated LiteDB * Update ZXing libs to 2.4.1 * Missing semicolon * rename fab style to btn-fab * Revert project guid modified by VSmac
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")
|
|
{ }
|
|
}
|
|
}
|