zhuguifei
2026-01-14 82023c98e5c30d36966b85c10c43a6cb11f67e2c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:pv="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">
 
    <com.shlb.comb.view.ParticleView
        android:id="@+id/ptview"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/colorPrimary"
        pv:pv_background_color="@color/colorPrimary"
        pv:pv_host_text="COMB"
        pv:pv_host_text_anim_time="600"
        pv:pv_particle_text="移动平台"
        pv:pv_particle_text_size="14sp"
        pv:pv_spread_anim_time="1000"
        pv:pv_text_anim_time="600"
        pv:pv_text_color="#FFF" />
    <TextView
        android:textColor="@color/white"
        android:layout_marginBottom="@dimen/dimension_20"
        android:layout_centerHorizontal="true"
        android:layout_alignParentBottom="true"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="上海兰宝传感科技股份有限公司"
        />
 
</RelativeLayout>