mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +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>
|
@ -172,4 +172,5 @@
|
||||
<string name="button_accept_friend_request">Accept request</string>
|
||||
<string name="button_reject_friend_request">Reject request</string>
|
||||
<string name="err_get_friendship_status">An error occurred while retrieving friendship status!</string>
|
||||
<string name="err_get_post_info">An error occurred while trying to get post information!</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user