ldhyob Member Licensed User Longtime User Aug 5, 2016 #1 hi! How to set up a Panel from small to large screen display animation? Use "SetLayoutAnimated" and cannot achieve the effect of the inside of the Panel views with scaling?
hi! How to set up a Panel from small to large screen display animation? Use "SetLayoutAnimated" and cannot achieve the effect of the inside of the Panel views with scaling?
Erel B4X founder Staff member Licensed User Longtime User Aug 5, 2016 #2 SetLayoutAnimated doesn't scale views. It resizes them. You can use the code posted here to scale a view: https://www.b4x.com/android/forum/threads/custom-height-progressview.65949/#post-417615 Upvote 0
SetLayoutAnimated doesn't scale views. It resizes them. You can use the code posted here to scale a view: https://www.b4x.com/android/forum/threads/custom-height-progressview.65949/#post-417615
ldhyob Member Licensed User Longtime User Aug 5, 2016 #3 Erel said: SetLayoutAnimated doesn't scale views. It resizes them. You can use the code posted here to scale a view: https://www.b4x.com/android/forum/threads/custom-height-progressview.65949/#post-417615 Click to expand... Thank you Erel!!! Upvote 0
Erel said: SetLayoutAnimated doesn't scale views. It resizes them. You can use the code posted here to scale a view: https://www.b4x.com/android/forum/threads/custom-height-progressview.65949/#post-417615 Click to expand... Thank you Erel!!!