Nested LinearLayout not visible

前端 未结 1 1768
不思量自难忘°
不思量自难忘° 2021-01-25 01:26

I\'m trying to achieve the following view:

I\'m using the following XML:



        
1条回答
  •  青春惊慌失措
    2021-01-25 02:12

    you are using the "tools" namespace. This is useful for setting attributes which you can view through the IDE.

    however. At runtime these will be blank. Switch "tools" to "android" and try again.

    0 讨论(0)
提交回复
热议问题