You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<data>
<variable
name="data"
type="com.example.writeepc.been.MESInfo" />
</data>
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="52dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="50dp">
<TextView
style="@style/item_text"
android:layout_width="110dp"
android:layout_height="match_parent"
android:text='@{data.title+" :"}' />
<TextView
style="@style/item_text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@{data.info}" />
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_marginTop="1dp"
android:layout_height="1dp"
android:background="#e1e1e1" />
</LinearLayout>
</layout>