Android Drawable,中心有固定大小的元素

时间:2016-01-20 00:00:40

标签: android android-drawable

我试图创建一个占位符drawable,它应该在中心包含一个动画图像。但是,我希望中心项目具有固定的宽度和高度。这可行吗?

这是动画中心图像XML:

 <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/loading"
    android:pivotX="50%"
    android:pivotY="50%"/>

0 个答案:

没有答案