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
fb5da03c
Commit
fb5da03c
authored
Aug 17, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人中心-取消订阅判断用户是否签约,若签约弹窗可直接取消签约
parent
8739d27b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
fragment_main_my.xml
video/app/src/main/res/layout/fragment_main_my.xml
+13
-11
No files found.
video/app/src/main/res/layout/fragment_main_my.xml
View file @
fb5da03c
...
...
@@ -174,19 +174,20 @@
android:orientation=
"vertical"
>
<LinearLayout
android:id=
"@+id/ll_my_record"
android:id=
"@+id/ll_my_
pay
record"
android:layout_width=
"match_parent"
android:layout_height=
"50dp"
android:gravity=
"center_vertical"
android:orientation=
"horizontal"
android:paddingStart=
"20dp"
android:paddingEnd=
"15dp"
>
android:paddingEnd=
"15dp"
android:visibility=
"gone"
>
<TextView
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"
观看记录
"
android:text=
"
取消订阅
"
android:textColor=
"@color/black"
android:textSize=
"16sp"
/>
...
...
@@ -199,13 +200,13 @@
</LinearLayout>
<View
android:id=
"@+id/line_my_payrecord"
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:background=
"@color/my_color_gray"
/>
<LinearLayout
android:id=
"@+id/ll_my_
fee
d"
android:id=
"@+id/ll_my_
recor
d"
android:layout_width=
"match_parent"
android:layout_height=
"50dp"
android:gravity=
"center_vertical"
...
...
@@ -217,7 +218,7 @@
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"
意见反馈
"
android:text=
"
观看记录
"
android:textColor=
"@color/black"
android:textSize=
"16sp"
/>
...
...
@@ -234,21 +235,21 @@
android:layout_height=
"1dp"
android:background=
"@color/my_color_gray"
/>
<LinearLayout
android:id=
"@+id/ll_my_
payrecor
d"
android:id=
"@+id/ll_my_
fee
d"
android:layout_width=
"match_parent"
android:layout_height=
"50dp"
android:gravity=
"center_vertical"
android:orientation=
"horizontal"
android:paddingStart=
"20dp"
android:paddingEnd=
"15dp"
android:visibility=
"gone"
>
android:paddingEnd=
"15dp"
>
<TextView
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"
取消订阅
"
android:text=
"
意见反馈
"
android:textColor=
"@color/black"
android:textSize=
"16sp"
/>
...
...
@@ -261,12 +262,13 @@
</LinearLayout>
<View
android:id=
"@+id/line_my_payrecord"
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:background=
"@color/my_color_gray"
/>
<LinearLayout
android:id=
"@+id/ll_my_setting"
android:layout_width=
"match_parent"
...
...
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