[android-developers] layoutopt
Hi,
I have a linearlayout and one of its element was as follows
<FrameLayout android:layout_width="50px"
android:background="#222222" android:layout_height="match_parent"
android:layout_weight="1.0"
>
<ListView android:layout_width="50px" android:id="@+id/peoplelist"
android:layout_height="wrap_content"
>
</ListView>
</FrameLayout>
on running layoutopt on this it gave following message
"Use an android:layout_height of 0dip instead of match_parent for
better performance"
How does this help in getting better performance ?
Regards,
Pradeep
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home