|
@@ -1,225 +0,0 @@
|
|
-<com.jixin.im.view.MyLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
- android:background="@color/normal_bg"
|
|
|
|
- android:fitsSystemWindows="true"
|
|
|
|
- android:focusable="true"
|
|
|
|
- android:focusableInTouchMode="true"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
-
|
|
|
|
- <include layout="@layout/a_view_actionbar" />
|
|
|
|
-
|
|
|
|
- <ScrollView
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="match_parent">
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
- android:background="@color/white"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
- android:minHeight="50dp"
|
|
|
|
- android:paddingLeft="20dp"
|
|
|
|
- android:paddingRight="9dp">
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- style="@style/IMTbleLine_TextKey"
|
|
|
|
- android:drawablePadding="5dp"
|
|
|
|
- android:text="俊友币余额:" />
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tv_all"
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:gravity="right"
|
|
|
|
- tools:text="200"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:paddingRight="@dimen/dp15" />
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- <RelativeLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:visibility="gone"
|
|
|
|
- android:background="@drawable/set_list_up_bg"
|
|
|
|
- android:minHeight="50dp"
|
|
|
|
- android:paddingLeft="20dp"
|
|
|
|
- android:paddingRight="9dp">
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tvPlatform"
|
|
|
|
- style="@style/IMTbleLine_TextKey"
|
|
|
|
- android:drawablePadding="5dp"
|
|
|
|
- android:text="平台名称:" />
|
|
|
|
-
|
|
|
|
- <com.jixin.im.view.ClearEditText
|
|
|
|
- android:id="@+id/etPlatform"
|
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
|
- android:layout_toRightOf="@+id/tvPlatform"
|
|
|
|
- android:background="@null"
|
|
|
|
- android:hint="请输入平台名称"
|
|
|
|
- android:inputType="text"
|
|
|
|
- android:maxLength="16"
|
|
|
|
- android:paddingRight="@dimen/dp15" />
|
|
|
|
- </RelativeLayout>
|
|
|
|
-
|
|
|
|
- <RelativeLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:visibility="gone"
|
|
|
|
- android:background="@drawable/set_list_up_bg"
|
|
|
|
- android:minHeight="50dp"
|
|
|
|
- android:paddingLeft="20dp"
|
|
|
|
- android:paddingRight="9dp">
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tvAccount"
|
|
|
|
- style="@style/IMTbleLine_TextKey"
|
|
|
|
- android:drawablePadding="5dp"
|
|
|
|
- android:text="会员账号:" />
|
|
|
|
-
|
|
|
|
- <com.jixin.im.view.ClearEditText
|
|
|
|
- android:id="@+id/etAccount"
|
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
|
- android:layout_toRightOf="@+id/tvAccount"
|
|
|
|
- android:background="@null"
|
|
|
|
- android:hint="请输入会员账号"
|
|
|
|
- android:inputType="text"
|
|
|
|
- android:maxLength="16"
|
|
|
|
- android:paddingRight="@dimen/dp15" />
|
|
|
|
- </RelativeLayout>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <RelativeLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:background="@drawable/set_list_up_bg"
|
|
|
|
- android:minHeight="50dp"
|
|
|
|
- android:paddingLeft="20dp"
|
|
|
|
- android:paddingRight="9dp">
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tvAmount"
|
|
|
|
- style="@style/IMTbleLine_TextKey"
|
|
|
|
- android:drawablePadding="5dp"
|
|
|
|
- android:text="提现金额:" />
|
|
|
|
-
|
|
|
|
- <com.jixin.im.view.ClearEditText
|
|
|
|
- android:id="@+id/etAmount"
|
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
|
- android:layout_toRightOf="@+id/tvAmount"
|
|
|
|
- android:background="@null"
|
|
|
|
- android:hint="请输入提现金额"
|
|
|
|
- android:digits="0123456789."
|
|
|
|
- android:inputType="text"
|
|
|
|
- android:maxLength="16"
|
|
|
|
- android:paddingRight="@dimen/dp15" />
|
|
|
|
-
|
|
|
|
- </RelativeLayout>
|
|
|
|
-
|
|
|
|
- <RelativeLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:visibility="gone"
|
|
|
|
- android:background="@drawable/set_list_up_bg"
|
|
|
|
- android:minHeight="50dp"
|
|
|
|
- android:paddingLeft="20dp"
|
|
|
|
- android:paddingRight="9dp">
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tvReason"
|
|
|
|
- style="@style/IMTbleLine_TextKey"
|
|
|
|
- android:drawablePadding="5dp"
|
|
|
|
- android:text="提现理由:" />
|
|
|
|
-
|
|
|
|
- <com.jixin.im.view.ClearEditText
|
|
|
|
- android:id="@+id/etReason"
|
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
|
- android:layout_toRightOf="@+id/tvReason"
|
|
|
|
- android:background="@null"
|
|
|
|
- android:hint="请输入提现理由"
|
|
|
|
- android:inputType="text"
|
|
|
|
- android:maxLength="16"
|
|
|
|
- android:paddingRight="@dimen/dp15" />
|
|
|
|
- </RelativeLayout>
|
|
|
|
-
|
|
|
|
- <RelativeLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:visibility="gone"
|
|
|
|
- android:background="@drawable/set_list_up_bg"
|
|
|
|
- android:minHeight="50dp"
|
|
|
|
- android:paddingLeft="20dp"
|
|
|
|
- android:paddingRight="9dp">
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tvDesc"
|
|
|
|
- style="@style/IMTbleLine_TextKey"
|
|
|
|
- android:drawablePadding="5dp"
|
|
|
|
- android:text="描述:" />
|
|
|
|
-
|
|
|
|
- <com.jixin.im.view.ClearEditText
|
|
|
|
- android:id="@+id/etDesc"
|
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
|
- android:layout_toRightOf="@+id/tvDesc"
|
|
|
|
- android:background="@null"
|
|
|
|
- android:hint="请输入描述"
|
|
|
|
- android:inputType="text"
|
|
|
|
- android:maxLength="16"
|
|
|
|
- android:paddingRight="@dimen/dp15" />
|
|
|
|
- </RelativeLayout>
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:visibility="gone"
|
|
|
|
- android:background="@drawable/set_list_up_bg"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
- android:minHeight="50dp"
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
- android:paddingLeft="20dp"
|
|
|
|
- android:paddingRight="9dp">
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tvVerifyCode"
|
|
|
|
- style="@style/IMTbleLine_TextKey"
|
|
|
|
- android:drawablePadding="5dp"
|
|
|
|
- android:text="验证码:" />
|
|
|
|
-
|
|
|
|
- <com.jixin.im.view.ClearEditText
|
|
|
|
- android:id="@+id/etVerifyCode"
|
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:background="@null"
|
|
|
|
- android:hint="请输入验证码"
|
|
|
|
- android:inputType="text"
|
|
|
|
- android:maxLength="4"
|
|
|
|
- android:paddingRight="@dimen/dp15" />
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/ivVerifyCode"
|
|
|
|
- android:layout_width="100dp"
|
|
|
|
- android:layout_height="50dp"
|
|
|
|
- android:gravity="right" />
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- <Button
|
|
|
|
- android:id="@+id/btnApply"
|
|
|
|
- style="@style/BossGreenBtn"
|
|
|
|
- android:text="提 交" />
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- </ScrollView>
|
|
|
|
-
|
|
|
|
-</com.jixin.im.view.MyLinearLayout>
|
|
|