What is use of Android:height attribute when we already have Android:layout_height attribute?? I have tried using it in TextView and EditText ,, have made No usefull difference
问问题
1231 次
2 回答
0
这一切都取决于所使用的ViewGroupandroid:layout_height="wrap_content"
,但通常如果您使用android:height
的是实际大小。
详情:https ://stackoverflow.com/a/20728106/341091
请注意,如果您不设置android:height
视图将自行计算大小。大多数时候这是正确的做法。
于 2013-12-22T10:14:39.567 回答
0
于 2013-08-06T22:24:58.390 回答