Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions docs/xml/Android.Window/SplashScreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,21 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Provides an activity's connection to its splash screen.</summary>
<remarks>
<para>Each splash screen instance is bound to a particular activity. Obtain the splash screen for
an activity by calling <c>Activity.GetSplashScreen()</c>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/window/SplashScreen" title="Reference documentation">Java documentation for <code>android.window.SplashScreen</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
<Members>
<Member MemberName="SplashScreenStyleIcon">
Expand Down
Loading