第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

單個(gè)布局導(dǎo)入到主布局里面出現(xiàn)錯(cuò)亂,求指導(dǎo)

單個(gè)布局導(dǎo)入到主布局里面出現(xiàn)錯(cuò)亂,求指導(dǎo)

andriod_2014 2014-12-30 15:48:00
單個(gè)布局:<?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="match_parent"? ? android:orientation="vertical" >? ? <LinearLayout? ? ? ? android:layout_width="wrap_content"? ? ? ? android:layout_height="wrap_content"? ? ? ? android:layout_alignParentLeft="true"? ? ? ? android:layout_centerVertical="true"? ? ? ? android:orientation="vertical" >? ? ? ? <FrameLayout? ? ? ? ? ? android:id="@+id/frameLayout1"? ? ? ? ? ? android:layout_width="wrap_content"? ? ? ? ? ? android:layout_height="wrap_content" >? ? ? ? ? ? <ImageButton? ? ? ? ? ? ? ? android:id="@+id/btn_delete_word"? ? ? ? ? ? ? ? android:layout_width="wrap_content"? ? ? ? ? ? ? ? android:layout_height="wrap_content"? ? ? ? ? ? ? ? android:background="@drawable/delete_button_icon" />? ? ? ? ? ? <ImageView? ? ? ? ? ? ? ? android:layout_width="15dp"? ? ? ? ? ? ? ? android:layout_height="15dp"? ? ? ? ? ? ? ? android:layout_gravity="bottom"? ? ? ? ? ? ? ? android:layout_marginBottom="8dp"? ? ? ? ? ? ? ? android:layout_marginLeft="8dp"? ? ? ? ? ? ? ? android:background="@drawable/game_coin_icon" />? ? ? ? ? ? <TextView? ? ? ? ? ? ? ? android:layout_width="wrap_content"? ? ? ? ? ? ? ? android:layout_height="wrap_content"? ? ? ? ? ? ? ? android:layout_gravity="bottom|right"? ? ? ? ? ? ? ? android:layout_marginBottom="8dp"? ? ? ? ? ? ? ? android:layout_marginRight="9dp"? ? ? ? ? ? ? ? android:text="@integer/pay_delete_word"? ? ? ? ? ? ? ? android:textColor="@color/white"? ? ? ? ? ? ? ? android:textSize="11sp"? ? ? ? ? ? ? ? android:textStyle="bold" />? ? ? ? </FrameLayout>? ? ? ? <FrameLayout? ? ? ? ? ? android:layout_width="wrap_content"? ? ? ? ? ? android:layout_height="wrap_content"? ? ? ? ? ? android:layout_marginTop="5dp" >? ? ? ? ? ? <ImageButton? ? ? ? ? ? ? ? android:id="@+id/btn_tip_answer"? ? ? ? ? ? ? ? android:layout_width="wrap_content"? ? ? ? ? ? ? ? android:layout_height="wrap_content"? ? ? ? ? ? ? ? android:background="@drawable/tip_button_icon" />? ? ? ? ? ? <ImageView? ? ? ? ? ? ? ? android:layout_width="15dp"? ? ? ? ? ? ? ? android:layout_height="15dp"? ? ? ? ? ? ? ? android:layout_gravity="bottom"? ? ? ? ? ? ? ? android:layout_marginBottom="8dp"? ? ? ? ? ? ? ? android:layout_marginLeft="8dp"? ? ? ? ? ? ? ? android:background="@drawable/game_coin_icon" />? ? ? ? ? ? <TextView? ? ? ? ? ? ? ? android:layout_width="wrap_content"? ? ? ? ? ? ? ? android:layout_height="wrap_content"? ? ? ? ? ? ? ? android:layout_gravity="bottom|right"? ? ? ? ? ? ? ? android:layout_marginBottom="8dp"? ? ? ? ? ? ? ? android:layout_marginRight="9dp"? ? ? ? ? ? ? ? android:text="@integer/pay_tip_answer"? ? ? ? ? ? ? ? android:textColor="@color/white"? ? ? ? ? ? ? ? android:textSize="11sp"? ? ? ? ? ? ? ? android:textStyle="bold" />? ? ? ? </FrameLayout>? ? </LinearLayout>? ? <ImageButton? ? ? ? android:id="@+id/imageButton1"? ? ? ? android:layout_width="wrap_content"? ? ? ? android:layout_height="wrap_content"? ? ? ? android:layout_alignParentRight="true"? ? ? ? android:layout_centerVertical="true"? ? ? ? android:background="@drawable/share_button_icon" />? ? <FrameLayout? ? ? ? android:layout_width="wrap_content"? ? ? ? android:layout_height="wrap_content"? ? ? ? android:layout_alignParentTop="true"? ? ? ? android:layout_centerHorizontal="true" >? ? ? ? <ImageView? ? ? ? ? ? android:layout_width="wrap_content"? ? ? ? ? ? android:layout_height="wrap_content"? ? ? ? ? ? android:src="@drawable/game_level_title" />? ? ? ? <TextView? ? ? ? ? ? android:id="@+id/text_current_stage"? ? ? ? ? ? android:layout_width="wrap_content"? ? ? ? ? ? android:layout_height="wrap_content"? ? ? ? ? ? android:layout_gravity="center"? ? ? ? ? ? android:text="1"? ? ? ? ? ? android:textColor="@color/white"? ? ? ? ? ? android:textSize="20sp"? ? ? ? ? ? android:textStyle="bold" />? ? </FrameLayout></RelativeLayout>主布局:<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"? ? android:layout_width="match_parent"? ? android:layout_height="match_parent" >? ? <!-- Frame 1 -->? ? <LinearLayout? ? ? ? android:layout_width="match_parent"? ? ? ? android:layout_height="match_parent"? ? ? ? android:background="@drawable/index_background"? ? ? ? android:gravity="center_horizontal"? ? ? ? android:orientation="vertical" >? ? ? ? <!-- Top bar -->? ? ? ? <include layout="@layout/top_bar" />? ? ? ? <!-- 唱片 -->? ? ? ? <include layout="@layout/pan_layout" />? ? ? ? <!-- 文字框 -->? ? ? ? <include layout="@layout/name_select" />? ? ? ? <!-- 答案正確界面 -->? ? ? ? <include layout="@layout/anser_right" />? ? </LinearLayout>? ? <!-- 浮動(dòng)按鈕 -->? ? <include layout="@layout/float_buttons" /></FrameLayout>
查看完整描述

目前暫無任何回答

  • 0 回答
  • 0 關(guān)注
  • 1650 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)