mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Resolved Issue #473: Add support for Notification Observers (iOS) and Broadcast Receivers (Android)
6 lines
233 B
XML
6 lines
233 B
XML
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="onPageLoaded">
|
|
<StackLayout>
|
|
<Label id="batteryLabel" text="Battery" style.fontSize="30" horizontalAlignment="stretch" textAlignment="center"/>
|
|
</StackLayout>
|
|
</Page>
|