首頁  >  問答  >  主體

android 布局有个黄色叹号

This LinearLayout layout or its RelativeLayout parent is possibly useless; transfer the background attribute to the othe
线性布局上面有个叹号,怎么去掉

PHP中文网PHP中文网2763 天前1113

全部回覆(3)我來回復

  • 阿神

    阿神2017-04-17 11:43:43

    它的意思是說,你的LinearLayoutRelativeLayout是沒有必要的。你可以在LinearLayout重新設定background屬性,或刪除RelativeLayout,用LinearLayout作為最外層佈局

    回覆
    0
  • 天蓬老师

    天蓬老师2017-04-17 11:43:43

    你用了過期的參數,提示你

    fill_parent 從很早以前就列入過期..

    回覆
    0
  • 天蓬老师

    天蓬老师2017-04-17 11:43:43

    警告原因:警告提示的意思是在這個佈局文件中父佈局控制項(最外層的LinearLayout)沒有用;原因是在LinearLayout佈局當中嵌套了一個子的LinearLayout佈局,而在我的這個整個佈局檔案中是一最外層的LinearLayout為父控制項進行整體佈局的,從而造成這段佈局程式碼重複了LinearLayout佈局。

    結局方法很簡單只需要重複的一個LinearLayout即可

    http://www.2cto.com/kf/201404/292892.html

    回覆
    0
  • 取消回覆