|
|
@ -30,7 +30,8 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
android:layout_marginTop="@dimen/dp_20" |
|
|
android:gravity="center" |
|
|
android:gravity="center" |
|
|
android:text="用户名:1511515115" /> |
|
|
|
|
|
|
|
|
android:text="用户名:1511515115" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
</android.support.v7.widget.CardView> |
|
|
</android.support.v7.widget.CardView> |
|
|
|
|
|
|
|
|
@ -46,16 +47,15 @@ |
|
|
android:orientation="vertical"> |
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/textView" |
|
|
|
|
|
|
|
|
android:id="@+id/me_msg" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="47dp" |
|
|
android:layout_height="47dp" |
|
|
android:drawableLeft="@drawable/message_icon" |
|
|
|
|
|
android:drawablePadding="10dp" |
|
|
android:drawablePadding="10dp" |
|
|
android:drawableRight="@drawable/zhankai_3x" |
|
|
|
|
|
android:gravity="center_vertical" |
|
|
android:gravity="center_vertical" |
|
|
android:paddingLeft="12dp" |
|
|
android:paddingLeft="12dp" |
|
|
android:paddingRight="12dp" |
|
|
android:paddingRight="12dp" |
|
|
android:text="我的消息" /> |
|
|
|
|
|
|
|
|
android:text="我的消息" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
|
<View |
|
|
<View |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
@ -63,15 +63,15 @@ |
|
|
android:background="#dbdbdb" /> |
|
|
android:background="#dbdbdb" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
|
|
|
android:id="@+id/me_set" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="47dp" |
|
|
android:layout_height="47dp" |
|
|
android:drawableLeft="@drawable/setting_icon" |
|
|
|
|
|
android:drawablePadding="10dp" |
|
|
android:drawablePadding="10dp" |
|
|
android:drawableRight="@drawable/zhankai_3x" |
|
|
|
|
|
android:gravity="center_vertical" |
|
|
android:gravity="center_vertical" |
|
|
android:paddingLeft="12dp" |
|
|
android:paddingLeft="12dp" |
|
|
android:paddingRight="12dp" |
|
|
android:paddingRight="12dp" |
|
|
android:text="设置" /> |
|
|
|
|
|
|
|
|
android:text="设置" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
</android.support.v7.widget.CardView> |
|
|
</android.support.v7.widget.CardView> |
|
|
|