Files
magic_box_2/app/src/main/res/layout/fragment_drop.xml
Yutousama 1bd45d7b92 日常备份,接入广点通开屏、Banner
数据改成掉落日志和战斗日志(战斗日志咕了)
2019-04-28 01:25:23 +08:00

45 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
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="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/linearLayout6"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<org.angmarch.views.NiceSpinner
android:id="@+id/src"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_margin="16dp"
android:layout_weight="1" />
<org.angmarch.views.NiceSpinner
android:id="@+id/type"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:layout_weight="1" />
</LinearLayout>
<cn.lemon.view.RefreshRecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="8dp"
android:layout_weight="0"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/linearLayout6"/>
</android.support.constraint.ConstraintLayout>