c8e4a65bd1
- Rotation now fully working (on demand with F4 key) - Speed improvements and bug fixes - Improved server state detection (using IPC) - changed to LibVNCServer from kanaka repository - New webserver vnc client (noVNC), uses javascript - Ability to make a reverse connection - Two new framebuffer access methods (gingerbread and adb) - New minimalistic interface
14 lines
361 B
XML
14 lines
361 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set>
|
|
<rotate
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:fromDegrees="0"
|
|
android:toDegrees="359"
|
|
android:pivotX="50%"
|
|
android:pivotY="50%"
|
|
android:repeatCount="infinite"
|
|
android:duration="1200"
|
|
android:interpolator="@android:anim/linear_interpolator"
|
|
/>
|
|
</set>
|