gpt4 book ai didi

android - 自定义 View 未在 android 中显示

转载 作者:行者123 更新时间:2023-11-30 03:08:20 25 4
gpt4 key购买 nike

我在 android 中定义了一个自定义 View 。我在布局中设置它的方式是,最初布局的宽度为 0dp,当触发按钮时,我为布局设置动画并增加其宽度,但问题是当我通过其显示布局时,我的自定义 View 不会显示那里。多么奇怪的行为:S

编辑

<LinearLayout
android:id="@+id/PieControlLayout"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0"
android:background="@null"
android:orientation="vertical" >

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">

<com.digitalaria.gama.wheel.Wheel
android:id="@+id/wheel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true" >

</com.digitalaria.gama.wheel.Wheel>

</RelativeLayout>

</LinearLayout>

最佳答案

我解决了这个问题。动画完成后,我不得不记忆起自定义 View 的初始化函数。感谢大家的支持

关于android - 自定义 View 未在 android 中显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21399703/

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