私はこのようなレイアウトを持っています:
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="21474836px"
android:text="TextView" />
</RelativeLayout>
</ScrollView>
しかし、何も表示されず、2147483647pxを214748364pxに変更すると、テキストは表示されますがスクロールしません。21474836pxに変更すると、すべてが正常に機能します。
誰かがこれを説明できますか?ここでの最大値はいくつですか?
更新:半無限のビューを実現するために非常に大きなビューを使用したいのですが、ここではdpの代わりにpxを使用しています。これは、pxまたはdpのどちらで表現されているか、制限があるかどうかわからないためです。