第一个布局

android:layout_width="fill_parent"

    android:layout_height="fill_parent"

    android:background="@drawable/home_bg"

    android:orientation="horizontal" >


    <!-- android:background="@color/home_bg_full" -->


    <FrameLayout

        android:id="@+id/top_bar"

        android:layout_width="match_parent"

        android:layout_height="40dp"

        android:layout_alignParentTop="true" >


        <!-- android:background="@color/home_bg_full" -->



        <!--

         <ImageView

        android:id="@+id/imgSetting_temp"

        android:layout_width="22dp"

        android:layout_height="22dp"

        android:layout_gravity="center_vertical"

        android:layout_marginLeft="15dp"

        android:src="@drawable/more" 

        android:visibility="invisible"/>

        -->


        <ImageView

            android:id="@+id/img_Share"

            android:layout_width="20dp"

            android:layout_height="20dp"

            android:layout_gravity="right"

            android:layout_margin="10dp"

            android:gravity="center"

            android:src="@drawable/home_share" />


        <!--

         <ImageView

        android:id="@+id/imageView"

        android:layout_width="150dp"

        android:layout_height="50dp"

        android:layout_gravity="center"/>

        -->

    </FrameLayout>


    <FrameLayout

        android:id="@+id/showImage"

        android:layout_width="match_parent"

        android:layout_height="match_parent"

        android:layout_below="@+id/top_bar" >


        <ImageView

            android:id="@+id/img_bg"

            android:layout_width="180dp"

            android:layout_height="400dp"

            android:layout_gravity="center"

            android:scaleType="fitStart"

            android:src="@drawable/insta_splash" />

    </FrameLayout>


    <FrameLayout

        android:id="@+id/button_layout"

        android:layout_width="match_parent"

        android:layout_height="match_parent" >


        <FrameLayout

            android:layout_width="match_parent"

            android:layout_height="wrap_content"

            android:layout_gravity="center" >


            <LinearLayout

                android:layout_width="match_parent"

                android:layout_height="88dp"

                android:layout_gravity="top"

                android:layout_marginTop="240dp"

                android:orientation="horizontal" >


                <FrameLayout

                    android:layout_width="match_parent"

                    android:layout_height="match_parent"

                    android:layout_weight="1" >


                    <LinearLayout

                        android:id="@+id/ly_splash"

                        android:layout_width="120dp"

                        android:layout_height="64dp"

                        android:layout_gravity="center"

                        android:background="@drawable/left"

                        android:orientation="horizontal" >


                        <ImageView

                            android:id="@+id/img_splash"

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:layout_marginBottom="18dp"

                            android:layout_marginLeft="3dp"

                            android:layout_marginTop="15dp"

                            android:scaleType="fitCenter"

                            android:src="@drawable/splash" />


                        <TextView

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:gravity="center"

                            android:text="Splash"

                            android:textColor="#000000"

                            android:textSize="15sp" />

                    </LinearLayout>

                </FrameLayout>


                <FrameLayout

                    android:layout_width="match_parent"

                    android:layout_height="match_parent"

                    android:layout_weight="1" >


                    <LinearLayout

                        android:id="@+id/ly_effect"

                        android:layout_width="120dp"

                        android:layout_height="64dp"

                        android:layout_gravity="center"

                        android:background="@drawable/right"

                        android:orientation="horizontal" >


                        <ImageView

                            android:id="@+id/img_effect"

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:layout_marginBottom="16dp"

                            android:layout_marginLeft="3dp"

                            android:layout_marginTop="17dp"

                            android:scaleType="fitCenter"

                            android:src="@drawable/effect" 

                            android:alpha="1"/>


                        <TextView

                            android:id="@+id/text_effect"

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:gravity="center"

                            android:text="Effect"

                            android:textColor="#000000"

                            android:textSize="15sp" />

                    </LinearLayout>

                </FrameLayout>

            </LinearLayout>


            <LinearLayout

                android:layout_width="match_parent"

                android:layout_height="88dp"

                android:layout_gravity="top"

                android:layout_marginTop="345dp"

                android:orientation="horizontal" >


                <FrameLayout

                    android:layout_width="match_parent"

                    android:layout_height="match_parent"

                    android:layout_weight="1" >


                    <LinearLayout

                        android:id="@+id/bt_single"

                        android:layout_width="120dp"

                        android:layout_height="64dp"

                        android:layout_gravity="center"

                        android:background="@drawable/left"

                        android:orientation="horizontal" >


                        <ImageView

                            android:id="@+id/img_single"

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:layout_marginBottom="16dp"

                            android:layout_marginLeft="3dp"

                            android:layout_marginTop="17dp"

                            android:scaleType="fitCenter"

                            android:src="@drawable/single" />


                        <TextView

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:gravity="center"

                            android:text="Square"

                            android:textColor="#000000"

                            android:textSize="15sp" />

                    </LinearLayout>

                </FrameLayout>


                <FrameLayout

                    android:layout_width="match_parent"

                    android:layout_height="match_parent"

                    android:layout_weight="1" >


                    <LinearLayout

                        android:id="@+id/bt_collage_layout"

                        android:layout_width="120dp"

                        android:layout_height="64dp"

                        android:layout_gravity="center"

                        android:background="@drawable/right"

                        android:orientation="horizontal" >


                        <ImageView

                            android:id="@+id/img_collage"

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:layout_marginBottom="18dp"

                            android:layout_marginLeft="2dp"

                            android:layout_marginTop="18dp"

                            android:scaleType="fitCenter"

                            android:src="@drawable/collage" />


                        <TextView

                            android:id="@+id/txt_collage"

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:gravity="center"

                           

                            android:text="Collage"

                            android:textColor="#000000"

                            android:textSize="15sp" />

                    </LinearLayout>


                    <!--

                         <FrameLayout

                        android:layout_width="23dp"

                        android:layout_height="wrap_content"

                        android:layout_gravity="top|center_horizontal"

                        android:layout_marginLeft="44dp"

                        android:layout_marginTop="1dp"

                        android:background="#777777" >


                        <TextView

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:gravity="center"

                            android:text="AD"

                            android:textColor="@color/home_bt_text"

                            android:textSize="10sp" />

                    </FrameLayout>

                    -->

                </FrameLayout>

            </LinearLayout>


            <LinearLayout

                android:layout_width="match_parent"

                android:layout_height="88dp"

                android:layout_gravity="top"

                android:layout_marginTop="450dp"

                android:orientation="horizontal" >


                <FrameLayout

                    android:layout_width="match_parent"

                    android:layout_height="match_parent"

                    android:layout_weight="1" >


                    <LinearLayout

                        android:id="@+id/bt_rate"

                        android:layout_width="120dp"

                        android:layout_height="64dp"

                        android:layout_gravity="center"

                        android:background="@drawable/left"

                        android:orientation="horizontal" >


                        <ImageView

                            android:id="@+id/img_rate"

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:layout_marginBottom="18dp"

                            android:layout_marginLeft="3dp"

                            android:layout_marginTop="15dp"

                            android:scaleType="fitCenter"

                            android:src="@drawable/rate" />


                        <TextView

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:gravity="center"

                            android:text="Rate"

                            android:textColor="#000000"

                            android:textSize="15sp" />

                    </LinearLayout>

                </FrameLayout>


                <FrameLayout

                    android:layout_width="match_parent"

                    android:layout_height="match_parent"

                    android:layout_weight="1" >


                    <LinearLayout

                        android:id="@+id/bt_rec_layout"

                        android:layout_width="120dp"

                        android:layout_height="64dp"

                        android:layout_gravity="center"

                        android:background="@drawable/right"

                        android:orientation="horizontal" >


                        <ImageView

                            android:id="@+id/img_rec"

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:layout_marginBottom="16dp"

                            android:layout_marginLeft="2dp"

                            android:layout_marginTop="17dp"

                            android:scaleType="fitCenter"

                            android:src="@drawable/home_recom" />


                        <TextView

                            android:id="@+id/txt_rec"

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:gravity="center"

                            android:text="Collage Art"

                            android:textColor="#000000"

                            android:textSize="15sp" />

                    </LinearLayout>


                    <!--

                         <FrameLayout

                        android:layout_width="23dp"

                        android:layout_height="wrap_content"

                        android:layout_gravity="top|center_horizontal"

                        android:layout_marginLeft="44dp"

                        android:layout_marginTop="1dp"

                        android:background="#777777" >


                        <TextView

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:layout_gravity="center"

                            android:gravity="center"

                            android:text="AD"

                            android:textColor="@color/home_bt_text"

                            android:textSize="10sp" />

                    </FrameLayout>

                    -->

                </FrameLayout>

            </LinearLayout>

        </FrameLayout>

    </FrameLayout>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值