gpt4 book ai didi

android - 如何使用资源文件使用 layout_width?

转载 作者:IT老高 更新时间:2023-10-28 22:02:03 27 4
gpt4 key购买 nike

有一个 Activity 我想在手机中填满屏幕并为平板电脑弹出(对话框)。

我以为我做了一个这样的布局文件,

<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="@dimen/main_layout_width"
android:layout_height="match_parent">

并将宽度的值外化为

在值/dimens.xml 中

<dimen name="tutorial_width">match_parent</dimen>

在值-xlarge/dimens.xml 中

<dimen name="tutorial_width">320dp</dimen>

但我不能将“match_parent”表示为 dimen 元素。有什么帮助吗?谢谢!

最佳答案

我发现的最好方法:- 而不是“match_parent”和“fill_parent”写“-1dp”- 而不是“wrap_content”写“-2dp”

关于android - 如何使用资源文件使用 layout_width?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6859331/

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