66 lines
2.6 KiB
XML
66 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/umeng_comm_dimen_96px"
|
|
android:background="@android:color/white"
|
|
android:paddingRight="@dimen/umeng_comm_dimen_20px">
|
|
|
|
<ImageView
|
|
android:id="@+id/umeng_comm_title_back_btn"
|
|
android:layout_width="42dp"
|
|
android:layout_height="42dp"
|
|
android:layout_alignParentLeft="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@android:color/transparent"
|
|
android:contentDescription="@string/umeng_comm_new_post"
|
|
android:padding="@dimen/umeng_comm_dimen_20px"
|
|
android:src="@drawable/umeng_backward"
|
|
android:scaleType="centerInside" />
|
|
|
|
<TextView
|
|
android:id="@+id/umeng_comm_title_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
android:ellipsize="end"
|
|
android:maxWidth="180dp"
|
|
android:singleLine="true"
|
|
android:text="@string/umeng_comm_user_center"
|
|
android:textSize="17dp"
|
|
android:textColor="@color/umeng_comm_color_33"/>
|
|
|
|
|
|
<ImageButton
|
|
android:id="@+id/umeng_comm_title_setting_btn"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@drawable/umeng_comm_setting_bt"
|
|
android:contentDescription="@string/umeng_comm_new_post" />
|
|
|
|
<ToggleButton
|
|
android:id="@+id/umeng_comm_favourite_btn"
|
|
android:layout_width="@dimen/umeng_comm_dimen_40px"
|
|
android:layout_height="@dimen/umeng_comm_dimen_40px"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="5dp"
|
|
android:background="@drawable/umeng_comm_favourite_button"
|
|
android:contentDescription="@string/umeng_comm_new_post"
|
|
android:textOff=""
|
|
android:textOn=""
|
|
android:visibility="invisible" />
|
|
|
|
<ImageView
|
|
android:id="@+id/umeng_comm_post_btn"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="15dp"
|
|
android:layout_toLeftOf="@id/umeng_comm_favourite_btn"
|
|
android:background="@drawable/xie"
|
|
android:contentDescription="@string/umeng_comm_new_post"
|
|
android:visibility="invisible" />
|
|
|
|
</RelativeLayout> |