您好,登錄后才能下訂單哦!
<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>
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。