我有一个可绘制的矢量动画,并在其上设置了属性android:autoMirrored="true"
,但该属性对RTL布局无效。
<animated-vector
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt">
<aapt:attr name="android:drawable">
<vector android:autoMirrored="true">
...
android:autoMirrored="true
完全对 Animated
VectorDrawable
条有效吗?
是在RTL文件夹中创建另一个可绘制对象吗?