From e5ca87e89fef96c827ec37d1d91082f626cbb17d Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 11 五月 2021 18:50:09 +0800
Subject: [PATCH] 特价新版UI改造

---
 app/src/main/res/layout/fragment_order_appeal.xml |   47 ++++++++++++++++++++++++++++-------------------
 1 files changed, 28 insertions(+), 19 deletions(-)

diff --git a/app/src/main/res/layout/fragment_order_appeal.xml b/app/src/main/res/layout/fragment_order_appeal.xml
index 096a1b8..13dd8d0 100644
--- a/app/src/main/res/layout/fragment_order_appeal.xml
+++ b/app/src/main/res/layout/fragment_order_appeal.xml
@@ -2,6 +2,7 @@
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:background="@color/white"
     android:orientation="vertical">
 
     <ScrollView
@@ -17,51 +18,56 @@
             <View
                 android:layout_width="match_parent"
                 android:layout_height="10dp"
-                android:background="@color/register_gray" />
+                android:background="@color/transparent" />
 
             <include layout="@layout/item_yellow_notice" />
 
             <com.wpc.library.widget.ResizableImageView
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
+                android:layout_marginLeft="30dp"
+                android:layout_marginRight="30dp"
                 android:src="@drawable/ic_order_appeal_top" />
 
             <androidx.appcompat.widget.LinearLayoutCompat
                 android:layout_width="match_parent"
-                android:layout_height="42dp"
+                android:layout_height="wrap_content"
                 android:layout_marginLeft="20dp"
-                android:layout_marginTop="20dp"
+                android:layout_marginTop="40dp"
                 android:layout_marginRight="20dp"
-                android:orientation="horizontal">
+                android:gravity="center_horizontal"
+                android:orientation="vertical">
 
                 <EditText
-                    android:textCursorDrawable="@drawable/shape_input_cursor"
                     android:id="@+id/et_order_id"
-                    android:layout_width="0dp"
-                    android:layout_height="match_parent"
+                    android:layout_width="match_parent"
+                    android:layout_height="45dp"
                     android:layout_weight="8"
-                    android:background="@drawable/shape_category_fillter2"
-                    android:digits="1234567890"
+                    android:background="@drawable/shape_find_order_input"
+                    android:digits="abcdefghijklmnopqrstuvwxyz1234567890-"
                     android:focusable="false"
                     android:focusableInTouchMode="true"
-                    android:gravity="center_vertical"
-                    android:hint="璇疯緭鍏ユ垨绮樿创娣樺疂璁㈠崟鍙�"
+                    android:gravity="center"
+                    android:hint="璇疯緭鍏ユ垨绮樿创璁㈠崟鍙�"
                     android:inputType="phone"
                     android:paddingStart="24dp"
                     android:paddingLeft="8dp"
                     android:paddingRight="8dp"
-                    android:textSize="16sp" />
+                    android:textCursorDrawable="@drawable/shape_input_cursor"
+                    android:textColor="#999999"
+                    android:textSize="17sp" />
 
                 <TextView
                     android:id="@+id/tv_refer_appeal"
-                    android:layout_width="0dp"
-                    android:layout_height="match_parent"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="22.5dp"
                     android:layout_weight="2"
-                    android:background="@drawable/shape_go_search3"
+                    android:background="@drawable/shape_find_order_btn"
                     android:gravity="center"
                     android:text="鎻愪氦"
                     android:textColor="@color/white"
-                    android:textSize="16sp" />
+                    android:textSize="18sp" />
             </androidx.appcompat.widget.LinearLayoutCompat>
 
 
@@ -71,7 +77,8 @@
                 android:layout_marginLeft="30dp"
                 android:layout_marginTop="22dp"
                 android:layout_marginRight="30dp"
-                android:orientation="horizontal">
+                android:orientation="horizontal"
+                android:visibility="gone">
 
                 <TextView
                     android:id="@+id/tv_order_appeal_aout"
@@ -103,7 +110,8 @@
                 android:layout_marginTop="50dp"
                 android:text="鎵嬫満娣樺疂涓鍒惰鍗曞彿鏁欑▼"
                 android:textColor="#ff333333"
-                android:textSize="17sp" />
+                android:textSize="17sp"
+                android:visibility="gone" />
 
             <com.wpc.library.widget.ResizableImageView
                 android:id="@+id/iv_order_course"
@@ -111,7 +119,8 @@
                 android:layout_height="wrap_content"
                 android:layout_marginTop="35dp"
                 android:layout_marginBottom="106dp"
-                android:src="@drawable/ic_order_appeal_buttom" />
+                android:src="@drawable/ic_order_appeal_buttom"
+                android:visibility="gone" />
         </LinearLayout>
     </ScrollView>
 </LinearLayout>
\ No newline at end of file

--
Gitblit v1.8.0