关于LIstView不显示

一定一定不要忘了加方向,我改了4个小时才发现!
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context="com.henan.mobilesafe.ContactListActivity">
    <TextView
        style="@style/TitleStyle"
        android:text="选择联系人"/>
    <ListView
        android:id="@+id/lv_contact"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>
</LinearLayout>

猜你喜欢

转载自blog.csdn.net/qq_36807455/article/details/81814519