第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

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

Scrollview只能托管一個直接子級

Scrollview只能托管一個直接子級

犯罪嫌疑人X 2019-11-29 14:57:47
我有多個LinearLayout,其總高度很容易超過設備的屏幕高度。因此,為了使布局可滾動,我嘗試添加ScrollView,但不幸的是出現(xiàn)以下錯誤:Scrollview只能容納一個直子我做了一些研究,但是即使閱讀了幾個解決方案,也無法真正解決問題。我嘗試了一些更改,但到目前為止沒有任何效果。有什么幫助嗎?<?xml version="1.0" encoding="utf-8"?><ScrollView xmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height="fill_parent"android:orientation="vertical" >    <LinearLayout     android:layout_width="match_parent"    android:layout_height="wrap_content"    android:orientation="horizontal"    android:paddingTop="20dip">    <TextView        android:layout_width="0dp"        android:layout_height="wrap_content"        android:layout_weight="1"        android:text="Question 1"        android:paddingBottom="20dip"        android:gravity="center" />    <TextView        android:id="@+id/q1_score"        android:layout_width="0dp"        android:layout_height="wrap_content"        android:layout_weight="1"        android:text=""        android:gravity="center"/></LinearLayout><LinearLayout     android:layout_width="match_parent"    android:layout_height="wrap_content"    android:orientation="horizontal">    <TextView        android:layout_width="0dp"        android:layout_height="wrap_content"        android:layout_weight="1"        android:text="Question 2"        android:paddingBottom="20dip"        android:gravity="center" />    <TextView        android:id="@+id/q2_score"        android:layout_width="0dp"        android:layout_height="wrap_content"        android:layout_weight="1"        android:text=""        android:gravity="center"/></LinearLayout>
查看完整描述

1 回答

?
寶慕林4294392

TA貢獻2021條經(jīng)驗 獲得超8個贊

將所有子項都包裝在另一個LinearLayout中,wrap_content以同時具有寬度和高度以及垂直方向。


查看完整回答
反對 回復 2019-11-29
  • 1 回答
  • 0 關注
  • 456 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網(wǎng)微信公眾號