Jawnnypoo / PhysicsLayout

Android layout that simulates physics using JBox2D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set "layout_fixedRotation" dynamically

rkarimi88 opened this issue · comments

Hi, Thanks for your great lib.

Is there anyway to set layout_fixedRotation dynamically?
I want to add an inflated view to PhysicsRelativeLayout in runtime, but i cannot set this feature for the inflated view.
how can I do that?

Thanks in advance.