老师,我用了线性布局包裹,或者光用ToggleButton控件都会显示错误

老师,我用了线性布局包裹,或者光用ToggleButton控件都会显示错误

http://img1.sycdn.imooc.com//climg/5c1c44bb00018e4514740881.jpg

http://img1.sycdn.imooc.com//climg/5c1c44bd00019c3903930593.jpg

http://img1.sycdn.imooc.com//climg/5c1c44be0001043009710112.jpg

老师,我用了线性布局包裹,或者光用ToggleButton控件都会显示错误,这是什么原因呢,按小锤子,重新刷新也么用。

正在回答

登陆购买课程后可参与讨论,去登陆

3回答

对,你得用一个布局容器包裹起来才行。只有一个ToggleButton是不行的。

  • 可爱又迷人的Ann 提问者 #1
    可是,老师 我用布局包裹起来了,也预览不出来。
    2018-12-21 14:11:56
  • 可爱又迷人的Ann 提问者 #2
    老师,我又贴图上来了, 您看看。
    2018-12-21 14:13:58
提问者 可爱又迷人的Ann 2018-12-21 14:17:20

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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"
   android:layout_margin="10dp"
   android:orientation="vertical"
   tools:context="com.hw.imooc.MinorActivity">

   <!--第一排:无线局域网是否连接-->
   <LinearLayout
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
       android:orientation="horizontal">

       <TextView
           android:layout_width="0dp"
           android:layout_height="wrap_content"
           android:layout_weight="2"
           android:text="@string/Wireless_LAN"
           android:textSize="20dp"
           android:textStyle="bold"
           android:typeface="monospace" />

       <ToggleButton
           android:id="@+id/tgb_on_off"
           android:layout_width="0dp"
           android:layout_height="wrap_content"
           android:layout_weight="1"
           android:checked="false"
           android:textOff="@string/Close_WIFI"
           android:textOn="@string/Open_WIFI" />
   </LinearLayout>

   <!--第二排:为三个单选框-->
   <RadioGroup
       android:id="@+id/rg_labeled"
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
       android:orientation="vertical">

       <RadioButton
           android:id="@+id/rb_ioffice"
           android:layout_width="match_parent"
           android:layout_height="wrap_content"
           android:text="@string/imooc_office" />

       <RadioButton
           android:id="@+id/rb_imeeting"
           android:layout_width="match_parent"
           android:layout_height="wrap_content"
           android:text="@string/imooc_meeting" />

       <RadioButton
           android:id="@+id/rb_ivisitor"
           android:layout_width="match_parent"
           android:layout_height="wrap_content"
           android:text="@string/imooc_visitor" />

   </RadioGroup>

   <ImageView
       android:id="@+id/iv_picture"
       android:layout_width="wrap_content"
       android:layout_height="wrap_content" />

</LinearLayout>

  • 我用你给的代码测试了一下没有问题。另你的ToggleButton存在,但只是没有显示文字对吧?你"@string/Close_WIFI"放在哪个文件的string.xml中了呢?你需要保证values文件夹下有内容。是不是你的手机的适配问题导致没有显示呢。
    2018-12-21 14:38:27
  • 嗯呢 ,放在values/string.xml中。 <string name="Wireless_LAN">无线局域网</string> <string name="Close_WIFI">关闭WIFI</string> <string name="Open_WIFI">打开WIFI</string> 是的,ToggleButton和RadioButton都是存在的, 在真机里运行两个功能,都能正常使用,只是在as里预览不出来。
    2018-12-21 14:57:44
  • 不显示只能说明是语言不匹配。正常情况下,只要是values文件夹下有对应值内容,就能显示。你如果不引用string,而是直接写死呢,能不能显示出来。
    2018-12-21 15:05:43
提问者 可爱又迷人的Ann 2018-12-21 14:13:30
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师