打磨配置的界面

This commit is contained in:
2024-09-24 22:21:08 +08:00
parent abc78b2bf7
commit d639b149b7
3 changed files with 18 additions and 3 deletions

View File

@@ -63,7 +63,8 @@
android:background="@drawable/edittext_border"
android:hint="输入文字"
android:inputType="textMultiLine"
android:minLines="3" />
android:minLines="3"
android:padding="5sp"/>
</RelativeLayout>