android - Rotate view when device rotated with locked orientation -
in app need rotate few views when device rotated.
i'm using
android:configchanges="orientation"
it's important not re-create activity on rotation rotate few views. when i'm trying
@override public void onconfigurationchanged(configuration newconfig) log.i("info","changed");
nothing happened
so, main question is: how handle device rotation when screen interface still same.
update #1
i need work same activity when device rotated because of camera object , other stuff! http://i.stack.imgur.com/inhuf.jpg (have no 10 reputatiuon post image)
Comments
Post a Comment