What's the difference between android:height and android:layout_height?

后端 未结 4 593
独厮守ぢ
独厮守ぢ 2021-02-03 19:48

         


        
4条回答
  •  灰色年华
    2021-02-03 20:13

    android:height makes the view be exactly this many pixels tall while android:layout_height specifies the basic height of the view.

提交回复
热议问题