summaryrefslogtreecommitdiff
path: root/src/controls/doc/src/qtquickcontrols-platformnotes.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/doc/src/qtquickcontrols-platformnotes.qdoc')
-rw-r--r--src/controls/doc/src/qtquickcontrols-platformnotes.qdoc21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/controls/doc/src/qtquickcontrols-platformnotes.qdoc b/src/controls/doc/src/qtquickcontrols-platformnotes.qdoc
index 2d852445..8c6c5c19 100644
--- a/src/controls/doc/src/qtquickcontrols-platformnotes.qdoc
+++ b/src/controls/doc/src/qtquickcontrols-platformnotes.qdoc
@@ -41,10 +41,29 @@
\note The Android style requires Android 3.0 (API level 11) or later.
- It is automatically selected and deployed on Android. See \l{Getting Started
+ The style is automatically selected and deployed on Android. See \l{Getting Started
with Qt for Android} and \l{Deploying an Application on Android} for
more details on the Android essentials.
+ \section2 Android Themes
+
+ Applications may choose a specific \l{http://developer.android.com/design/style/themes.html}
+ {Android theme} by specifying it in \l{AndroidManifest.xml}.
+
+ \image qtquickcontrols-example-gallery-android-dark.png
+
+ The following example sets a dark Holo theme, and the result can be
+ seen in the screenshot above.
+
+ \code
+ <manifest ...>
+ <application ... android:theme="@android:style/Theme.Holo">
+ ...
+ </application>
+ ...
+ </manifest>
+ \endcode
+
\section2 Action Bar
The \l{http://developer.android.com/guide/topics/ui/actionbar.html}