Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
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
杨凯
YDL-Component-Medical
Commits
af8241a6
Commit
af8241a6
authored
Nov 05, 2019
by
严久程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课程模块
parent
5ea6e251
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
confide_redpacket_view.xml
m-course/src/main/res/layout/confide_redpacket_view.xml
+45
-0
No files found.
m-course/src/main/res/layout/confide_redpacket_view.xml
0 → 100644
View file @
af8241a6
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"32dp"
android:orientation=
"horizontal"
android:background=
"@color/color_FFEEE6"
>
<ImageView
android:id=
"@+id/imgTiXing"
android:layout_width=
"14dp"
android:layout_height=
"14dp"
android:layout_marginStart=
"15dp"
android:layout_marginTop=
"9dp"
android:src=
"@drawable/confideredpacket_tixing"
/>
<TextView
android:id=
"@+id/tvMsg"
android:layout_toRightOf=
"@+id/imgTiXing"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:gravity=
"center_vertical"
android:layout_marginStart=
"4dp"
android:textColor=
"#ff821d"
android:textSize=
"12sp"
tools:text=
"您有一个30元的倾诉红包未使用,即时倾诉,享"
/>
<TextView
android:layout_toRightOf=
"@+id/tvMsg"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:gravity=
"center_vertical"
android:textSize=
"12sp"
android:textColor=
"#ff3b30"
android:text=
"立减优惠"
/>
<ImageView
android:id=
"@+id/imgClose"
android:layout_width=
"29dp"
android:layout_height=
"29dp"
android:layout_marginTop=
"9dp"
android:layout_alignParentRight=
"true"
android:layout_centerVertical=
"true"
android:layout_marginEnd=
"@dimen/dp_10"
android:padding=
"@dimen/dp_5"
android:src=
"@drawable/confideredpacket_close"
tools:ignore=
"OnClick"
/>
</RelativeLayout>
\ No newline at end of file
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