<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
    <style name="sign_in_with_apple_button_DialogTheme" parent="android:Theme.DeviceDefault.NoActionBar">
        <item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
    </style>
    <style name="sign_in_with_apple_button_DialogTheme_Floating" parent="android:Theme.DeviceDefault.NoActionBar">
        <item name="android:windowIsFloating">true</item>
    </style>
</resources>
