mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-01 06:13:30 +00:00
Notification system ready.
This commit is contained in:
11
app/src/main/res/layout/fragment_single_post.xml
Normal file
11
app/src/main/res/layout/fragment_single_post.xml
Normal 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>
|
Reference in New Issue
Block a user