gpt4 book ai didi

android - 在textview中更改可绘制图像的重力

转载 作者:IT老高 更新时间:2023-10-28 23:34:58 29 4
gpt4 key购买 nike

我在 TextView 中添加了图像 Drawable start。问题是我无法控制 TextView 中 Drawable 的重力

我需要达到的目标 What i need to achieve

到目前为止我的成就

What i have achieved so far

这是我的 TextView

        <TextView
android:id="@+id/tv_8_digit_check"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:drawablePadding="@dimen/dimen_4"
android:drawableStart="@drawable/ic_validate"
android:text="@string/at_least_8_characters_txt"
android:textColor="@color/white_trans"
android:textSize="12sp" />

关于如何将 Drawable 的重力设置为顶部/开始的任何建议?谢谢

最佳答案

  1. 尝试使用 android:gravity="top"

    如果它不起作用,那么像这样使用负边距

  2. android:drawablePadding="-20sp"

  3. 另一种方法是在旁边加上一个 ImageView TextViewLinearLayout 内,以便您可以应用重力

关于android - 在textview中更改可绘制图像的重力,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42481179/

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