Notification system ready.

This commit is contained in:
Pierre
2018-04-12 14:07:36 +02:00
parent 281821333c
commit e66e077964
7 changed files with 241 additions and 5 deletions

View File

@ -0,0 +1,11 @@
<?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">
<FrameLayout
android:id="@+id/posts_list_target"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>