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
11 lines
388 B
XML
Executable File
11 lines
388 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="com.admob.android.ads.AdView">
|
|
<attr name="backgroundColor" format="color" />
|
|
<attr name="primaryTextColor" format="color" />
|
|
<attr name="secondaryTextColor" format="color" />
|
|
<attr name="keywords" format="string" />
|
|
<attr name="refreshInterval" format="integer" />
|
|
</declare-styleable>
|
|
</resources>
|