Files
HouseProperty/app/src/main/res/layout/activity_adevise.xml
2020-08-03 09:11:54 +08:00

48 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
>
<LinearLayout
android:layout_width="match_parent"
android:fitsSystemWindows="true"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:orientation="vertical"
android:background="@color/f7"
android:layout_height="match_parent">
<EditText
android:layout_width="match_parent"
android:padding="10dip"
android:layout_marginTop="16dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:id="@+id/connent"
android:hint="请描述一下您的问题"
android:gravity="top"
android:textSize="@dimen/textedit"
android:background="@drawable/feedback_background"
android:layout_height="240dip" />
<TextView
android:layout_width="match_parent"
android:text="提交反馈"
android:id="@+id/comimit"
android:textColor="@color/white"
android:layout_marginRight="8dip"
android:layout_marginLeft="8dip"
android:gravity="center"
android:layout_marginTop="40dip"
android:enabled="false"
android:textSize="@dimen/texteditconfirm"
android:background="@drawable/selector_common_btn"
android:layout_height="45dip" />
<View
android:layout_width="wrap_content"
android:layout_height="40dip"/>
</LinearLayout>
</LinearLayout>
</layout>