2014-04-17 189 views
0

我正在將ScrollView和幾個TextView加在一起。我正在使用Web服務填充數據(來自服務器的php/mysql數據)。除了一個問題,一切都很好。當用戶滾動頁面/活動時,滾動不如listview那樣流暢。ScrollView不平滑滾動

我在這裏發佈我的xml:

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" 
    xmlns:tools="http://schemas.android.com/tools" 
    android:layout_width="fill_parent" 
    android:layout_height="wrap_content" 
    android:paddingBottom="@dimen/activity_vertical_margin" 
    android:paddingLeft="@dimen/activity_horizontal_margin" 
    android:paddingRight="@dimen/activity_horizontal_margin" 
    android:paddingTop="@dimen/activity_vertical_margin" 
    android:focusable="true" 
    android:id="@+id/scrolFullText" 
    tools:context=".FullText" > 

    <LinearLayout 
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
     android:orientation="vertical" 
     > 

    <TextView 
     android:id="@+id/HEAD" 
     android:text="@string/HEAD" 
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
     android:textSize="20sp" 
     android:textColor="@color/blue" 
    /> 

    <TextView 
    android:id="@+id/WRITER" 
    android:text="@string/WRITER" 
    android:layout_width="fill_parent" 
    android:layout_height="wrap_content" 
    android:textSize="18sp" 
    android:textColor="@color/darkgreen" 
    />  


      <TextView 
     android:id="@+id/CATEGORY" 
     android:text="@string/CATEGORY" 
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
     android:paddingTop="6dp" 
     /> 


    <TextView 
     android:id="@+id/TEXT" 
     android:text="@string/TEXT" 
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
     android:paddingTop="6dp" 
     /> 

</LinearLayout> 
</ScrollView>  

我怎樣才能讓我的滾動更順暢?

+0

你可以發佈您的適配器的代碼?這可能是你如何填充你的滾動視圖 –

+0

我只是使用AyncTask並使用'textview.setText(DataFromServer)'設置我的文本; –

回答

0

由於某些後臺作業正在處理中,可能會不平滑,您可能會在多個設備上測試您的應用。

通過我猜ScrollView高度應方式match_parent