|
|
@@ -5,7 +5,7 @@
|
|
|
android:descendantFocusability="blocksDescendants"
|
|
|
android:gravity="center_horizontal"
|
|
|
android:orientation="horizontal"
|
|
|
- android:padding="10dp" >
|
|
|
+ android:padding="10dp">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/avatar_img"
|
|
|
@@ -19,7 +19,7 @@
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
- android:orientation="vertical" >
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/nick_name_tv"
|
|
|
@@ -28,20 +28,20 @@
|
|
|
android:background="@drawable/user_nick_name_bg"
|
|
|
android:gravity="center_vertical"
|
|
|
android:singleLine="true"
|
|
|
- android:textSize="@dimen/text_main"
|
|
|
- android:textColor="@color/text_main"
|
|
|
android:text="texts"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main"
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/body_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
android:background="@drawable/text_click_bg"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
android:text="ss"
|
|
|
+ android:textColor="@color/text_hine"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
|
|
|
|
<FrameLayout
|
|
|
@@ -55,7 +55,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="15dp"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal" >
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/time_tv"
|
|
|
@@ -64,8 +64,8 @@
|
|
|
android:layout_alignParentLeft="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
android:text="ss"
|
|
|
+ android:textColor="@color/text_hine"
|
|
|
android:textSize="@dimen/text_min" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -90,28 +90,41 @@
|
|
|
android:background="@drawable/operation_more_bg"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
+
|
|
|
<View
|
|
|
android:id="@+id/line"
|
|
|
- android:visibility="gone"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="1dp"
|
|
|
android:layout_marginTop="5dp"
|
|
|
- android:background="@color/item_line"/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/multi_praise_tv"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:text="safddsafdsafdsafdsafdsafadsfewqewqdfdsafdsafdsafdsa法国人完全覆盖对方的身份为亲人"
|
|
|
- android:background="@drawable/praise_bg"
|
|
|
- android:drawableLeft="@drawable/likes"
|
|
|
- android:textSize="@dimen/text_min" />
|
|
|
+ android:background="@color/item_line"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
- <com.sk.weichat.view.MyListView
|
|
|
- android:id="@+id/command_listView"
|
|
|
- android:layout_width="fill_parent"
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/praise_rl"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="5dp" />
|
|
|
+ android:background="#f2f2f2"
|
|
|
+ >
|
|
|
+ <!--android:background="@drawable/praise_bg"-->
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/multi_praise_tv"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawableLeft="@drawable/likes"
|
|
|
+ android:paddingBottom="2dp"
|
|
|
+ android:paddingTop="10dp"
|
|
|
+ android:text="safddsafdsafdsafdsafdsafadsfewqewqdfdsafdsafdsafdsa法国人完全覆盖对方的身份为亲人"
|
|
|
+ android:textSize="@dimen/text_min" />
|
|
|
+
|
|
|
+ <com.sk.weichat.view.MyListView
|
|
|
+ android:id="@+id/command_listView"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/multi_praise_tv"
|
|
|
+ android:paddingTop="5dp" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|