Created notifications fragment.

This commit is contained in:
Pierre
2018-04-01 10:34:13 +02:00
parent de05f52ffd
commit e29f33d696
5 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
</LinearLayout>