自动镜像到ImageButton

问题描述

我有一个应用,我希望它支持两种语言:英语和希伯来语。

当程序本地化为美国时,我会看到一个Imagebutton,其外观如下:

enter image description here

现在,当我换成希伯来语时,它看起来如下:

enter image description here

您可以看到Buttons改变了位置,但是箭头的方向被固定在错误的方向上。

我尝试在其上使用autoMirrored,但没有任何改变:

<ImageButton
    android:id="@+id/returnButton"
    style="?android:borderlessButtonStyle"
    android:layout_width="40dp"
    android:layout_height="wrap_content"
    android:layout_marginStart="18dp"
    android:layout_marginTop="20dp"
    android:autoMirrored="true"
    android:background="@color/fui_transparent"
    android:src="@drawable/ic_rarrow" />

ic_rarrow是根据SVG创建的xml

谢谢

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)