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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

為啥我的結(jié)果和老師的不太一樣呢?

和老師的代碼一樣咋效果不一樣呢?

http://img1.sycdn.imooc.com//5566c6ed0001c8b703410101.jpg

activity_main.xml

<RelativeLayout?xmlns:android="http://schemas.android.com/apk/res/android"
????xmlns:tools="http://schemas.android.com/tools"
????android:layout_width="match_parent"
????android:layout_height="match_parent"
????tools:context=".MainActivity"?>
??<include?layout="@layout/common_title"/>
????<TextView
????????android:layout_width="match_parent"
????????android:layout_height="wrap_content"
????????android:text="正文內(nèi)容"
????????android:textSize="18dp"
?????????/>
</RelativeLayout>

common_title.xml

<?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="wrap_content"?
????android:background="#000"
????android:paddingTop="10dp"
????android:paddingBottom="10dp"
????>
????<TextView
????????android:id="@+id/textView_Left_Common_Title"
????????android:layout_width="wrap_content"
????????android:layout_height="wrap_content"
????????android:layout_alignParentLeft="true"
????????android:layout_marginLeft="10dp"
????????android:layout_centerVertical="true"
????????android:textColor="#fff"
????????android:textSize="14sp"
????????android:text="返回"?/>
????<TextView
????????android:id="@+id/TextView_Context_Common_Title"
????????android:layout_width="wrap_content"
????????android:layout_height="wrap_content"
????????android:layout_centerInParent="true"
????????android:text="布局優(yōu)化"
????????android:textColor="#fff"
????????android:textSize="18sp"?/>
????<TextView
????????android:id="@+id/TextView_Right_Common_Title"
????????android:layout_width="wrap_content"
????????android:layout_height="wrap_content"
????????android:layout_alignParentRight="true"
????????android:layout_centerVertical="true"
????????android:layout_marginRight="10dp"
????????android:text="功能"
????????android:textColor="#fff"
????????android:textSize="14sp"?/>
</RelativeLayout>


正在回答

1 回答

相對(duì)布局中的

<include?layout="@layout/common_title"/> 與?

<TextView

????????android:layout_width="match_parent"

????????android:layout_height="wrap_content"

????????android:text="正文內(nèi)容"

????????android:textSize="18dp"

?????????/>這兩部分,沒有寫出相對(duì)位置的關(guān)系。


2 回復(fù) 有任何疑惑可以回復(fù)我~
#1

Simcaxe

在樓上的代碼中<TextView>部分加上一句 android:layout_below="@+id/TextView_Context_Common_Title"就行了
2016-09-14 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消
Android攻城獅的第二門課(第1季)
  • 參與學(xué)習(xí)       111140    人
  • 解答問題       1560    個(gè)

本課程由淺入深地帶您學(xué)會(huì)Android的常用控件的開發(fā)和使用

進(jìn)入課程

為啥我的結(jié)果和老師的不太一樣呢?

我要回答 關(guān)注問題
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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