|
@@ -18,7 +18,6 @@
|
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginTop="10dp"
|
|
|
/>
|
|
/>
|
|
|
<ScrollView
|
|
<ScrollView
|
|
|
- android:layout_marginTop="5dp"
|
|
|
|
|
android:layout_marginBottom="10dp"
|
|
android:layout_marginBottom="10dp"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
android:layout_height="match_parent">
|
|
@@ -26,7 +25,7 @@
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<com.xzjmyk.pm.activity.view.MyListView
|
|
<com.xzjmyk.pm.activity.view.MyListView
|