怎么設(shè)置title之類的都沒有顯示
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
? ? xmlns:tools="http://schemas.android.com/tools"
? ? xmlns:hyman="http://schemas.android.com/apk/res/com.example.dome"
? ? android:layout_width="match_parent"
? ? android:layout_height="match_parent"
? ? android:background="#fff"
? ? >
<com.example.dome.view.Topbar
? ? android:layout_width="match_parent"
? ? android:layout_height="40dp"
? ? hyman:mtitle="自定義"
? ? hyman:mtitleTextColor="#123412"
?>
</com.example.dome.view.Topbar>
</RelativeLayout>
2016-08-28
eclipse 下不會(huì)馬上顯示,在模擬器上看下是不是有了
2016-06-09
改為下面的試試。
2016-05-23
感覺不顯示的可能有很多,你還是對比下視頻內(nèi)的代碼,看看是不是哪里漏了