<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:orientation="horizontal" android:layout_width="match_parent"
|
android:gravity="center_vertical"
|
android:padding="@dimen/ui_margin_5dp"
|
android:layout_height="@dimen/ui_margin_60dp">
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:textColor="@android:color/white"
|
android:layout_weight="1"
|
|
android:id="@+id/tv_des"
|
android:textSize="@dimen/network_train_textsize26px"
|
android:text="描述性语言"/>
|
<EditText
|
android:layout_width="wrap_content"
|
android:layout_height="@dimen/ui_margin_50dp"
|
android:layout_weight="1"
|
android:id="@+id/et_value_setting"
|
android:textSize="@dimen/network_train_textsize26px"
|
android:background="@android:drawable/editbox_background_normal"
|
android:text="3"/>
|
|
</LinearLayout>
|