admin
2021-05-11 e5ca87e89fef96c827ec37d1d91082f626cbb17d
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>