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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/bjskres_customer_content"
    android:layout_width="400dp"
    android:layout_height="270dp"
    android:layout_gravity="center"
    android:orientation="vertical">
    
    <RelativeLayout 
        android:layout_width="match_parent"
        android:layout_height="35dp">
        <ImageView 
            android:id="@+id/bjskres_customer_title"
            android:layout_width="match_parent" android:contentDescription="@string/bjskres_img_desc"
            android:layout_height="match_parent"
            android:background="@drawable/bjskres_customer_title"/>
        <ImageView 
            android:id="@+id/bjskres_customer_close"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerVertical="true"
            android:paddingTop="7.5dp"
            android:contentDescription="@string/bjskres_img_desc" android:paddingBottom="7.5dp"
            android:paddingRight="14dp"
            android:layout_alignParentRight="true"
            android:src="@drawable/bjskres_customer_close"/>
    </RelativeLayout>
    
    <RelativeLayout 
        android:id="@+id/bjskres_customer_rl"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:paddingLeft="7.5dp"
        android:paddingRight="7.5dp"
        android:paddingBottom="5dp"
        android:background="@drawable/bjskres_customer_content_bg">
        
        
    </RelativeLayout>
    
    
    
    
 
 
</LinearLayout>