crystal-wallet-android/app/src/main/res/layout/empty_activity.xml

20 lines
716 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent">
<cy.agorise.crystalwallet.views.natives.GIFView
android:id="@+id/gifView"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="200px"
android:layout_centerInParent="true"/>
<cy.agorise.crystalwallet.views.natives.VideoExView
android:layout_width="match_parent"
android:layout_height="200px"
android:layout_centerInParent="true"
android:visibility="gone"
android:id="@+id/video"/>
</RelativeLayout>