亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

ScrollView沒有按片段滾動或無法正常工作

ScrollView沒有按片段滾動或無法正常工作

慕哥9229398 2021-04-17 08:24:46
我是android的新手,正在開發一個應用程序,但遇到一個錯誤,這使我發瘋。問題是它不能完全滾動,它使屏幕上沒有按鈕,因此無法看到它。Scrollview在每個活動中都可以正常工作,但在選項卡式活動中不起作用。android:layout_height="match_parent"如果我將match-parent的高度更改為500dp或任何整數值,則此代碼會出現問題。我想知道為什么配偶不起作用。我已經嘗試過對這個問題進行所有建議的編輯,但是仍然沒有任何編輯工作。這是我的XML文件<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:app="http://schemas.android.com/apk/res-auto"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:background="@mipmap/back"android:paddingBottom="10dp"android:paddingLeft="16dp"android:paddingRight="16dp"android:paddingTop="5dp"tools:context="com.example.sahil.bloodbank.first"><ScrollView    android:id="@+id/sc1"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:fillViewport="true"    android:scrollbars="vertical"><LinearLayout    android:layout_width="match_parent"    android:layout_height="wrap_content"    android:orientation="vertical"><TextView    android:id="@+id/name"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:textColor="#000000"    android:textSize="20sp"    android:text="Welcome,"/>    <ImageView        android:id="@+id/imageView"        android:layout_width="wrap_content"        android:layout_height="wrap_content"        app:srcCompat="@mipmap/wall1"        android:layout_alignParentTop="true"        android:layout_alignParentLeft="true"        android:layout_alignParentStart="true" />    <TextView        android:id="@+id/desc"        android:layout_width="wrap_content"        android:layout_height="wrap_content"        android:layout_below="@+id/imageView"        android:gravity="center"        android:text="@string/data"        android:textAlignment="gravity"        android:textColor="@color/data"        android:textSize="17sp" />
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 238 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號