gpt4 book ai didi

android - 无法更改 SwitchCompat 小部件的缩略图的文本大小

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:19:30 25 4
gpt4 key购买 nike

我很难更改 switch 紧凑型缩略图的文本大小。

这是我的布局:

<android.support.v7.widget.SwitchCompat
android:id="@+id/switch_compat2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="20dp"
android:checked="true"
android:switchTextAppearance="@style/MyStyle"
android:text="SwitchCompat (SDK v7+)"
app:showText="true" />

和风格:

<style name="MyStyle">
<item name="android:textColor">#229922</item>
<item name="android:textSize">10sp</item>
</style>

然而,无论我在“MyStyle”上做什么,开关总是看起来像这样:

enter image description here

理想情况下,我希望它看起来像这样:

enter image description here

任何人都愿意分享他们的可绘制对象,我可以尝试匹配上面的图像吗?

我正在研究这些话题,但没有正确匹配。这让它看起来更糟。

How to change the size of a Switch Widget

谢谢!

最佳答案

实际上你需要使用

app:switchTextAppearance="@style/MyStyle"

结果:

enter image description here

关于android - 无法更改 SwitchCompat 小部件的缩略图的文本大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36364153/

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