mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-06-23 02:25:17 +00:00
Added no message notcie
This commit is contained in:
@ -11,6 +11,15 @@
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="10dp"/>
|
||||
|
||||
<!-- No message notice -->
|
||||
<TextView
|
||||
android:id="@+id/fragment_conversation_noMsgYet"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/fragment_conversation_no_msg"
|
||||
android:textAlignment="center"
|
||||
android:layout_marginTop="10dp"/>
|
||||
|
||||
<!-- Messages -->
|
||||
<ListView
|
||||
android:id="@+id/fragment_conversation_messageslist"
|
||||
|
Reference in New Issue
Block a user