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
32347109
Commit
32347109
authored
Mar 25, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat : 前置信息收集 UI验收完成
parent
3a2870fd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
12 deletions
+22
-12
config.gradle
config.gradle
+2
-2
ConfideHomeActivity.kt
m-confide/src/main/java/com/ydl/confide/home/ConfideHomeActivity.kt
+0
-1
bg_shape_1da1f2_r18.xml
m-im/src/main/res/drawable/bg_shape_1da1f2_r18.xml
+2
-1
item_left_img_url_layout.xml
m-im/src/main/res/layout/item_left_img_url_layout.xml
+18
-8
No files found.
config.gradle
View file @
32347109
...
...
@@ -10,7 +10,7 @@ ext {
"m-fm"
:
"0.0.30.04"
,
"m-user"
:
"0.0.61.94"
,
"m-home"
:
"0.0.22.84"
,
"m-im"
:
"0.0.21.
05
"
,
"m-im"
:
"0.0.21.
11
"
,
"m-dynamic"
:
"0.0.7.35"
,
"m-article"
:
"0.0.0.10"
,
...
...
@@ -93,7 +93,7 @@ ext {
"m-fm"
:
"0.0.30.07"
,
"m-user"
:
"0.0.61.94"
,
"m-home"
:
"0.0.22.83"
,
"m-im"
:
"0.0.21.
05
"
,
"m-im"
:
"0.0.21.
11
"
,
"m-dynamic"
:
"0.0.7.35"
,
"m-article"
:
"0.0.0.8"
,
...
...
m-confide/src/main/java/com/ydl/confide/home/ConfideHomeActivity.kt
View file @
32347109
...
...
@@ -29,7 +29,6 @@ import com.ydl.ydl_image.listener.YDLImageRecyclerOnScrollListener
import
com.ydl.ydlcommon.modular.ModularServiceManager
import
com.ydl.ydlcommon.mvp.lce.BaseLceActivity
import
com.ydl.ydlcommon.utils.StatusBarUtils
import
com.ydl.ydlcommon.utils.actionutil.ActionCountUtils
import
com.ydl.ydlcommon.utils.remind.ToastHelper
import
com.ydl.ydlcommon.view.DrawableRightTextView
import
com.ydl.ydlcommon.view.WrapContentLinearLayoutManager
...
...
m-im/src/main/res/drawable/bg_shape_1da1f2_r18.xml
View file @
32347109
...
...
@@ -2,5 +2,5 @@
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<solid
android:color=
"@color/platform_color_1DA1F2"
/>
<corners
android:radius=
"
18
dp"
/>
<corners
android:radius=
"
20
dp"
/>
</shape>
\ No newline at end of file
m-im/src/main/res/layout/item_left_img_url_layout.xml
View file @
32347109
...
...
@@ -44,32 +44,42 @@
app:layout_constraintTop_toTopOf=
"parent"
tools:text=
"请问是发生"
/>
<ImageView
android:id=
"@+id/image"
<androidx.cardview.widget.CardView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"12dp"
/>
android:layout_marginTop=
"12dp"
android:elevation=
"0dp"
app:cardCornerRadius=
"8dp"
app:cardElevation=
"0dp"
>
<ImageView
android:id=
"@+id/image"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
</androidx.cardview.widget.CardView>
<LinearLayout
android:layout_marginTop=
"12dp"
android:id=
"@+id/jump_url"
android:layout_width=
"match_parent"
android:layout_height=
"32dp"
android:layout_height=
"40dp"
android:layout_marginTop=
"12dp"
android:background=
"@drawable/bg_shape_1da1f2_r18"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<TextView
android:layout_marginBottom=
"1px"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"center"
android:text=
"点击前往"
android:textColor=
"@color/white"
android:textSize=
"1
4
sp"
/>
android:textSize=
"1
6
sp"
/>
<ImageView
android:layout_width=
"12dp"
android:layout_height=
"12dp"
android:layout_marginTop=
"1px"
android:layout_width=
"14dp"
android:layout_height=
"14dp"
android:layout_marginLeft=
"4dp"
android:src=
"@drawable/ic_arrow_right"
/>
</LinearLayout>
...
...
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