<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.yookassa">
  <application>
    <activity
      android:name=".result.TransparentActivity"
      android:theme="@style/Theme.Transparent"
      />
  </application>
</manifest>
