a
554325746@qq.com
2020-01-13 7171bbcdb2859ea93f3af69d817243752b08314a
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
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
 
    <com.basic.security.widget.Button1
        android:id="@+id/rule_list_btn_add_rule"
        android:layout_width="@dimen/w150"
        android:layout_height="@dimen/h60"
        android:layout_gravity="center"
        android:layout_marginLeft="@dimen/w45"
        android:layout_marginTop="@dimen/h25"
        android:background="@drawable/blue_button"
        android:text="新增业务表"
        android:textColor="@color/white"
        android:textSize="@dimen/h21" />
 
    <ListView
        android:id="@+id/rule_list_lv_add_rule"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_below="@+id/rule_list_btn_add_rule"
        android:layout_marginBottom="@dimen/h30"
        android:layout_marginLeft="@dimen/w45"
        android:layout_marginRight="@dimen/h45"
        android:layout_marginTop="@dimen/h23"
        android:divider="@null"
        android:listSelector="@color/transparent"
        android:scrollbars="none"></ListView>
</RelativeLayout>