<RelativeLayout

android:id="@+id/rl_share"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:visibility="gone" >


<RelativeLayout

android:id="@+id/other_layout_top"

android:layout_width="match_parent"

android:layout_height="150dp"

android:layout_alignParentTop="true"

android:background="#804f4f4f" >

</RelativeLayout>


<LinearLayout

android:id="@+id/ll_other_layout"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_alignParentBottom="true"

android:layout_below="@+id/other_layout_top"

android:background="@color/white"

android:orientation="vertical" >


<LinearLayout

android:layout_width="match_parent"

android:layout_height="120dp" >


<RelativeLayout

android:id="@+id/rl_share_sms_btn"

>


<TextView

android:id="@+id/textView1"

android:drawableTop="@drawable/icon_share_sms"

android:text="短信" />

</RelativeLayout>


<RelativeLayout

android:id="@+id/rl_share_sina_btn"

android:background="@drawable/btn_layout_common_bg">


<TextView

android:id="@+id/textView2"

android:drawableTop="@drawable/btn_share_sina"

android:text="微博" />

</RelativeLayout>


<RelativeLayout

android:id="@+id/rl_share_weixin_btn"

>

<TextView

android:id="@+id/textView3"

android:drawableTop="@drawable/btn_share_weixin"

android:text="微信" />

</RelativeLayout>

</LinearLayout>


<LinearLayout

android:layout_width="match_parent"

android:layout_height="120dp" >


<RelativeLayout

android:id="@+id/rl_share_tenxun_btn"

>


<TextView

android:id="@+id/textView4"

android:drawableTop="@drawable/btn_share_tenxun"

android:text="腾讯微博" >

</TextView>

</RelativeLayout>


<RelativeLayout

android:id="@+id/rl_share_pengyou_btn"

>


<TextView

android:id="@+id/textView5"

android:drawableTop="@drawable/btn_share_pengyou"

android:text="微信朋友圈" >

</TextView>

</RelativeLayout>


<RelativeLayout

android:id="@+id/rl_share_more_btn"

>


<TextView

android:id="@+id/textView6"

android:drawableTop="@drawable/btn_share_more"

android:text="更多" >

</TextView>

</RelativeLayout>

</LinearLayout>


<RelativeLayout

android:id="@+id/layout_bottom"

android:layout_width="match_parent"

android:layout_height="100dp" >


<Button

android:id="@+id/btn_cancle"

android:layout_width="wrap_content"

android:layout_height="30dp"

android:layout_centerHorizontal="true"

android:layout_marginTop="20dp"

android:background="@drawable/user_btn_log_pressed"

android:text="取消" />

</RelativeLayout>

</LinearLayout>

</RelativeLayout>


</FrameLayout>