添加notification例子

This commit is contained in:
AriaLyy
2017-01-18 11:27:09 +08:00
parent 20d2c53a33
commit 9bba3cd899
3 changed files with 112 additions and 0 deletions

View File

@ -56,5 +56,14 @@
style="?buttonBarButtonStyle"
/>
<Button
android:id="@+id/notification"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="onClick"
android:text="在Notification中使用"
style="?buttonBarButtonStyle"
/>
</LinearLayout>
</layout>