This commit is contained in:
18142669586
2022-09-27 14:53:01 +08:00
parent f52e10b96f
commit 2490c6bdd1
3 changed files with 102 additions and 4 deletions

View File

@@ -40,5 +40,17 @@
android:tint="@color/textColor"
android:visibility="gone" />
<TextView
android:id="@+id/rView"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:gravity="center"
android:textColor="@color/textColor"
android:textSize="13sp"
android:layout_marginRight="25dp"
android:text="充值未到账?"
android:visibility="gone"
android:textStyle="bold" />
</RelativeLayout>
</FrameLayout>