gpt4 book ai didi

android - 用它的主题、高度和宽度来膨胀布局

转载 作者:行者123 更新时间:2023-11-30 01:28:39 26 4
gpt4 key购买 nike

我是 Android 开发的新手,我想知道如何inflate 布局,同时保存布局的宽度和高度以及主要是主题/样式

最佳答案

您可以在 XML 中设置主题/样式然后对其进行膨胀,它将采用样式/主题:

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="This is a template"
style="@style/my_style" />

然后正常充气

        TextView view = LayoutInflater.from(mContext).inflate(R.layout.progress_item, viewGroup, false);

希望对你有帮助

关于android - 用它的主题、高度和宽度来膨胀布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36063828/

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