Commit 96668e4d authored by fallenstardust's avatar fallenstardust

prepare dialog of deck manager

parent 575898ff
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<ListView
android:layout_width="100dp"
android:layout_height="wrap_content" />
<TextView
android:layout_width="10dp"
android:layout_height="wrap_content" />
<ListView
android:layout_width="150dp"
android:layout_height="wrap_content" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_gravity="bottom">
<ImageView
android:layout_width="100dp"
android:layout_height="50dp"
android:background="@drawable/blue" />
<ImageView
android:layout_width="100dp"
android:layout_height="50dp"
android:background="@drawable/blue" />
<ImageView
android:layout_width="100dp"
android:layout_height="50dp"
android:background="@drawable/blue" />
<ImageView
android:layout_width="100dp"
android:layout_height="50dp"
android:background="@drawable/red" />
<ImageView
android:layout_width="100dp"
android:layout_height="50dp"
android:background="@drawable/red" />
<ImageView
android:layout_width="100dp"
android:layout_height="50dp"
android:background="@drawable/red" />
<ImageView
android:layout_width="100dp"
android:layout_height="50dp"
android:background="@drawable/blue" />
<ImageView
android:layout_width="100dp"
android:layout_height="50dp"
android:background="@drawable/blue" />
</LinearLayout>
</LinearLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment