gpt4 book ai didi

android - 如何在 TextView 中的文本之间留出空间?

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

我需要根据 Android 屏幕绑定(bind)做这样的事情,

 S             M             T              W               T              F               S

我是这样做的:

    <TextView
android:id="@+id/textView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="45dp"
android:text="S M T W T F S" />

这不是正常工作,不是根据设备屏幕绑定(bind)的。 我需要这样的东西:

<TextView
android:id="@+id/textView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="45dp"
android:text="S""10dp""M""10dp""T""10dp""W""10dp""T""10dp""F""10dp""S""10dp" />

最佳答案

我们可以使用它。

<TextView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="A&#160;B&#160;&#160;&#160;&#160;&#160;C"/>

关于android - 如何在 TextView 中的文本之间留出空间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24552233/

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