arena_list_dialog.xml 875 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    tools:context="com.studymachine.www.ui.dialog.ArenaDialog">


    <androidx.appcompat.widget.AppCompatImageView
        android:layout_width="@dimen/dp_63"
        android:layout_height="wrap_content"
        android:adjustViewBounds="true"
        android:src="@drawable/arena_class_1" />

    <androidx.appcompat.widget.AppCompatImageView
        android:layout_width="@dimen/dp_63"
        android:layout_height="wrap_content"
        android:adjustViewBounds="true"
        android:src="@drawable/arena_class_2" />


</LinearLayout>