Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_vedio
Commits
20fcae0a
Commit
20fcae0a
authored
Sep 27, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
19ee3f02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
61 additions
and
56 deletions
+61
-56
dialog_withdraw_suc.xml
video/app/src/main/res/layout/dialog_withdraw_suc.xml
+61
-56
No files found.
video/app/src/main/res/layout/dialog_withdraw_suc.xml
View file @
20fcae0a
...
...
@@ -24,74 +24,79 @@
android:layout_marginTop=
"10dp"
android:src=
"@mipmap/ic_red_envelope_coupon_draw_top"
/>
<
Relative
Layout
<
Linear
Layout
android:layout_width=
"220dp"
android:layout_height=
"240dp"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"@dimen/dp_10"
android:paddingTop=
"162dp"
android:gravity=
"center"
android:orientation=
"horizontal"
android:background=
"@mipmap/bg_withdraw_suc"
>
<LinearLayout
android:layout_width=
"match_parent"
<TextView
android:id=
"@+id/tv_cash_1"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_alignParentBottom=
"true"
android:layout_marginStart=
"20dp"
android:layout_marginEnd=
"20dp"
android:layout_marginBottom=
"20dp"
>
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"10dp"
android:background=
"@drawable/shape_withdraw_num"
android:gravity=
"center"
android:paddingLeft=
"12dp"
android:paddingTop=
"5dp"
android:paddingRight=
"12dp"
android:paddingBottom=
"5dp"
android:text=
"0"
android:textColor=
"@color/white"
android:textSize=
"40sp"
android:textStyle=
"bold"
></TextView>
<TextView
android:id=
"@+id/tv_cash_1"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/shape_withdraw_num"
android:gravity=
"center"
android:maxLength=
"1"
android:text=
"0"
android:textColor=
"@color/white"
android:textSize=
"36dp"
android:textStyle=
"bold"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"10dp"
android:layout_marginEnd=
"10dp"
android:text=
"."
android:textColor=
"@color/white"
android:textSize=
"30sp"
android:textStyle=
"bold"
/>
<View
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_gravity=
"bottom"
android:layout_marginLeft=
"10dp"
android:layout_marginRight=
"10dp"
android:layout_marginBottom=
"18dp"
android:background=
"@drawable/shape_withdraw_num"
></View>
<TextView
android:id=
"@+id/tv_cash_2"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/shape_withdraw_num"
android:gravity=
"center"
android:maxLength=
"1"
android:text=
"0"
android:textColor=
"@color/white"
android:textSize=
"36dp"
android:textStyle=
"bold"
/>
<com.yy.mobile.rollingtextview.RollingTextView
android:id=
"@+id/tv_cash_3"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/shape_withdraw_num"
android:gravity=
"center"
android:maxLength=
"1"
android:text=
"1"
android:textColor=
"@color/white"
android:textSize=
"36dp"
android:textStyle=
"bold"
/>
<TextView
android:id=
"@+id/tv_cash_2"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"10dp"
android:background=
"@drawable/shape_withdraw_num"
android:gravity=
"center"
android:paddingLeft=
"12dp"
android:paddingTop=
"5dp"
android:paddingRight=
"12dp"
android:paddingBottom=
"5dp"
android:text=
"0"
android:textColor=
"@color/white"
android:textSize=
"40sp"
android:textStyle=
"bold"
></TextView>
</LinearLayout>
<com.yy.mobile.rollingtextview.RollingTextView
android:id=
"@+id/tv_cash_3"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginLeft=
"10dp"
android:layout_marginTop=
"10dp"
android:background=
"@drawable/shape_withdraw_num"
android:gravity=
"center"
android:paddingLeft=
"12dp"
android:paddingTop=
"5dp"
android:paddingRight=
"12dp"
android:paddingBottom=
"5dp"
android:text=
"0"
android:textColor=
"@color/white"
android:textSize=
"40sp"
android:textStyle=
"bold"
></com.yy.mobile.rollingtextview.RollingTextView>
</
Relative
Layout>
</
Linear
Layout>
<Button
android:id=
"@+id/btn"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment