溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

cc_美團(tuán) 商品詳情頁(yè)面分享頁(yè)面實(shí)現(xiàn)

發(fā)布時(shí)間:2020-08-03 09:04:28 來(lái)源:網(wǎng)絡(luò) 閱讀:360 作者:愚人cc 欄目:移動(dòng)開(kāi)發(fā)

cc_美團(tuán) 商品詳情頁(yè)面分享頁(yè)面實(shí)現(xiàn)

cc_美團(tuán) 商品詳情頁(yè)面分享頁(yè)面實(shí)現(xiàn)



    <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>


向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI