小编Eri*_*_DA的帖子

滚动视图在布局活动的底部留下了额外的空间

Scrollview在一些layouts我是 android 新手下留下空间,请帮助这里是我的代码:

 <ScrollView     
    xmlns:android="http://schemas.android.com/apk/res/android" 
    android:id="@+id/scrollviewdb"     
    android:layout_width="match_parent"    
    android:layout_height="wrap_content" >  
    <LinearLayout    
      xmlns:android="http://schemas.android.com/apk/res/android" 
              android:orientation="vertical"    
              android:layout_width="match_parent"    
              android:layout_height="wrap_content">    
         <TextView        
            android:layout_width="match_parent"   
            android:layout_height="wrap_content"         
            android:textSize="15sp"  
            android:padding="5dp"     
            android:id="@+id/ghavaed_text"/> 
      </LinearLayout>
  </ScrollView>
Run Code Online (Sandbox Code Playgroud)

android android-layout android-scrollview

4
推荐指数
1
解决办法
4819
查看次数