<ListView
    android:layout_height="wrap_content"
    android:layout_width="fill_parent"
    android:choiceMode="none"
    android:dividerHeight="1dp"
    android:id="@+id/challenges_list"
    android:cacheColorHint="#00000000"

    ></ListView>


红色代码