列表视图的Android Half屏幕没有响应

时间:2013-11-07 16:25:43

标签: android android-listview android-arrayadapter

我有一个应用程序,我在其中使用列表视图

setListAdapter(new ArrayAdapter<String>(getActivity(), android.R.layout.simple_list_item_activated_1,titles));

现在我得到的就是这个enter image description here

正如你所看到的那样,当我按下文本时它会感觉到它而不是那个行之外的任何地方。除了使用我的自定义xml文件(资源)列表之外,我有什么方法可以解决这个问题。

XML

<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:paddingBottom="@dimen/activity_vertical_margin"
    android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
    tools:context=".MovieCritics" >

    <fragment class="com.example.moviecritics.FragmentMovieName"
        android:id="@+id/movie_name"
        android:name="android.support.v4.app.ListFragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</LinearLayout>

它在横向模式下工作正常

1 个答案:

答案 0 :(得分:0)

在ListView中尝试android:listSelector