CsharpNevisi
سه شنبه 05 آبان 1394, 21:53 عصر
سلام .. !!!
من در اندروید استدیو میخاوم یه انیمیشن درست کنم
به این صورت که مثلا وقتی ImageView داره میچرخه .. روتیت میهش همزمان فید هم بشه
به این کدم چی باید اضافه کنم ؟؟؟؟
ممنون میشم راهنماییم کنید
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="0"
android:toDegrees="360"
android:pivotX="50%"
android:pivotY="50%"
android:duration="5000" >
</rotate>
</set>
من در اندروید استدیو میخاوم یه انیمیشن درست کنم
به این صورت که مثلا وقتی ImageView داره میچرخه .. روتیت میهش همزمان فید هم بشه
به این کدم چی باید اضافه کنم ؟؟؟؟
ممنون میشم راهنماییم کنید
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="0"
android:toDegrees="360"
android:pivotX="50%"
android:pivotY="50%"
android:duration="5000" >
</rotate>
</set>