<?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>
|