[6.7.0]冷启动埋点修改+增加Node列表虚化
This commit is contained in:
@@ -110,7 +110,6 @@ class ColdStartView @JvmOverloads constructor(
|
||||
//保存点击时间
|
||||
ColdStartConfig.setColdStartNowState(System.currentTimeMillis())
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
override fun onAttachedToWindow() {
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<gradient
|
||||
android:startColor="#00000000"
|
||||
android:endColor="#68696B"
|
||||
android:angle="270"
|
||||
/>
|
||||
<corners
|
||||
android:radius="@dimen/dp_8"/>
|
||||
</shape>
|
||||
@@ -130,6 +130,17 @@
|
||||
android:layout_marginTop="@dimen/dp_26"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="@dimen/dp_0"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
app:layout_constraintBottom_toBottomOf="@id/rvNodeList"
|
||||
app:layout_constraintLeft_toLeftOf="@id/rvNodeList"
|
||||
app:layout_constraintRight_toRightOf="@id/rvNodeList"
|
||||
android:src="@drawable/bg_cold_start_list_mask"
|
||||
android:contentDescription="@string/cold_start_list_mask"
|
||||
android:elevation="@dimen/dp_10"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvColdStartNow"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user