<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yoti="http://schemas.android.com/apk/res-auto">
    <com.yoti.mobile.android.sdk.YotiSDKButton
        android:id="@+id/RNYotiButton"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:text=""
        android:gravity="center"
        yoti:useCaseId="login"
        yoti:buttonTheme="Theme_EasyId"/>
</merge>