如何在透明的textview下滚动Android listview。请

时间:2014-09-24 06:50:52

标签: android listview textview transparent

我希望listView部分滚动到我想要设置一些项目的透明textView下。

listView区域只是textView区域的边界。

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >

    <ImageView        
        android:id="@+id/appLogo"
        android:layout_width="match_parent"
        android:layout_height="35dp"
        android:background="#00000000"  
   />

    <ListView
        android:id="@+id/listView1"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
         >
    </ListView>

</LinearLayout>

0 个答案:

没有答案