Revision: 8a1ed7aab1a9
Author:
rjmatt...@gmail.com
Date: Thu Jul 5 17:27:00 2012
Log: Edited wiki page unofficial_apiref through web user interface.
http://code.google.com/p/android-scripting/source/detail?r=8a1ed7aab1a9&repo=wiki
Modified:
/unofficial_apiref.wiki
=======================================
--- /unofficial_apiref.wiki Sun Apr 29 18:59:56 2012
+++ /unofficial_apiref.wiki Thu Jul 5 17:27:00 2012
@@ -1,4 +1,4 @@
-#summary Unofficial API Ref (release R5X18)
+#summary Unofficial API Ref (release R5X22)
More detailed API Help [
http://www.mithril.com.au/android/doc here]
@@ -256,6 +256,7 @@
* [#fullQueryDetail fullQueryDetail]
* [#fullSetList fullSetList]
* [#fullSetProperty fullSetProperty]
+ * [#fullSetTitle fullSetTitle]
* [#fullShow fullShow]
* [#webViewShow webViewShow]
*!WakeLockFacade*
@@ -1127,11 +1128,20 @@
Set fullscreen widget property
}}}
+
+===,,fullSetTitle,,===
+{{{
+fullSetTitle(
+ String title: Activity Title)
+
+Set the Full Screen Activity Title
+}}}
===,,fullShow,,===
{{{
fullShow(
- String layout: String containing View layout)
+ String layout: String containing View layout,
+ String title[optional]: Activity Title)
Show Full Screen.
}}}