|
|
@@ -114,7 +114,7 @@ |
|
|
|
android:text="新增" |
|
|
|
android:background="@drawable/btn_button" |
|
|
|
android:textSize="@dimen/textSize" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textColor="@color/foreground" |
|
|
|
android:layout_marginLeft="5dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_width="60dp" |
|
|
@@ -146,6 +146,7 @@ |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:background="#FF03668F" /> |
|
|
|
<TableLayout |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:gravity="center" |
|
|
@@ -191,7 +192,12 @@ |
|
|
|
<ListView |
|
|
|
android:id="@+id/datatab" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"/> |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:divider="#00000000" |
|
|
|
android:dividerHeight="14dp" |
|
|
|
android:paddingLeft="10dp" |
|
|
|
android:paddingRight="10dp" |
|
|
|
android:paddingTop="10dp"/> |
|
|
|
</RelativeLayout> |
|
|
|
</LinearLayout> |
|
|
|
</RelativeLayout> |
|
|
|