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.

30 lines
1.0 KiB
XML

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_10"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/sbHeight"
android:gravity="center"
android:text="方法描述:"
android:textSize="@dimen/sbtextSize" />
<EditText
android:id="@+id/et_ff"
style="@style/editTextTheme"
android:layout_width="match_parent"
android:layout_height="@dimen/px_500"
android:gravity="left|top"
android:minLines="2"
android:text="观察" />
</LinearLayout>
</LinearLayout>