mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +00:00
Created notifications fragment.
This commit is contained in:
BIN
app/src/main/res/drawable/ic_notif.png
Normal file
BIN
app/src/main/res/drawable/ic_notif.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
6
app/src/main/res/layout/fragment_notifications.xml
Normal file
6
app/src/main/res/layout/fragment_notifications.xml
Normal 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>
|
@ -126,4 +126,5 @@
|
||||
<string name="err_submit_post">An error occurred while trying to create the post!</string>
|
||||
<string name="navigation_bottom_notif_item">Notifications</string>
|
||||
<string name="main_menu_friends_list">Friends list</string>
|
||||
<string name="fragment_notifications_title">Notifications</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user