gpt4 book ai didi

Android - 如何通过 XML 编辑图像的大小以用作图标

转载 作者:行者123 更新时间:2023-11-29 02:02:21 26 4
gpt4 key购买 nike

我有一个大图像,最终将用作操作栏的图标。所以,我想在此之前减小它的大小。

我怎样才能通过 XML 做到这一点?

样式.xml:

<style name="AppTheme" parent="android:style/Theme.Holo.Light">
<item name="android:actionBarStyle">@style/actionBarStyle</item>
</style>

<style name="actionBarStyle" parent="android:style/Widget.Holo.Light.ActionBar">
<item name="android:background">@drawable/shape_gradient_action_bar</item>
<item name="android:displayOptions">showHome</item>
<item name="android:icon">@drawable/icon</item>
</style>

图标.xml:

<bitmap xmlns:android="http://schemas.android.com/apk/res/android" 
android:src="@drawable/ford_dtect_logo_on_white"
android:width="50dp" -- Doesn't work
android:height="50dp" > -- Doesn't work
</bitmap>

提前致谢。

最佳答案

你不能。您必须创建所需大小的图像。

如你所见in the documentation ,没有任何类型的 widthheight 属性。

一种可能是使用 android:gravity="fill",但我不保证这个工作。

关于Android - 如何通过 XML 编辑图像的大小以用作图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12013769/

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