|
|
@@ -1,6 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="400dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center_horizontal"
|
|
|
android:orientation="vertical"
|
|
|
@@ -25,21 +25,21 @@
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/msg_et"
|
|
|
+ style="@style/form_relative_right_text"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="150dp"
|
|
|
+ android:maxLength="99"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main"
|
|
|
+ android:gravity="left"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ />
|
|
|
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/msg_et"
|
|
|
- style="@style/form_relative_right_text"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="150dp"
|
|
|
- android:maxLength="100"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/text_main"
|
|
|
- android:gravity="left"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- />
|
|
|
<EditText
|
|
|
+ android:visibility="gone"
|
|
|
android:id="@+id/editname_et2"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -62,7 +62,7 @@
|
|
|
android:id="@+id/cancel_error_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="#999999"
|
|
|
+ android:background="@drawable/bg_button_invalid"
|
|
|
android:padding="10dp"
|
|
|
android:text="取消"
|
|
|
android:textColor="@color/white"
|