日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

Android控件無法顯示的可能原因

系統(tǒng) 2124 0

?因為剛開始學(xué)習(xí)android,多少對控件以及詳細的參數(shù)配置不熟悉,加之經(jīng)驗少,導(dǎo)致今天因為一個RadioButton無法顯示搞了半個小時。

先看配置源碼:

    <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:orientation="vertical" android:layout_width="fill_parent"
	android:layout_height="fill_parent">
	<TextView android:id="@+id/radioButtonTitle"
	android:layout_width="fill_parent"
	android:layout_height="fill_parent"/>
	<RadioGroup
		android:id="@+id/sexRG"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:orientation="vertical">
		
		<RadioButton android:id="@+id/maleRB"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"/>
		<RadioButton android:id="@+id/femaleRB"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"/>
	</RadioGroup>
	<TextView android:id="@+id/radioButton_resultTV"
	android:layout_width="wrap_content"
	android:layout_height="wrap_content"/>
</LinearLayout>

  

??

上面所有控件的內(nèi)容都是在Activity中通過setText配置的。

結(jié)果顯示如下圖:
Android控件無法顯示的可能原因
?

后來逐個排查的時候,猛然發(fā)現(xiàn)XML配置文件中id叫radioButtonTitle的TextView控件的寬度和高度都是fill_parent的fill_parent表示占據(jù)當前父窗體的全部空間,所以應(yīng)該說RadioButton是存在的,只是它被擠出屏幕了,TextView的水平弄成fill_parent(水平填滿),垂直高度弄成wrap_content(文本內(nèi)容的高度)即可:

    <TextView android:id="@+id/radioButtonTitle"
	android:layout_width="fill_parent"
	android:layout_height="wrap_content"/>
  

?
Android控件無法顯示的可能原因
?

?

這種錯誤犯了一次,終生受用。希望對Android新人朋友有所幫助。

Android控件無法顯示的可能原因


更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯(lián)系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發(fā)表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 徐州市| 合水县| 花垣县| 都江堰市| 彭山县| 体育| 宿松县| 徐闻县| 朝阳区| 景宁| 噶尔县| 娄烦县| 专栏| 漠河县| 娱乐| 泰安市| 淮南市| 柳林县| 哈巴河县| 长沙市| 桑日县| 玉树县| 许昌县| 麦盖提县| 静宁县| 元谋县| 东台市| 丹巴县| 瓮安县| 丰都县| 永川市| 南京市| 瓮安县| 会昌县| 维西| 略阳县| 孟津县| 安达市| 兴安盟| 罗江县| 习水县|