gpt4 book ai didi

java - 阴影不适用于 TextView 。如何修复它?

转载 作者:行者123 更新时间:2023-12-01 16:53:34 24 4
gpt4 key购买 nike

我已经尝试了很多次,也尝试了各种方法来发光文本。但它不起作用。

参见图片。 enter image description here

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#05090B"
tools:context=".FullscreenActivity">
<TextView
android:id="@+id/text"
android:textColor="#16C61F"
android:layout_centerInParent="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="41dp"
android:text="INAM"
android:shadowColor="@android:color/white"
android:shadowDx="0"
android:shadowDy="0"
android:shadowRadius="5"
android:padding="15dp"/>

</RelativeLayout>

最佳答案

请使用 41sp 而不是 41dp,这样就不会出现错误

关于java - 阴影不适用于 TextView 。如何修复它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61634472/

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