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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -