新增转账cash,积分手续费,详情列表新增提示

This commit is contained in:
guozhen
2024-11-13 17:11:11 +08:00
committed by xuhuixiang
parent 1616e14446
commit edecacff74
19 changed files with 313 additions and 23 deletions

View File

@@ -206,16 +206,90 @@
android:layout_marginLeft="@dimen/dp_30"
android:layout_marginTop="@dimen/dp_4"
android:layout_marginRight="@dimen/dp_30"
android:gravity="right"
android:gravity="end"
android:textColor="@color/color_999999"
android:textSize="14sp" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_30"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginRight="@dimen/dp_30"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:text="@string/shouxufei_txt"
android:textColor="@color/color_383838"
android:textSize="14sp" />
<TextView
android:id="@+id/shouxufei_tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:textColor="@color/color_e4543e"
android:textSize="14sp" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_30"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginRight="@dimen/dp_30"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:text="@string/totaljine_txt"
android:textColor="@color/color_383838"
android:textSize="14sp" />
<TextView
android:id="@+id/totaljine_tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:textColor="@color/color_e4543e"
android:textSize="14sp" />
</RelativeLayout>
<androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/layout_tips"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dp_30"
android:layout_marginTop="@dimen/dp_5"
android:layout_marginEnd="@dimen/dp_30"
android:background="@mipmap/ic_shouxufei_bg"
android:gravity="center_vertical"
android:visibility="gone">
<TextView
android:id="@+id/totaljine_tips_tv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_marginTop="@dimen/dp_2"
android:layout_marginEnd="@dimen/dp_5"
android:gravity="end"
android:textColor="@color/color_e4543e"
android:textSize="14sp" />
</androidx.appcompat.widget.LinearLayoutCompat>
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="88dp"
android:layout_marginLeft="@dimen/dp_30"
android:layout_marginTop="10dp"
android:layout_marginTop="20dp"
android:layout_marginRight="@dimen/dp_30"
android:background="@drawable/input_bg_t2"
android:orientation="horizontal"