Hi :

I have a linearlayout with a textview showing a list of strings. When
I scroll the list up and down, at the end of the list, the screen
scrolls into dark screen. How can I get rid of the dark screen beyond
the text view list ?

My xml file is as following:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/
android"
        xmlns:app="http://schemas.android.com/apk/res/
com.example.android.apis"
        android:orientation="vertical"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:layout_weight="1"
        android:layout_marginBottom="35dip">

    <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textSize="26sp"
            android:layout_marginBottom="35dip"
            android:id="@+id/textstatus"/>

</LinearLayout>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to