打磨配置的界面
This commit is contained in:
@@ -63,7 +63,8 @@
|
||||
android:background="@drawable/edittext_border"
|
||||
android:hint="输入文字"
|
||||
android:inputType="textMultiLine"
|
||||
android:minLines="3" />
|
||||
android:minLines="3"
|
||||
android:padding="5sp"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
@@ -16,13 +16,27 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/back_to_main" />
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="30dp"
|
||||
android:gravity="center_vertical"
|
||||
android:text="文字处理AI区的配置"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/etApiButtonName"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:hint="API 按钮显示名称"
|
||||
android:minHeight="48dp" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/etApiName"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:hint="API Name"
|
||||
android:hint="API 名称"
|
||||
android:minHeight="48dp" />
|
||||
|
||||
<EditText
|
||||
@@ -54,7 +68,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:hint="API Model Type"
|
||||
android:hint="API 模型类型"
|
||||
android:minHeight="48dp" />
|
||||
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user