The ListView item in the Android layout file ScrollView does not show the full solution

Source: Internet
Author: User

Import Android.content.Context;
Import Android.util.AttributeSet;
Import Android.widget.ListView;

/**
* Created by Wanqi on 15-7-20.
*/
public class Scrolllistview extends ListView {

Public Scrolllistview (context context, AttributeSet Attrs) {
Super (context, attrs);
}
@Override
protected void onmeasure (int widthmeasurespec, int heightmeasurespec) {
Calculates the height and width of each child according to the pattern
int expandspec = Measurespec.makemeasurespec (integer.max_value >> 2, measurespec.at_most);
Super.onmeasure (Widthmeasurespec, Expandspec);
}
}

Applied in an XML file;

  <com.cs.ronghui.list.mylistview                
Android:id= "@+id/procutsugid"
Android:layout_width= "Fill_parent"
android:layout_height= "Wrap_content" />

The ListView item in the Android layout file ScrollView solution is not fully displayed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.