أعلان الهيدر

الاثنين، 4 يونيو 2018

الرئيسية اضافة ثأتير zoomin للنصوص textview

اضافة ثأتير zoomin للنصوص textview




الكود
 

ScaleAnimation scaleAnimation = new ScaleAnimation(1f,4f,1f,4f, Animation.RELATIVE_TO_SELF, 0.5f, Animation.RELATIVE_TO_SELF, 0.5f); 
scaleAnimation.setInterpolator(new LinearInterpolator()); 
scaleAnimation.setDuration(1800); 
text.startAnimation(scaleAnimation); 

ليست هناك تعليقات:

إرسال تعليق

يتم التشغيل بواسطة Blogger.