wangguan
2020-12-29 452c75675679c44cc39b04bdb7d330d7c5c14d5c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="wrap_content"   
        android:layout_height="wrap_content"            
        android:orientation="vertical"
        android:background="@drawable/bjskres_floatbutton_message_left"
        android:id="@+id/bjskres_float_message_layout">
 
        <TextView
            android:id="@+id/bjskres_float_message_txt"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerHorizontal="true"
            android:layout_centerVertical="true"
            android:layout_gravity="center"
            android:layout_marginTop="16dp"
            android:inputType="textMultiLine"
            android:text="你有新的消息!"
            android:textColor="#000000"
            android:textSize="15dp" />
        
    </LinearLayout>