gpt4 book ai didi

android - LinearLayout achartengine 图表未显示在 ScrollView 中

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:53:49 24 4
gpt4 key购买 nike

我正在尝试在 ScrollView 中创建图表引擎图表,但它不会显示!它只是显示一个黑屏,但不会崩溃或任何东西。问题是,如果我只是将我的标签更改为图表显示就好了。在我的 Java 代码中,我确实有 renderer.setInScroll(true);对于图表渲染器。这是我的 xml 的问题吗?

这是我的 xml:

<?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_height="wrap_content"
android:layout_width="fill_parent"
android:orientation="vertical" >

<LinearLayout
android:id="@+id/trendchart"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
</LinearLayout>

</ScrollView>

(目前ScrollView中唯一的东西是图表我打算添加更多的元素来使滚动成为必要,我只是想让它先显示)

我也尝试过使用和不使用包装线性布局来显示它,结果是一样的。

最佳答案

在你必须插入的scrollview下

android:fillViewport="true"

关于android - LinearLayout achartengine 图表未显示在 ScrollView 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11617727/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com