|
|
@@ -3,7 +3,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
- android:background="#ebe9e9">
|
|
|
+ android:background="#FBFBFB">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -75,7 +75,8 @@
|
|
|
android:visibility="visible"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:background="@color/white">
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="10dp"
|
|
|
@@ -83,14 +84,17 @@
|
|
|
<com.core.widget.MyListView
|
|
|
android:id="@+id/wages_lv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:padding="10dp"
|
|
|
android:visibility="visible"
|
|
|
android:background="@color/white"
|
|
|
- android:drawableBottom="@drawable/sealang"
|
|
|
>
|
|
|
</com.core.widget.MyListView>
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:background="@drawable/sealang"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="20dp" />
|
|
|
</LinearLayout>
|
|
|
<ImageView
|
|
|
android:id="@+id/received_im"
|
|
|
@@ -101,7 +105,7 @@
|
|
|
android:src="@drawable/received"
|
|
|
android:visibility="gone"
|
|
|
android:layout_marginRight="20dp"
|
|
|
- android:layout_marginBottom="20dp"
|
|
|
+ android:layout_marginBottom="40dp"
|
|
|
/>
|
|
|
</RelativeLayout>
|
|
|
<LinearLayout
|
|
|
@@ -129,23 +133,27 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
- android:padding="10dp"
|
|
|
android:visibility="gone"
|
|
|
android:background="@color/white"
|
|
|
>
|
|
|
<TextView
|
|
|
- android:textColor="@color/red"
|
|
|
android:text="报错信息"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content" />
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:padding="10dp"
|
|
|
+ />
|
|
|
<TextView
|
|
|
android:id="@+id/error_tv"
|
|
|
android:text="报错等我QQ信息"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textColor="#000000"
|
|
|
- android:paddingTop="10dp"
|
|
|
- android:drawableBottom="@drawable/sealang"/>
|
|
|
+ android:padding="10dp"
|
|
|
+ />
|
|
|
+ <ImageView
|
|
|
+ android:background="@drawable/sealang"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="20dp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|